[Resolvconf-devel] Bug#393323: /lib/resolvconf/list-records missing

Thomas Hood jdthood at yahoo.co.uk
Wed Oct 18 09:24:46 UTC 2006


Does this patch fix things?

--- /etc/init.d/resolvconf_ORIG
+++ /etc/init.d/resolvconf
@@ -7,6 +7,8 @@

 # Don't use set -e; check return status instead

+[ -x /sbin/resolvconf ] || exit 0
+
 MYNAME="${0##*/}"
 PATH=/sbin:/bin
 RUN_DIR=/etc/resolvconf/run




More information about the Resolvconf-devel mailing list