diff options
Diffstat (limited to 'net/wizd/files/wizd.in')
-rw-r--r-- | net/wizd/files/wizd.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/wizd/files/wizd.in b/net/wizd/files/wizd.in deleted file mode 100644 index 4239fec4ba22..000000000000 --- a/net/wizd/files/wizd.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: wizd -# REQUIRE: LOGIN cleanvar -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable wizd: -# wizd_enable (bool): Set it to "YES" to enable wizd. -# Default is "NO". -# wizd_flags (str): Flags passed to widz on startup. -# Default is "". -# - -. /etc/rc.subr - -name="wizd" -rcvar=wizd_enable - -command="%%PREFIX%%/bin/$name" -command_args="-d" -required_files="%%PREFIX%%/etc/$name.conf" - -load_rc_config $name - -: ${wizd_enable="NO"} - -run_rc_command "$1" |