]> git.pld-linux.org Git - packages/distcc.git/commitdiff
run as nobody, hosts_allw
authormisi3k <misi3k@pld-linux.org>
Sun, 11 May 2003 19:41:40 +0000 (19:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc.init -> 1.3

distcc.init

index b97c7eb5cbbdef96db27897ffd58d4fe85b2c96f..75fb317fb8f8439c9b22f2f6bb2571b932dd8a39 100644 (file)
@@ -38,7 +38,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 /usr/bin/distccd --user nobody --allow $HOSTS_ALLOW
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/distccd             
        else
This page took 0.075588 seconds and 4 git commands to generate.