let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.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