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 | 4d890398ad5ba6806129d52aace987c52feb4488 (patch) | |
tree | db76d9e31d69e161a93e4623feb266aefe379148 /mail-mta | |
parent | Version bump, security update (diff) | |
download | historical-4d890398ad5ba6806129d52aace987c52feb4488.tar.gz historical-4d890398ad5ba6806129d52aace987c52feb4488.tar.bz2 historical-4d890398ad5ba6806129d52aace987c52feb4488.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/Manifest | 14 | ||||
-rw-r--r-- | mail-mta/courier/files/courier-init | 5 |
3 files changed, 20 insertions, 4 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/Manifest b/mail-mta/courier/Manifest index 235da4f57de2..2278986740b8 100644 --- a/mail-mta/courier/Manifest +++ b/mail-mta/courier/Manifest @@ -1,10 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 f48e235d99f2d42eca23b5116030c128 courier-0.47.ebuild 10444 MD5 d4687331805cb345c9a2d8a4e9d378c7 courier-0.46.ebuild 9771 MD5 f5d9aedcd49226196f2c35273f45488f courier-0.46.20040825.ebuild 10012 MD5 2c9b2ac349116b05205ba423fc01ac15 courier-0.46.20040816.ebuild 10012 MD5 5463e630d0d43bed171473ae01d30dd4 courier-0.46.20040902.ebuild 10015 MD5 b8368687c56e9fa6d7efff0ddba8f848 courier-0.45.6.ebuild 9772 -MD5 f6484de69cf849c97db2bc7fa6dc3c2e ChangeLog 13621 +MD5 bd2208b54b272aa51cb348dfdcf2e945 ChangeLog 13715 MD5 b287829e2f9edbcf1ff7bb349055e77e metadata.xml 392 MD5 52f032e570c6f5f9f69b4e4bdfa562a1 files/password.dist 247 MD5 a546a21f960e4f921e71f614f719a2ce files/bofh 23 @@ -17,6 +20,13 @@ MD5 04278164118b43ab59e28746fe957787 files/digest-courier-0.46.20040825 75 MD5 eaa47d52c853b14f1cd8e287403b8e99 files/digest-courier-0.46.20040902 75 MD5 d41d8cd98f00b204e9800998ecf8427e files/locallowercase 0 MD5 006e9a4b15d7522f9af659ff660a606c files/digest-courier-0.45.6 68 -MD5 8041db031156342e93407a73a0ae75f5 files/courier-init 5206 +MD5 b846c1b4897e1129dea2b08adfd6bb90 files/courier-init 5332 MD5 e3a4ab031bd750b7ce2c7b85fee83d8e files/set-mime 741 MD5 4eb96413bfbc91629bdf43526716cd1e files/dot_courier 26 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBXj/HMSkoRwEucGERAm0VAKDU7LbQG5NL+PS6DiLKIEgkVvNrqgCg694G +Zcq0iojuxx6SjZU6u+Y++gI= +=rBqF +-----END PGP SIGNATURE----- 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 ] && \ |