diff options
Diffstat (limited to 'mail/quickml/files/quickml.in')
-rw-r--r-- | mail/quickml/files/quickml.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/quickml/files/quickml.in b/mail/quickml/files/quickml.in deleted file mode 100644 index 5278224cc5a7..000000000000 --- a/mail/quickml/files/quickml.in +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: quickml -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# quickml_enable (bool): Set to NO by default. - -. /etc/rc.subr - -name="quickml" -rcvar=quickml_enable - -command="%%PREFIX%%/sbin/${name}" -command_interpreter="%%RUBY%%" -pidfile="/var/run/${name}.pid" -required_files=%%PREFIX%%/etc/quickmlrc - -load_rc_config $name - -: ${quickml_enable="NO"} - -run_rc_command "$1" |