]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
- small improvement: report interface names on start.
authorkloczek <kloczek@pld-linux.org>
Thu, 26 Apr 2001 00:46:01 +0000 (00:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpwatch.init -> 1.10

arpwatch.init

index 763efdd4ac74e4a31d64a349b09aef6f05d86682..5184b8d23bce0e9f5f1acbe1be26fc6f33a49af2 100644 (file)
@@ -3,8 +3,7 @@
 # chkconfig: 345 55 45
 # description: The arpwatch daemon attempts to keep track of ethernet/ip \
 #              address pairings.
-# processname: arpwatch
-
+# processname: arpwatch
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -33,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"
+                       msg_starting "arpwatch ($INTERFACES)"
                        touch /var/lib/arpwatch/$IFC.dat
                        daemon arpwatch -i $IFC -f /var/lib/arpwatch/$IFC.dat
                        RETVAL=$?
This page took 0.073119 seconds and 4 git commands to generate.