]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
- fix: use $IFC instead $INTERFACES on each loop iteration.
authorkloczek <kloczek@pld-linux.org>
Thu, 17 May 2001 20:37:58 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpwatch.init -> 1.11

arpwatch.init

index 5184b8d23bce0e9f5f1acbe1be26fc6f33a49af2..69d0514b7d5af8f74cfcdc5a487f42d456301cc9 100644 (file)
@@ -32,7 +32,7 @@ case "$1" in
                          |sed 's/[0-9]*: \([a-zA-Z0-9]*\)[@:].*/\1/'|xargs`"
                fi
                for IFC in $INTERFACES; do
-                       msg_starting "arpwatch ($INTERFACES)"
+                       msg_starting "arpwatch ($IFC)"
                        touch /var/lib/arpwatch/$IFC.dat
                        daemon arpwatch -i $IFC -f /var/lib/arpwatch/$IFC.dat
                        RETVAL=$?
This page took 0.027437 seconds and 4 git commands to generate.