openwrtv4/openwrt/package/rarpd/files/rarpd.init

8 lines
107 B
Text
Raw Normal View History

#!/bin/sh
RARPD=/usr/sbin/rarpd
DEFAULT=/etc/default/rarpd
[ -f $DEFAULT ] && . $DEFAULT
$RARPD $OPTIONS