]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 6 May 2004 16:46:09 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc.init -> 1.11

distcc.init

index fe1c8e3712ef2bb6b09414252768e4a052a40bf5..61d152d62e5e1e4873dad9ba9c3df62bebb73edc 100644 (file)
@@ -40,7 +40,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/distccd ]; then
                msg_starting distccd
-               daemon /usr/bin/distccd --daemon --user nobody --log-file /var/log/distcc `for ip in $DISTCC_HOSTS_ALLOW; do echo -n "--allow $ip "; done` /var/log/distcc $DISTCC_OPTS
+               daemon /usr/bin/distccd --daemon --user nobody --log-file /var/log/distcc `for ip in $DISTCC_HOSTS_ALLOW; do echo -n "--allow $ip "; done` $DISTCC_OPTS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/distccd             
        else
This page took 0.050149 seconds and 4 git commands to generate.