View | Details | Raw Unified | Return to bug 103941
Collapse All | Expand All

(-)etc/rc.d/arpwatch.sh Tue Oct 3 15:57:03 2006 (+1 lines)
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
            ;;

Return to bug 103941