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
commit2780dcb0d90b016ecd5c303f40d2ce77168e1fa9 (patch)
treecab02b49e1a4d481043fcac15ea9ed325a6c2188 /mail-mta
parentBetter mailer-config compat. (diff)
downloadhistorical-2780dcb0d90b016ecd5c303f40d2ce77168e1fa9.tar.gz
historical-2780dcb0d90b016ecd5c303f40d2ce77168e1fa9.tar.bz2
historical-2780dcb0d90b016ecd5c303f40d2ce77168e1fa9.zip
mailer-config-0.2 compat - manpages. Bug #97589.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog5
-rw-r--r--mail-mta/postfix/Manifest10
-rw-r--r--mail-mta/postfix/postfix-2.2.3-r1.ebuild11
3 files changed, 24 insertions, 2 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 2cd3fcfbe991..d5ccff8171fd 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 8529168be77f27c39de88158d39b0ce0 postfix-2.2.3-r1.ebuild 10036
MD5 d2f97ac7ba19997b4e588b28009d684d postfix-2.2.1.ebuild 9296
MD5 17007a983ae776242105a163124927e4 postfix-2.2.3.ebuild 9712
@@ -26,3 +29,10 @@ 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)
+
+iD8DBQFCyUnAQlM6RnzZP+IRAq+1AJ9tlrUKO8jhLnFPg6NBzIBag7rKwACgiPOb
+doQXXHm4gSmmESeD1udmWQE=
+=X+yL
+-----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.