From a1de136a40ec00160d3123c9a5d464b28ea92de8 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 26 Apr 2001 00:46:01 +0000 Subject: [PATCH] - small improvement: report interface names on start. Changed files: arpwatch.init -> 1.10 --- arpwatch.init | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arpwatch.init b/arpwatch.init index 763efdd..5184b8d 100644 --- a/arpwatch.init +++ b/arpwatch.init @@ -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=$? -- 2.44.0