summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2010-04-13 21:22:22 +0000
committerTony Vroon <chainsaw@gentoo.org>2010-04-13 21:22:22 +0000
commit2a21844331f3113acdd5e0f98ebdfa430f323705 (patch)
treeae83a4bd63de705e32edda0a0308b7b6e66c6df7 /net-firewall
parentVersion bump (diff)
downloadhistorical-2a21844331f3113acdd5e0f98ebdfa430f323705.tar.gz
historical-2a21844331f3113acdd5e0f98ebdfa430f323705.tar.bz2
historical-2a21844331f3113acdd5e0f98ebdfa430f323705.zip
As per Gustavo Zacarias, add an ewarn noting that the detect option on interfaces should be avoided with the new init script dependencies.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/shorewall-common/ChangeLog6
-rw-r--r--net-firewall/shorewall-common/shorewall-common-4.2.11-r1.ebuild4
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."