| Summary: | depcache needs double quotes. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | William Zhou <william> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
depcache is an autogenerated file ... figure out what init.d script has that code and fix the init.d script |
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