- fix sourcing of /etc/sysconfig/cyrus-imapd (#533320)
This commit is contained in:
parent
7c8f77442a
commit
69fe149e8c
@ -20,8 +20,8 @@ lockfile=/var/lock/subsys/cyrus-imapd
|
|||||||
pidfile=/var/run/cyrus-master.pid
|
pidfile=/var/run/cyrus-master.pid
|
||||||
prog="cyrus-imapd"
|
prog="cyrus-imapd"
|
||||||
|
|
||||||
if [ -f /etc/sysconfig/dovecot ]; then
|
if [ -f /etc/sysconfig/$prog ]; then
|
||||||
. /etc/sysconfig/dovecot
|
. /etc/sysconfig/$prog
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check if the config files are present
|
# check if the config files are present
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 2.3.15
|
Version: 2.3.15
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
%define _dbver db4
|
%define _dbver db4
|
||||||
|
|
||||||
@ -596,6 +596,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.15-6
|
||||||
|
- fix sourcing of /etc/sysconfig/cyrus-imapd (#533320)
|
||||||
|
|
||||||
* Thu Nov 05 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.15-5
|
* Thu Nov 05 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.15-5
|
||||||
- do not fill logs with mail (de)compression messages (#528093)
|
- do not fill logs with mail (de)compression messages (#528093)
|
||||||
|
|
||||||
@ -611,7 +614,7 @@ fi
|
|||||||
* Fri Sep 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.15-1
|
* Fri Sep 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.15-1
|
||||||
- fix buffer overflow in cyrus sieve (CVE-2009-3235)
|
- fix buffer overflow in cyrus sieve (CVE-2009-3235)
|
||||||
|
|
||||||
-* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.14-6
|
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.3.14-6
|
||||||
- use password-auth common PAM configuration instead of system-auth
|
- use password-auth common PAM configuration instead of system-auth
|
||||||
|
|
||||||
* Mon Sep 07 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.14-5
|
* Mon Sep 07 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.14-5
|
||||||
|
Loading…
Reference in New Issue
Block a user