Added radiusclient-ng, libradiusclient-ng. Config.in may need some tweaking to be...
[openwrt.git] / openwrt / package / rarpd / files / rarpd.init
1 #!/bin/sh
2
3 RARPD=/usr/sbin/rarpd
4 DEFAULT=/etc/default/rarpd
5 [ -f $DEFAULT ] && . $DEFAULT
6
7 $RARPD $OPTIONS
This page took 0.046836 seconds and 5 git commands to generate.