diff options
Diffstat (limited to 'net/vtun/files/vtund.in')
-rw-r--r-- | net/vtun/files/vtund.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/vtun/files/vtund.in b/net/vtun/files/vtund.in deleted file mode 100644 index e068a5f72e56..000000000000 --- a/net/vtun/files/vtund.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# PROVIDE: vtund -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable vtund: -# -# vtund_enable="YES" -# - -vtund_enable=${vtund_enable:-"NO"} -vtund_flags=${vtund_flags:-"-s"} - -. /etc/rc.subr - -name=vtund -rcvar=vtund_enable -required_files="%%PREFIX%%/etc/vtund.conf" -pidfile=/var/run/vtund.pid - -command=%%PREFIX%%/sbin/vtund - -load_rc_config $name -run_rc_command "$1" |