diff options
author | seb <seb@pkgsrc.org> | 2003-02-27 13:21:51 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-27 13:21:51 +0000 |
commit | 6b735eea4ef2117da27bb56a189bc7590058f186 (patch) | |
tree | 0515fd9f387cd85413a91f2fe6b744ce8cd8f89a /mail/cyrus-imapd21/files | |
parent | 3869278076bb76d0700778b0c5d396fa712da924 (diff) | |
download | pkgsrc-6b735eea4ef2117da27bb56a189bc7590058f186.tar.gz |
Update to version 2.1.12.
Changes to the Cyrus IMAP Server since 2.1.11
* Master now will forcibly exit if a service is not executable
* Master now has a daemon mode and pidfile support (-d and -p
options)
* Berkeley DB Configuration methods have changed. Hopefully they're
more generic now. You can still use --with-dbdir, or you can use
--with-bdb-libdir and --with-bdb-incdir
* timsieved now handles usernames with dots (when unixhierarchysep is
active)
* tugowar has been removed from the distribution.
* Squatter now has an option to skip unmodified mailboxes.
* Properly hash username to remove a user's sieve scripts when their
INBOX is removed.
* Reset output buffer when prot_flush returns EOF.
* Minor Makefile improvements with use of $(srcdir)
* Remotepurge improvement for empty mailboxes
* Fix for AFS overwriting the canonicalized username in ptloader
* Security audit of imapd.c performed by SecurityAppraisers and
Bynari
Diffstat (limited to 'mail/cyrus-imapd21/files')
-rw-r--r-- | mail/cyrus-imapd21/files/cyrus.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cyrus-imapd21/files/cyrus.sh b/mail/cyrus-imapd21/files/cyrus.sh index 6372c2ccf2d..372129727d9 100644 --- a/mail/cyrus-imapd21/files/cyrus.sh +++ b/mail/cyrus-imapd21/files/cyrus.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cyrus.sh,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $ +# $NetBSD: cyrus.sh,v 1.2 2003/02/27 13:21:52 seb Exp $ # # PROVIDE: cyrus # REQUIRE: DAEMON @@ -17,7 +17,8 @@ rcd_dir=`@DIRNAME@ $0` name="cyrus" rcvar=$name command="@PREFIX@/cyrus/bin/master" -command_args="& sleep 2" +command_args="-d" +pidfile="/var/run/cyrus-master.pid" required_files="@PKG_SYSCONFDIR@/cyrus.conf @IMAPDCONF@" extra_commands="mkimap reload" |