diff -up avahi-0.6.31/avahi-dnsconfd/avahi-dnsconfd.action.orig avahi-0.6.31/avahi-dnsconfd/avahi-dnsconfd.action --- avahi-0.6.31/avahi-dnsconfd/avahi-dnsconfd.action.orig 2010-08-25 18:51:39.000000000 -0600 +++ avahi-0.6.31/avahi-dnsconfd/avahi-dnsconfd.action 2013-02-19 08:00:39.000000000 -0700 @@ -53,16 +53,16 @@ elif [ -x /sbin/modify_resolvconf ] ; th else /sbin/modify_resolvconf restore -s avahi fi -elif [ -x /sbin/resolvconf ] ; then +elif [ -x /usr/sbin/resolvconf ] ; then # We have Debian's resolvconf tool if [ "x$AVAHI_INTERFACE_DNS_SERVERS" = "x" ] ; then - /sbin/resolvconf -d "$AVAHI_INTERFACE.avahi" + /usr/sbin/resolvconf -d "$AVAHI_INTERFACE.avahi" else for n in $AVAHI_INTERFACE_DNS_SERVERS ; do echo "nameserver $n" - done | /sbin/resolvconf -a "$AVAHI_INTERFACE.avahi" + done | /usr/sbin/resolvconf -a "$AVAHI_INTERFACE.avahi" fi else