summaryrefslogtreecommitdiff
path: root/mail/perdition/files/perdition.pop3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/perdition/files/perdition.pop3.sh')
-rwxr-xr-xmail/perdition/files/perdition.pop3.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/perdition/files/perdition.pop3.sh b/mail/perdition/files/perdition.pop3.sh
new file mode 100755
index 00000000000..42c4dc96c8c
--- /dev/null
+++ b/mail/perdition/files/perdition.pop3.sh
@@ -0,0 +1,17 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: perdition.pop3.sh,v 1.1 2006/02/13 15:18:32 tv Exp $
+#
+# PROVIDE: perdition
+# REQUIRE: DAEMON LOGIN
+
+. /etc/rc.subr
+
+procname="perdition.pop3"
+name="perdition_pop3"
+rcvar=$name
+command="@PREFIX@/sbin/${procname}"
+pidfile="/var/run/${procname}/${procname}.pid"
+
+load_rc_config $name
+run_rc_command "$1"