diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/rarpd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/rarpd b/etc/rc.d/rarpd index db5f0c4..9dffe43 100755 --- a/etc/rc.d/rarpd +++ b/etc/rc.d/rarpd @@ -13,8 +13,9 @@ name="rarpd" rcvar="rarpd_enable" command="/usr/sbin/${name}" -pidfile="/var/run/${name}.pid" required_files="/etc/ethers" load_rc_config $name +pidfile="${rarpd_pidfile:-/var/run/${name}.pid}" + run_rc_command "$1" |