summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2016-10-13 15:56:30 +0300
committerEray Aslan <eras@gentoo.org>2016-10-13 15:56:30 +0300
commit654a8ff1010160bab30bc64ca935ccb6158a0dd3 (patch)
tree3b6b6a8bd3efca9e58a54749b57b43c189a651f2
parentsci-physics/lammps: Fix for gcc-6 (Bug 595728) (diff)
downloadgentoo-654a8ff1010160bab30bc64ca935ccb6158a0dd3.tar.gz
gentoo-654a8ff1010160bab30bc64ca935ccb6158a0dd3.tar.bz2
gentoo-654a8ff1010160bab30bc64ca935ccb6158a0dd3.zip
mail-mta/postfix: removed old REPLACING_VERSIONS check
Package-Manager: portage-2.3.2
-rw-r--r--mail-mta/postfix/postfix-2.10.9.ebuild18
1 files changed, 1 insertions, 17 deletions
diff --git a/mail-mta/postfix/postfix-2.10.9.ebuild b/mail-mta/postfix/postfix-2.10.9.ebuild
index a7d5a07d7893..e82dd5ca4a6c 100644
--- a/mail-mta/postfix/postfix-2.10.9.ebuild
+++ b/mail-mta/postfix/postfix-2.10.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -296,20 +296,4 @@ pkg_postinst() {
ewarn "work correctly without it."
ewarn
fi
-
- if [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 9 ]]; then
- elog "If you are using old style postfix instances by symlinking"
- elog "startup scripts in ${ROOT}etc/init.d, please consider"
- elog "upgrading your config for postmulti support. For more info:"
- elog "http://www.postfix.org/MULTI_INSTANCE_README.html"
- if ! use berkdb; then
- ewarn "\nPostfix is installed without BerkeleyDB support."
- ewarn "Please turn on berkdb USE flag if you need hash or"
- ewarn "btree table lookups.\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
}