Port rarpd to -ng

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4504 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-08-07 12:34:24 +00:00
parent 162ff01421
commit 5d7da31e96
3 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# /etc/default/rarpd
#
# Only listen on vlan0
#OPTIONS="-i vlan0"

View File

@ -0,0 +1,7 @@
#!/bin/sh
RARPD=/usr/sbin/rarpd
DEFAULT=/etc/default/rarpd
[ -f $DEFAULT ] && . $DEFAULT
$RARPD $OPTIONS