summaryrefslogtreecommitdiff
path: root/mail/quickml/files/quickml.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 21:25:59 +0000
commit8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch)
tree7842527232644d8f0fc76639a38e9596a910d381 /mail/quickml/files/quickml.in
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from ma*
Notes
Notes: svn path=/head/; revision=366959
Diffstat (limited to 'mail/quickml/files/quickml.in')
-rw-r--r--mail/quickml/files/quickml.in29
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"