#!/usr/bin/execlineb -P
ifelse -n { test -x /usr/sbin/resolvconf } { exit 0 }
foreground {
	backtick -in _ {
		redirfd -w 1 /dev/null
		redirfd -w 2 /dev/null
		/usr/sbin/resolvconf --disable-updates
	}
}
exit 0
