1.1 --- a/arpwatch/rc.arpwatch Tue Aug 28 18:34:40 2012 +0200 1.2 +++ b/arpwatch/rc.arpwatch Tue Aug 28 18:34:45 2012 +0200 1.3 @@ -10,8 +10,8 @@ 1.4 arpwatch_log_numfiles="10" 1.5 arpwatch_log_minsize="1M" 1.6 arpwatch_log_complevel="9" 1.7 - arpwatch_iface="-i lo0" 1.8 - arpwatch_ipnet="-n 127.0.0.0/8" 1.9 + arpwatch_iface="lo0" 1.10 + arpwatch_ipnet="127.0.0.0/8" 1.11 1.12 %common 1.13 arpwatch_pidfile="@l_prefix@/var/arpwatch/run/arpwatch.pid" 1.14 @@ -34,8 +34,8 @@ 1.15 rcService arpwatch enable yes || exit 0 1.16 rcService arpwatch active yes && exit 0 1.17 @l_prefix@/sbin/arpwatch \ 1.18 - $arpwatch_iface \ 1.19 - $arpwatch_ipnet \ 1.20 + -i $arpwatch_iface \ 1.21 + -n $arpwatch_ipnet \ 1.22 >$arpwatch_pidfile 2>&1 1.23 1.24 %stop -u @l_susr@