summaryrefslogtreecommitdiff
path: root/mail/dovecot/files/dovecot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot/files/dovecot.sh')
-rwxr-xr-xmail/dovecot/files/dovecot.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dovecot/files/dovecot.sh b/mail/dovecot/files/dovecot.sh
new file mode 100755
index 00000000000..058dff9ce00
--- /dev/null
+++ b/mail/dovecot/files/dovecot.sh
@@ -0,0 +1,17 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: dovecot.sh,v 1.1.1.1 2003/05/14 04:17:31 salo Exp $
+#
+
+# PROVIDE: dovecot
+# REQUIRE: DAEMON LOGIN
+
+. /etc/rc.subr
+
+name="dovecot"
+rcvar=$name
+command="@PREFIX@/sbin/${name}"
+required_files="@PKG_SYSCONFDIR@/$name.conf"
+
+load_rc_config $name
+run_rc_command "$1"