diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-10-02 05:42:17 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-10-02 05:42:17 +0000 |
commit | 3744408b96fb5a234fcf4e553b0dee75610a0661 (patch) | |
tree | 883e33da4a163337811b8ba845ea8ea9690db0ad /mail-mta | |
parent | Version bump, security update (Manifest recommit) (diff) | |
download | gentoo-2-3744408b96fb5a234fcf4e553b0dee75610a0661.tar.gz gentoo-2-3744408b96fb5a234fcf4e553b0dee75610a0661.tar.bz2 gentoo-2-3744408b96fb5a234fcf4e553b0dee75610a0661.zip |
fix bug #57310, thanks to Ben Kennedy
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/courier/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/courier/files/courier-init | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog index 47f660fbda8c..525ea43ba701 100644 --- a/mail-mta/courier/ChangeLog +++ b/mail-mta/courier/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/courier # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.20 2004/09/20 19:48:28 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.21 2004/10/02 05:42:17 iggy Exp $ + + 02 Oct 2004; <iggy@gentoo.org> files/courier-init: + fix bug #57310, thanks to Ben Kennedy 20 Sep 2004; <iggy@gentoo.org> courier-0.47.ebuild: added a small fix for building with uclibc, and removed expect as a dep diff --git a/mail-mta/courier/files/courier-init b/mail-mta/courier/files/courier-init index de2b8c73f2b2..2650c265cfab 100644 --- a/mail-mta/courier/files/courier-init +++ b/mail-mta/courier/files/courier-init @@ -5,6 +5,9 @@ # script originally from Courier distfile original name = courier.sysvinit # adapted for Gentoo by Brian Jackson # +# TODO +# should we update all the .dat/.pem files when the source/config files are +# newer than the .dat/.pem files? prefix="/usr" exec_prefix="/usr/bin" @@ -158,7 +161,7 @@ stop() { [ -x ${sbindir}/courier-pop3d ] && \ ebegin " Stopping courier-pop3d" && ${sbindir}/courier-pop3d stop - [ -x ${sbindir}/pop3d-ssl ] && \ + [ -x ${sbindir}/courier-pop3d-ssl ] && \ ebegin " Stopping courier-pop3d-ssl" && ${sbindir}/courier-pop3d-ssl stop [ -x ${sbindir}/courier-imapd ] && \ |