openwrtv3/openwrt/package/rarpd/files/rarpd.init
Nicolas Thill 4dc9b07d89 add rarpd (thanks to Jeff Dairiki)
SVN-Revision: 2036
2005-10-03 00:08:45 +00:00

7 lines
107 B
Bash

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