diff options
author | 2014-07-14 15:03:54 +0000 | |
---|---|---|
committer | 2014-07-14 15:03:54 +0000 | |
commit | 4732bc340eb67be864b175c3d6ca01be28d12d05 (patch) | |
tree | bef74170f0c21db722332ff5702f7aca32270dc8 /net-misc/dhcpcd/dhcpcd-9999.ebuild | |
parent | version bump to fix compile errors, bug #516228. (diff) | |
download | gentoo-2-4732bc340eb67be864b175c3d6ca01be28d12d05.tar.gz gentoo-2-4732bc340eb67be864b175c3d6ca01be28d12d05.tar.bz2 gentoo-2-4732bc340eb67be864b175c3d6ca01be28d12d05.zip |
sync live ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-9999.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 06902cc1f454..e6e7e9b36d1a 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.14 2014/03/24 04:43:33 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.15 2014/07/14 15:03:54 williamh Exp $ EAPI=5 @@ -94,19 +94,21 @@ pkg_postinst() cp -p "${old_duid}" "${new_duid}" fi - elog - elog "dhcpcd has zeroconf support active by default." - elog "This means it will always obtain an IP address even if no" - elog "DHCP server can be contacted, which will break any existing" - elog "failover support you may have configured in your net configuration." - elog "This behaviour can be controlled with the noipv4ll configuration" - elog "file option or the -L command line switch." - elog "See the dhcpcd and dhcpcd.conf man pages for more details." - - elog - elog "Dhcpcd has duid enabled by default, and this may cause issues" - elog "with some dhcp servers. For more information, see" - elog "https://bugs.gentoo.org/show_bug.cgi?id=477356" + if [ -z "$REPLACING_VERSIONS" ]; then + elog + elog "dhcpcd has zeroconf support active by default." + elog "This means it will always obtain an IP address even if no" + elog "DHCP server can be contacted, which will break any existing" + elog "failover support you may have configured in your net configuration." + elog "This behaviour can be controlled with the noipv4ll configuration" + elog "file option or the -L command line switch." + elog "See the dhcpcd and dhcpcd.conf man pages for more details." + + elog + elog "Dhcpcd has duid enabled by default, and this may cause issues" + elog "with some dhcp servers. For more information, see" + elog "https://bugs.gentoo.org/show_bug.cgi?id=477356" + fi if ! has_version net-dns/bind-tools; then elog |