Lines 63-73
Link Here
|
63 |
;; |
63 |
;; |
64 |
|
64 |
|
65 |
*) |
65 |
*) |
66 |
if [ "$1" = "start" ]; then |
66 |
if [ "$1" = "start" -o "$1" = "restart" ]; then |
67 |
for interface in ${arpwatch_interfaces}; do |
67 |
for interface in ${arpwatch_interfaces}; do |
68 |
eval options=\$arpwatch_${interface}_options |
68 |
eval options=\$arpwatch_${interface}_options |
69 |
command_args="-i ${interface} ${options} -f arp.${interface}.dat" |
69 |
command_args="-i ${interface} ${options} -f arp.${interface}.dat" |
70 |
pidfile="/var/run/arpwatch-${interface}.pid" |
|
|
71 |
run_rc_command "$1" |
70 |
run_rc_command "$1" |
72 |
done |
71 |
done |
73 |
else |
72 |
else |