mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 08:32:48 +02:00
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
RARPD=/usr/sbin/rarpd
|
||
|
DEFAULT=/etc/default/rarpd
|
||
|
[ -f $DEFAULT ] && . $DEFAULT
|
||
|
|
||
|
$RARPD $OPTIONS
|