]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- work as user distcc
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 17 Oct 2004 16:35:51 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc.init -> 1.12

distcc.init

index 61d152d62e5e1e4873dad9ba9c3df62bebb73edc..7cc0f7a7ed5ed706a167c76e19f13b54c2e64d3c 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` $DISTCC_OPTS
+               daemon /usr/bin/distccd --daemon --user distcc --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.077509 seconds and 4 git commands to generate.