summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-02-07 07:56:40 +0000
committerEray Aslan <eras@gentoo.org>2012-02-07 07:56:40 +0000
commitb405b62310e7cf887ac41c6c68efe11ec7bf4b95 (patch)
tree863e0da85dd0f1616dd297a7bfc0d7a09caaf021 /mail-mta
parentVersion bump. (diff)
downloadgentoo-2-b405b62310e7cf887ac41c6c68efe11ec7bf4b95.tar.gz
gentoo-2-b405b62310e7cf887ac41c6c68efe11ec7bf4b95.tar.bz2
gentoo-2-b405b62310e7cf887ac41c6c68efe11ec7bf4b95.zip
add warning for new daemon directory
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/postfix-2.9.0-r1.ebuild6
-rw-r--r--mail-mta/postfix/postfix-2.9.0.ebuild6
3 files changed, 15 insertions, 3 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index c70eebd86088..ded054ed5a8e 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/postfix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.334 2012/02/06 13:20:05 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.335 2012/02/07 07:56:40 eras Exp $
+
+ 07 Feb 2012; Eray Aslan <eras@gentoo.org> postfix-2.9.0.ebuild,
+ postfix-2.9.0-r1.ebuild:
+ add warning for new daemon directory
*postfix-2.9.0-r1 (06 Feb 2012)
diff --git a/mail-mta/postfix/postfix-2.9.0-r1.ebuild b/mail-mta/postfix/postfix-2.9.0-r1.ebuild
index cf6b3bcb347a..280d1572aa7d 100644
--- a/mail-mta/postfix/postfix-2.9.0-r1.ebuild
+++ b/mail-mta/postfix/postfix-2.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0-r1.ebuild,v 1.1 2012/02/06 13:20:05 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0-r1.ebuild,v 1.2 2012/02/07 07:56:40 eras Exp $
EAPI=4
@@ -305,5 +305,9 @@ pkg_postinst() {
ewarn "Please turn on berkdb USE flag for hash or btree table"
ewarn "lookup support.\n"
fi
+ ewarn "Postfix daemons now live under /usr/libexec/postfix"
+ ewarn "Please adjust your main.cf accordingly by running"
+ ewarn "etc-update/dispatch-conf or similar and accepting the new"
+ ewarn "daemon_directory setting."
fi
}
diff --git a/mail-mta/postfix/postfix-2.9.0.ebuild b/mail-mta/postfix/postfix-2.9.0.ebuild
index 9b576eaa7680..da0228b91ecd 100644
--- a/mail-mta/postfix/postfix-2.9.0.ebuild
+++ b/mail-mta/postfix/postfix-2.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0.ebuild,v 1.2 2012/02/05 06:03:44 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9.0.ebuild,v 1.3 2012/02/07 07:56:40 eras Exp $
EAPI=4
@@ -305,5 +305,9 @@ pkg_postinst() {
ewarn "Please turn on berkdb USE flag for hash or btree table"
ewarn "lookup support.\n"
fi
+ ewarn "Postfix daemons now live under /usr/libexec/postfix"
+ ewarn "Please adjust your main.cf accordingly by running"
+ ewarn "etc-update/dispatch-conf or similar and accepting the new"
+ ewarn "daemon_directory setting."
fi
}