file /var/lib/init.d/depcache: --- depcache.orig 2008-01-08 16:35:28.000000000 +0000 +++ depcache 2008-01-08 16:35:16.000000000 +0000 @@ -3081,7 +3081,7 @@ # Actual depend() function ... depend() { local avahi - [ ${DISTCCD_AVAHI} = yes ] && avahi="avahi-daemon" + [ "${DISTCCD_AVAHI}" = "yes" ] && avahi="avahi-daemon" need net ${avahi} use ypbind return 0 Reproducible: Always
depcache is an autogenerated file ... figure out what init.d script has that code and fix the init.d script