auto-import changelog data from dovecot-0.99.10.4-3.src.rpm

Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 0.99.10.4-3
- restart properly if it dies (#115594)
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
This commit is contained in:
cvsdist 2004-09-09 04:20:17 +00:00
parent 44fc5bd42f
commit e1b76e26cf
2 changed files with 12 additions and 9 deletions

View File

@ -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() {

View File

@ -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 <katzj@redhat.com> - 0.99.10.4-3
- restart properly if it dies (#115594)
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Nov 24 2003 Jeremy Katz <katzj@redhat.com> 0.99.10.4-1
- update to 0.99.10.4