diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-13 18:00:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-13 18:00:10 +0000 |
commit | 9eddb4b41786160f919f50ed52ee4def92235d16 (patch) | |
tree | a2553b6406d749e190f9dcb6819f004711b28808 /mail-mta/esmtp | |
parent | fix qt again (diff) | |
download | historical-9eddb4b41786160f919f50ed52ee4def92235d16.tar.gz historical-9eddb4b41786160f919f50ed52ee4def92235d16.tar.bz2 historical-9eddb4b41786160f919f50ed52ee4def92235d16.zip |
Fixed mailwrapper support.
Diffstat (limited to 'mail-mta/esmtp')
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/esmtp/Manifest | 12 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-0.5.0-r1.ebuild | 7 |
3 files changed, 15 insertions, 11 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog index 2220428dd4fd..5038e3b136b4 100644 --- a/mail-mta/esmtp/ChangeLog +++ b/mail-mta/esmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/esmtp -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.7 2004/11/01 21:18:38 ticho Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.8 2005/01/13 18:00:10 ticho Exp $ + + 13 Jan 2005; Andrej Kacian <ticho@gentoo.org> esmtp-0.5.0-r1.ebuild: + Fixed mailwrapper support. 01 Nov 2004; Andrej Kacian <ticho@gentoo.org> esmtp-0.5.0-r1.ebuild: Stable on x86 diff --git a/mail-mta/esmtp/Manifest b/mail-mta/esmtp/Manifest index 2552a7dd4cfe..6fbe5859b494 100644 --- a/mail-mta/esmtp/Manifest +++ b/mail-mta/esmtp/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8e2e52b949f8cb95cdc78e7ab210a31e ChangeLog 1219 +MD5 9aaaac70dc3565c11e4f04a367833c55 ChangeLog 1320 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 -MD5 b70d0df217962f3f8685d70a87c366f9 esmtp-0.5.0-r1.ebuild 994 +MD5 6916d41093aa8ee8d3af32fc038f0f70 esmtp-0.5.0-r1.ebuild 1032 MD5 c99a26bd6ed6b3b450d77f9c3ef0e823 files/digest-esmtp-0.5.0-r1 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFBhqg310xuJSrg3/sRApZKAJ9k2nJ/FluQbGgieh6ATDQaDky5JQCfQX1t -TJBP0pnnUl6x7TMkadViV2s= -=yY5/ +iD8DBQFB5rc4QlM6RnzZP+IRAmItAJ9c0aHYX2xiryygGqe9dtK1BmogFQCcCQQP +n7T3YEmEYBVa7WCakwl6jps= +=7x7u -----END PGP SIGNATURE----- diff --git a/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild index 24770cf18273..49575d3372ef 100644 --- a/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild +++ b/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.5 2004/11/01 21:18:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-0.5.0-r1.ebuild,v 1.6 2005/01/13 18:00:10 ticho Exp $ DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" HOMEPAGE="http://esmtp.sourceforge.net/" @@ -25,6 +25,7 @@ src_install() { then # We install sendmail binary to be compatible with mailwrapper mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.esmtp - mv ${D}/usr/lib/sendmail ${D}/usr/lib/sendmail.esmtp + dosym /usr/sbin/sendmail /usr/lib/sendmail + rm ${D}/usr/bin/mailq ${D}/usr/bin/newaliases fi } |