summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-05-07 23:46:01 +0000
committerhubertf <hubertf>2002-05-07 23:46:01 +0000
commit44ca905d3b829084595e4053b3101d009592efa7 (patch)
tree9d6a8d235915aa984fa46c326f4b1bfd5a800d0e /mail
parentb4bacae6bb97cc221ded4fa85cf20723bd48ac8c (diff)
downloadpkgsrc-44ca905d3b829084595e4053b3101d009592efa7.tar.gz
forgot that in last commit
Diffstat (limited to 'mail')
-rw-r--r--mail/teapop/files/teapop19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/teapop/files/teapop b/mail/teapop/files/teapop
new file mode 100644
index 00000000000..f89e862441d
--- /dev/null
+++ b/mail/teapop/files/teapop
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# $NetBSD: teapop,v 1.1 2002/05/07 23:46:01 hubertf Exp $
+#
+# PROVIDE: teapop
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="teapop"
+rcvar=$name
+command="@PREFIX@/libexec/${name}"
+command_args="-s"
+pidfile="/var/run/${name}.pid"
+required_files="@PREFIX@/etc/teapop.passwd"
+sig_stop="INT"
+
+load_rc_config $name
+run_rc_command "$1"