- don't run cronjob if cyrus-imapd has never been started (#418191)
This commit is contained in:
parent
5da093f02e
commit
1e9e728642
@ -21,6 +21,7 @@ if [ -f /etc/sysconfig/cyrus-imapd ]; then
|
||||
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
|
||||
|
@ -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 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 08 2008 Tomas Janousek <tjanouse@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@redhat.com> - 2.3.9-8
|
||||
- move certificate creation from -utils postinst to main package
|
||||
- rebuild with newer openssl and openldap
|
||||
|
Loading…
Reference in New Issue
Block a user