diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-09 00:13:44 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-09 00:13:44 +0000 |
commit | 84678531716b9ec9e2dc5c8c09df0f02b133c78d (patch) | |
tree | 0e7543a9d90a5e816c1c62ae470800878f5c22c2 /net-firewall | |
parent | fix #149074 (diff) | |
download | gentoo-2-84678531716b9ec9e2dc5c8c09df0f02b133c78d.tar.gz gentoo-2-84678531716b9ec9e2dc5c8c09df0f02b133c78d.tar.bz2 gentoo-2-84678531716b9ec9e2dc5c8c09df0f02b133c78d.zip |
Updating info wrt bug #150525
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-3.2.4.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 1c00c6a50365..98d537404eb6 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.114 2006/10/08 19:58:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.115 2006/10/09 00:13:44 jokey Exp $ + + 09 Oct 2006; Markus Ullmann <jokey@gentoo.org> shorewall-3.2.4.ebuild: + Updating info wrt bug #150525 *shorewall-3.2.4 (08 Oct 2006) *shorewall-3.0.9 (08 Oct 2006) diff --git a/net-firewall/shorewall/shorewall-3.2.4.ebuild b/net-firewall/shorewall/shorewall-3.2.4.ebuild index 394652536fee..340822b48884 100644 --- a/net-firewall/shorewall/shorewall-3.2.4.ebuild +++ b/net-firewall/shorewall/shorewall-3.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.2.4.ebuild,v 1.1 2006/10/08 19:58:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.2.4.ebuild,v 1.2 2006/10/09 00:13:44 jokey Exp $ MY_P_DOCS="${P/${PN}/${PN}-docs-html}" @@ -62,8 +62,6 @@ pkg_postinst() { einfo "* check that /etc/shorewall/rfc1918 does not contain non-RFC1918 private" einfo " addresses. If it does, rename it to rfc1918.old" einfo "* remove /etc/shorewall/modules and use the one in /usr/share/shorewall/" - einfo "* if you want to use xtables (kernel 2.6.16+) then" - einfo " cp -f /usr/share/shorewall/xmodules /etc/shorewall/modules" einfo "* review IMAP LDAP NNTP POP3 SMTP and WEB macros as they have changed" einfo einfo "There is a new 'shorewall compile' command to generate scripts to run" |