summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-07-04 14:37:26 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-07-04 14:37:26 +0000
commit761bbe9f54bc6ecd796ec4f4ecc89dddecbfe276 (patch)
tree808ac578490791bb5fcf6871c8370d610612ec1e /mail-mta/postfix
parentBetter mailer-config compat. (diff)
downloadgentoo-2-761bbe9f54bc6ecd796ec4f4ecc89dddecbfe276.tar.gz
gentoo-2-761bbe9f54bc6ecd796ec4f4ecc89dddecbfe276.tar.bz2
gentoo-2-761bbe9f54bc6ecd796ec4f4ecc89dddecbfe276.zip
mailer-config-0.2 compat - manpages. Bug #97589.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog5
-rw-r--r--mail-mta/postfix/Manifest12
-rw-r--r--mail-mta/postfix/postfix-2.2.3-r1.ebuild11
3 files changed, 15 insertions, 13 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index 7d0c5d0d57c8..c15414cb112a 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/postfix
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.72 2005/06/29 15:10:12 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.73 2005/07/04 14:37:26 ticho Exp $
+
+ 04 Jul 2005; Andrej Kacian <ticho@gentoo.org> postfix-2.2.3-r1.ebuild:
+ Added compatibility with mailer-config-2.0 - manpages. Bug #97589.
*postfix-2.2.4 (29 Jun 2005)
diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 198a3b8ccf3e..18afc0b2a747 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 545cc81e3f25e92de9c31d4b3bccb685 postfix-2.2.3-r1.ebuild 9671
+MD5 1b541b00ededa0358feb6e88aa3ff6ca postfix-2.2.3-r1.ebuild 10036
MD5 d2f97ac7ba19997b4e588b28009d684d postfix-2.2.1.ebuild 9296
MD5 17007a983ae776242105a163124927e4 postfix-2.2.3.ebuild 9712
MD5 ac642c2fcdc34d3e9b70b2357ce57ee8 postfix-2.2.2-r1.ebuild 9957
@@ -29,10 +26,3 @@ MD5 fd01735093dde1691a849d9bf002bf5c files/mailer.conf 408
MD5 a41e637c45f2bbc39a37d8f704722164 files/postfix.rc6.2.2.3 633
MD5 8d7d372a5e867ebc0b1644ee19105e4e files/postfix.rc6.2.2.4 637
MD5 502e444ec6b9d6fb9bbef3bb0f5e284a files/smtp.pam 254
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCwrr/5FrxP71izLARApfZAJ0RDLltke8djg8X+Iwx+xMRMdM5MwCfaOtx
-CWvskAxeczibzRbyPdkNVYw=
-=xEcU
------END PGP SIGNATURE-----
diff --git a/mail-mta/postfix/postfix-2.2.3-r1.ebuild b/mail-mta/postfix/postfix-2.2.3-r1.ebuild
index f2bdc5397549..3caae23eb019 100644
--- a/mail-mta/postfix/postfix-2.2.3-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.3-r1.ebuild,v 1.2 2005/06/18 23:18:29 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.2.3-r1.ebuild,v 1.3 2005/07/04 14:37:26 ticho Exp $
inherit eutils ssl-cert toolchain-funcs flag-o-matic mailer pam
IUSE="ipv6 pam ldap mysql postgres ssl sasl mbox nis vda selinux hardened"
@@ -239,6 +239,15 @@ src_install () {
if use mailwrapper ; then
mv "${D}/usr/sbin/sendmail" "${D}/usr/sbin/sendmail.postfix"
rm "${D}/usr/bin/mailq" "${D}/usr/bin/newaliases"
+
+ mv "${D}/usr/share/man/man1/sendmail.1" \
+ "${D}/usr/share/man/man1/sendmail-postfix.1"
+ mv "${D}/usr/share/man/man1/newaliases.1" \
+ "${D}/usr/share/man/man1/newaliases-postfix.1"
+ mv "${D}/usr/share/man/man1/mailq.1" \
+ "${D}/usr/share/man/man1/mailq-postfix.1"
+ mv "${D}/usr/share/man/man5/aliases.5" \
+ "${D}/usr/share/man/man5/aliases-postfix.5"
mailer_install_conf
else
# Provide another link for legacy FSH.