[packages] openswan: update to v2.6.24 and remove obsolete patches - fixes Linux...
[openwrt/svn-archive/archive.git] / net / arpwatch / files / arpwatch.init
1 #!/bin/sh /etc/rc.common
2 START=90
3
4 start () {
5 arpwatch -f /etc/arpwatch/arp.dat -i br-lan
6 }
7
8 stop() {
9 killall arpwatch
10 }