summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-03-09 16:01:01 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-03-09 16:01:01 +0000
commitc91a4c4459b3021c4a1e580d807cc7d87cfaab52 (patch)
tree8fff061bb566685578a95af2a2d9f09fce8c7693 /net-firewall/iptables/iptables-1.2.9.ebuild
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.tar.gz
gentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.tar.bz2
gentoo-2-c91a4c4459b3021c4a1e580d807cc7d87cfaab52.zip
Closing #25919, #39833 and #41624
Diffstat (limited to 'net-firewall/iptables/iptables-1.2.9.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.2.9.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild
index 7bdc07a549dd..2e097033ac2f 100644
--- a/net-firewall/iptables/iptables-1.2.9.ebuild
+++ b/net-firewall/iptables/iptables-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.7 2004/02/22 22:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.8 2004/03/09 16:01:01 aliz Exp $
inherit eutils flag-o-matic
@@ -44,7 +44,7 @@ src_compile() {
use ipv6 && myconf="${myconf} DO_IPV6=1" || myconf="${myconf} DO_IPV6=0"
- make \
+ make ${myconf} \
LIBDIR=/lib \
BINDIR=/sbin \
MANDIR=/usr/share/man \
@@ -81,7 +81,10 @@ pkg_postinst() {
einfo "This package now includes an initscript which loads and saves"
einfo "rules stored in /var/lib/iptables/rules-save"
einfo "This location can be changed in /etc/conf.d/iptables"
-
+ einfo ""
einfo "If you are using the iptables initsscript you should save your"
einfo "rules using the new iptables version before rebooting."
+ einfo ""
+ einfo "If you are uprading to a >=2.4.21 kernel you may need to rebuild"
+ einfo "iptables."
}