summaryrefslogtreecommitdiff
path: root/mail/sympa/files/bulk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sympa/files/bulk.sh')
-rw-r--r--mail/sympa/files/bulk.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/sympa/files/bulk.sh b/mail/sympa/files/bulk.sh
new file mode 100644
index 00000000000..eeb648ab2cf
--- /dev/null
+++ b/mail/sympa/files/bulk.sh
@@ -0,0 +1,22 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: bulk.sh,v 1.1.2.2 2012/05/21 15:51:48 tron Exp $
+#
+# PROVIDE: bulk
+# REQUIRE: sympa
+# KEYWORD: shutdown
+
+if [ -f /etc/rc.subr ]
+then
+ . /etc/rc.subr
+fi
+
+name="bulk"
+rcvar=$name
+command="@PREFIX@/sympa/bin/bulk.pl"
+pidfile="/var/sympa/run/bulk.pid"
+command_interpreter="@PREFIX@/bin/perl"
+sympa_user="sympa"
+
+load_rc_config $name
+run_rc_command "$1"