diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-07 14:32:27 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-07 14:32:27 +0000 |
commit | 63bb30b8f95e9e31a1b610b81097fabb6d482a4d (patch) | |
tree | 31bbb2db1c5ac674835a534c37e0e59001bc7be7 /net-firewall/shorewall | |
parent | add swig dep to libgeier (diff) | |
download | historical-63bb30b8f95e9e31a1b610b81097fabb6d482a4d.tar.gz historical-63bb30b8f95e9e31a1b610b81097fabb6d482a4d.tar.bz2 historical-63bb30b8f95e9e31a1b610b81097fabb6d482a4d.zip |
einfo to elog transition
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r-- | net-firewall/shorewall/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-3.4.6.ebuild | 97 |
2 files changed, 52 insertions, 50 deletions
diff --git a/net-firewall/shorewall/ChangeLog b/net-firewall/shorewall/ChangeLog index 7e45ad961c31..068fa2208f9b 100644 --- a/net-firewall/shorewall/ChangeLog +++ b/net-firewall/shorewall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/shorewall # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.144 2007/09/06 11:31:08 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v 1.145 2007/09/07 14:30:46 jokey Exp $ + + 07 Sep 2007; Markus Ullmann <jokey@gentoo.org> shorewall-3.4.6.ebuild: + einfo to elog transition 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -shorewall-3.2.10.ebuild, -shorewall-3.4.3.ebuild, -shorewall-3.4.5.ebuild: diff --git a/net-firewall/shorewall/shorewall-3.4.6.ebuild b/net-firewall/shorewall/shorewall-3.4.6.ebuild index 8d39d9ffa432..5b27c7da0d84 100644 --- a/net-firewall/shorewall/shorewall-3.4.6.ebuild +++ b/net-firewall/shorewall/shorewall-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v 1.2 2007/09/06 09:27:16 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v 1.3 2007/09/07 14:30:46 jokey Exp $ inherit eutils @@ -55,55 +55,54 @@ src_install() { } pkg_postinst() { - einfo + elog if use doc ; then - einfo "Documentation is available at /usr/share/doc/${PF}/html." - einfo "Please read the Release Notes in /usr/share/doc/${PF}." - einfo "Samples are available at /usr/share/doc/${PF}/Samples." + elog "Documentation is available at /usr/share/doc/${PF}/html." + elog "Please read the Release Notes in /usr/share/doc/${PF}." + elog "Samples are available at /usr/share/doc/${PF}/Samples." else - einfo "Documentation is available at http://www.shorewall.net" + elog "Documentation is available at http://www.shorewall.net" fi - einfo "There are man pages for shorewall(8) and for each configuration file." - einfo - einfo "Bridging configuration has changed with kernel 2.6.20+. Check the documentation." - einfo - einfo "Do not blindly start shorewall, edit the files in /etc/shorewall first" - einfo "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" - einfo - einfo "If you intend to use the 2.6 IPSEC Support, you must retrieve the" - einfo "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" - einfo "or install kernel 2.6.16+ as well as a recent Netfilter iptables" - einfo "and compile it with support for policy match." - einfo - einfo "Be aware that version ${MY_P_TREE} differs substantially from previous releases." - einfo "Information on upgrading is available at:" - einfo "http://www.shorewall.net/upgrade_issues.htm" - einfo - einfo "If you are upgrading to ${MY_P_TREE} you should at least:" - 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 "* review IMAP LDAP NNTP POP3 SMTP and WEB macros as they have changed" - einfo "* move any policy's default action specifications" - einfo " from /etc/shorewall/actions to /etc/shorewall/shorewall.conf" - einfo "* remove or rename custom version of Limit action (if any)" - einfo "* entries in /etc/shorewall/providers require specific procedure at startup" - einfo - einfo "There is a new 'shorewall compile' command to generate scripts to run" - einfo "on systems with Shorewall Lite installed." - einfo "Please refer to http://www.shorewall.net/CompiledPrograms.html" - einfo "It is advised to copy the /usr/share/shorewall/configfiles dir to your" - einfo "own 'export directories'. However, whenever you upgrade Shorewall you" - einfo "should check for changes in configfiles and manually update your exports." - einfo "Alternatively, if you only have one Shorewall-Lite system in your network" - einfo "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" - einfo "in /etc/make.conf (man make.conf)." - einfo - einfo "Known problems:" - einfo "http://shorewall.net/pub/${PN}/${MY_P_TREE}/${P}/known_problems.txt" - einfo - einfo "Whether upgrading or installing you should run shorewall check," - einfo "correct any errors found and run shorewall restart|start." - einfo - #ewarn "You should now emerge shorewall-shell and/or shorewall-perl." + elog "There are man pages for shorewall(8) and for each configuration file." + elog + elog "Bridging configuration has changed with kernel 2.6.20+. Check the documentation." + elog + elog "Do not blindly start shorewall, edit the files in /etc/shorewall first" + elog "At the very least, you must change 'STARTUP_ENABLED' in shorewall.conf" + elog + elog "If you intend to use the 2.6 IPSEC Support, you must retrieve the" + elog "kernel patches from http://shorewall.net/pub/shorewall/contrib/IPSEC/" + elog "or install kernel 2.6.16+ as well as a recent Netfilter iptables" + elog "and compile it with support for policy match." + elog + elog "Be aware that version ${MY_P_TREE} differs substantially from previous releases." + elog "Information on upgrading is available at:" + elog "http://www.shorewall.net/upgrade_issues.htm" + elog + elog "If you are upgrading to ${MY_P_TREE} you should at least:" + elog "* check that /etc/shorewall/rfc1918 does not contain non-RFC1918 private" + elog " addresses. If it does, rename it to rfc1918.old" + elog "* remove /etc/shorewall/modules and use the one in /usr/share/shorewall/" + elog "* review IMAP LDAP NNTP POP3 SMTP and WEB macros as they have changed" + elog "* move any policy's default action specifications" + elog " from /etc/shorewall/actions to /etc/shorewall/shorewall.conf" + elog "* remove or rename custom version of Limit action (if any)" + elog "* entries in /etc/shorewall/providers require specific procedure at startup" + elog + elog "There is a new 'shorewall compile' command to generate scripts to run" + elog "on systems with Shorewall Lite installed." + elog "Please refer to http://www.shorewall.net/CompiledPrograms.html" + elog "It is advised to copy the /usr/share/shorewall/configfiles dir to your" + elog "own 'export directories'. However, whenever you upgrade Shorewall you" + elog "should check for changes in configfiles and manually update your exports." + elog "Alternatively, if you only have one Shorewall-Lite system in your network" + elog "then you can use the configfiles dir but set CONFIG_PROTECT appropriately" + elog "in /etc/make.conf (man make.conf)." + elog + elog "Known problems:" + elog "http://shorewall.net/pub/${PN}/${MY_P_TREE}/${P}/known_problems.txt" + elog + elog "Whether upgrading or installing you should run shorewall check," + elog "correct any errors found and run shorewall restart|start." + elog } |