From 96a751115997c8c99d23020689fefd2d089d6ab7 Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Tue, 13 Apr 2010 21:22:22 +0000 Subject: 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) --- net-firewall/shorewall-common/ChangeLog | 6 +++++- net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'net-firewall') 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; 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." -- cgit v1.2.3-65-gdbad