rpms/cyrus-imapd/devel cyrus-imapd.cron-daily, 1.2, 1.3 cyrus-imapd.spec, 1.34, 1.35

Tomas Janousek (tjanouse) fedora-extras-commits at redhat.com
Fri Feb 8 09:57:31 UTC 2008


Author: tjanouse

Update of /cvs/extras/rpms/cyrus-imapd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18907

Modified Files:
	cyrus-imapd.cron-daily cyrus-imapd.spec 
Log Message:
* Fri Feb 08 2008 Tomas Janousek <tjanouse at redhat.com> - 2.3.9-9
- don't run cronjob if cyrus-imapd has never been started (#418191)



Index: cyrus-imapd.cron-daily
===================================================================
RCS file: /cvs/extras/rpms/cyrus-imapd/devel/cyrus-imapd.cron-daily,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cyrus-imapd.cron-daily	4 Apr 2007 15:18:08 -0000	1.2
+++ cyrus-imapd.cron-daily	8 Feb 2008 09:56:50 -0000	1.3
@@ -21,6 +21,7 @@
 fi
 
 [ -x /usr/lib/cyrus-imapd/ctl_mboxlist ] || exit 0
+[ -f /var/lib/imap/db/skipstamp ] || exit 0
 
 # rotate mailbox lists
 seq $[ $ROTATE - 1 ] -1 1 | while read i; do


Index: cyrus-imapd.spec
===================================================================
RCS file: /cvs/extras/rpms/cyrus-imapd/devel/cyrus-imapd.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- cyrus-imapd.spec	5 Dec 2007 23:12:12 -0000	1.34
+++ cyrus-imapd.spec	8 Feb 2008 09:56:50 -0000	1.35
@@ -1,7 +1,7 @@
 %define upstream_ver 2.3.9
 Name: cyrus-imapd
 Version: 2.3.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 
 # ********************** BUILD TIME OPTIONS START **********************
 
@@ -803,6 +803,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Feb 08 2008 Tomas Janousek <tjanouse at redhat.com> - 2.3.9-9
+- don't run cronjob if cyrus-imapd has never been started (#418191)
+
 * Tue Dec 04 2007 Tomas Janousek <tjanouse at redhat.com> - 2.3.9-8
 - move certificate creation from -utils postinst to main package
 - rebuild with newer openssl and openldap




More information about the fedora-extras-commits mailing list