From e1b76e26cfdfcbd5939974253c89b72188ad4f70 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:20:17 +0000 Subject: [PATCH] auto-import changelog data from dovecot-0.99.10.4-3.src.rpm Tue Feb 17 2004 Jeremy Katz - 0.99.10.4-3 - restart properly if it dies (#115594) Fri Feb 13 2004 Elliot Lee - rebuilt --- dovecot.init | 13 +++++-------- dovecot.spec | 8 +++++++- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dovecot.init b/dovecot.init index 2ee281a..62e2509 100755 --- a/dovecot.init +++ b/dovecot.init @@ -16,14 +16,11 @@ RETVAL=0 prog="Dovecot Imap" start() { - # Check if dovecot is already running - if [ ! -f /var/lock/subsys/dovecot ]; then - echo -n $"Starting $prog: " - daemon /usr/sbin/dovecot - RETVAL=$? - [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dovecot - echo - fi + echo -n $"Starting $prog: " + daemon /usr/sbin/dovecot + RETVAL=$? + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dovecot + echo } stop() { diff --git a/dovecot.spec b/dovecot.spec index b8a185e..3f58482 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ Summary: Dovecot Secure imap server Name: dovecot Version: 0.99.10.4 -Release: 1 +Release: 3 License: GPL Group: System Environment/Daemons Source: %{name}-%{version}.tar.gz @@ -109,6 +109,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 17 2004 Jeremy Katz - 0.99.10.4-3 +- restart properly if it dies (#115594) + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Mon Nov 24 2003 Jeremy Katz 0.99.10.4-1 - update to 0.99.10.4