diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-11 20:52:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-11 20:52:24 +0000 |
commit | 4a24811bd62f185dbefefb976c8d952d16321eb4 (patch) | |
tree | 6d149e90197a1464f8d64bf4cdf92091195340a1 /mail | |
parent | f5b402e1d66263470d898d28cf11ce14aefd0506 (diff) | |
download | pkgsrc-4a24811bd62f185dbefefb976c8d952d16321eb4.tar.gz |
Start before "mail" so that cyrus is up and running to accept mail
delivered to the Cyrus mailstore.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/files/cyrus.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/files/cyrus.sh b/mail/cyrus-imapd22/files/cyrus.sh index e618c464b39..95aa628da13 100644 --- a/mail/cyrus-imapd22/files/cyrus.sh +++ b/mail/cyrus-imapd22/files/cyrus.sh @@ -1,9 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cyrus.sh,v 1.2 2004/05/27 04:45:06 jlam Exp $ +# $NetBSD: cyrus.sh,v 1.3 2004/08/11 20:52:24 jlam Exp $ # # PROVIDE: cyrus # REQUIRE: DAEMON +# BEFORE: mail # # To start cyrus-imapd at startup, copy this script to /etc/rc.d and set # cyrus=YES in /etc/rc.conf. |