Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204915 - depcache needs double quotes.
Summary: depcache needs double quotes.
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 16:41 UTC by William Zhou
Modified: 2008-01-08 21:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Zhou 2008-01-08 16:41:43 UTC
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
Comment 1 SpanKY gentoo-dev 2008-01-08 17:13:08 UTC
depcache is an autogenerated file ... figure out what init.d script has that code and fix the init.d script