04ca0b4f380bd940d4cf94ad2fa2559c970debc8
[openwrt/openwrt.git] / openwrt / package / rarpd / files / rarpd.init
1 #!/bin/sh
2
3 RARPD=/usr/sbin/rarpd
4 DEFAULT=/etc/default/rarpd
5 [ -f $DEFAULT ] && . $DEFAULT
6
7 $RARPD $OPTIONS