]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
- coreccted owners problem - arpwatch can't start without it,
authordjrzulf <djrzulf@pld-linux.org>
Wed, 11 Dec 2002 16:06:31 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpwatch.init -> 1.15

arpwatch.init

index 2239fb1f6c06b5ce03ad5a72b584c0e77bcf7088..1b82c538526a636b6eb850da7b9aa264a30b38cc 100644 (file)
@@ -35,6 +35,7 @@ case "$1" in
                for IFC in $INTERFACES; do
                        msg_starting "arpwatch ($IFC)"
                        touch /var/lib/arpwatch/$IFC.dat
+                       chown 2:2 /var/lib/arpwatch/$IFC.dat
                        daemon arpwatch $NETWORKS -i $IFC -f /var/lib/arpwatch/$IFC.dat -u daemon
                        RETVAL=$?
                        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/arpwatch
This page took 0.057667 seconds and 4 git commands to generate.