mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:02:49 +02:00
fce3ee15dd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2036 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
107 B
Bash
8 lines
107 B
Bash
#!/bin/sh
|
|
|
|
RARPD=/usr/sbin/rarpd
|
|
DEFAULT=/etc/default/rarpd
|
|
[ -f $DEFAULT ] && . $DEFAULT
|
|
|
|
$RARPD $OPTIONS
|