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 | eb28802c06f3f32ff0329eacb31be0e260855af8 (patch) | |
tree | 6d149e90197a1464f8d64bf4cdf92091195340a1 | |
parent | 107a0f4adfecb5dd19b5423d2dfdeeebf7421684 (diff) | |
download | pkgsrc-eb28802c06f3f32ff0329eacb31be0e260855af8.tar.gz |
Start before "mail" so that cyrus is up and running to accept mail
delivered to the Cyrus mailstore.
-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. |