Lines 67-72
Link Here
|
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" |
70 |
run_rc_command "$1" |
71 |
run_rc_command "$1" |
71 |
done |
72 |
done |
72 |
;; |
73 |
;; |