- 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
|
||||
prog="cyrus-imapd"
|
||||
|
||||
if [ -f /etc/sysconfig/dovecot ]; then
|
||||
. /etc/sysconfig/dovecot
|
||||
if [ -f /etc/sysconfig/$prog ]; then
|
||||
. /etc/sysconfig/$prog
|
||||
fi
|
||||
|
||||
# check if the config files are present
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: cyrus-imapd
|
||||
Version: 2.3.15
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
%define _dbver db4
|
||||
|
||||
@ -596,6 +596,9 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%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
|
||||
- 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
|
||||
- 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
|
||||
|
||||
* Mon Sep 07 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.14-5
|
||||
|
Loading…
Reference in New Issue
Block a user