diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-04-13 21:22:22 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-04-13 21:22:22 +0000 |
commit | 96a751115997c8c99d23020689fefd2d089d6ab7 (patch) | |
tree | a456e2bd325782e6e68bea6f752d7c8841f79dea /net-firewall | |
parent | Version bump (diff) | |
download | gentoo-2-96a751115997c8c99d23020689fefd2d089d6ab7.tar.gz gentoo-2-96a751115997c8c99d23020689fefd2d089d6ab7.tar.bz2 gentoo-2-96a751115997c8c99d23020689fefd2d089d6ab7.zip |
As per Gustavo Zacarias, add an ewarn noting that the detect option on interfaces should be avoided with the new init script dependencies.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall-common/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-firewall/shorewall-common/ChangeLog b/net-firewall/shorewall-common/ChangeLog index f5a76d2981e0..dfa680f3a160 100644 --- a/net-firewall/shorewall-common/ChangeLog +++ b/net-firewall/shorewall-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/shorewall-common # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/ChangeLog,v 1.34 2010/04/13 13:33:31 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/ChangeLog,v 1.35 2010/04/13 21:22:22 chainsaw Exp $ + + 13 Apr 2010; <chainsaw@gentoo.org> shorewall-common-4.2.11-r1.ebuild: + As per Gustavo Zacarias, add an ewarn noting that the detect option on + interfaces should be avoided with the new init script dependencies. *shorewall-common-4.2.11-r1 (13 Apr 2010) diff --git a/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild b/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild index a37b82c1f547..2b3e815d87e3 100644 --- a/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild +++ b/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild,v 1.1 2010/04/13 13:33:31 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild,v 1.2 2010/04/13 21:22:22 chainsaw Exp $ EAPI="2" @@ -55,6 +55,8 @@ src_install() { } pkg_postinst() { + ewarn "You should *not* use the detect option on interfaces" + ewarn "as shorewall will now start *before* net." elog if use doc ; then elog "Documentation is available at /usr/share/doc/${PF}/html." |