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 | 64301f750be6c8160bcff680e38eed7fe67d337c (patch) | |
tree | 21d95da7195743e6657b8b36e0f40db9a6409d1f /mail-mta | |
parent | fix qt again (Manifest recommit) (diff) | |
download | gentoo-2-64301f750be6c8160bcff680e38eed7fe67d337c.tar.gz gentoo-2-64301f750be6c8160bcff680e38eed7fe67d337c.tar.bz2 gentoo-2-64301f750be6c8160bcff680e38eed7fe67d337c.zip |
Fixed mailwrapper support.
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-0.5.0-r1.ebuild | 7 |
2 files changed, 9 insertions, 5 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/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 } |