1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-24 20:44:16 +03:00
openwrt-xburst/package/rarpd/files/rarpd.init
nico fce3ee15dd add rarpd (thanks to Jeff Dairiki)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-03 00:08:45 +00:00

8 lines
107 B
Bash

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