diff options
Diffstat (limited to 'net/dhcprelay/files/dhcprelay.in')
-rw-r--r-- | net/dhcprelay/files/dhcprelay.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/dhcprelay/files/dhcprelay.in b/net/dhcprelay/files/dhcprelay.in deleted file mode 100644 index 89fd3fd55659..000000000000 --- a/net/dhcprelay/files/dhcprelay.in +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh -# -# $FreeBSD$ -# -# PROVIDE: dhcprelay -# REQUIRE: DAEMON -# -# Add the following line to /etc/rc.conf to enable dhcrelay: -# -# dhcprelay_enable="YES" -# -# dhcprelay_server dhcprelay server(s) -# dhcprelay_ifaces ethernet interface(s) - -. /etc/rc.subr - -name=dhcprelay -rcvar=${name}_enable - -load_rc_config ${name} - -: ${dhcprelay_enable="NO"} -: ${dhcprelay_ifaces=""} - -pidfile=/var/run/${name}.pid -command=%%PREFIX%%/bin/${name} -command_args="${dhcprelay_ifaces} ${dhcprelay_server}" - -run_rc_command "$1" |