public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Ullmann (jokey)" <jokey@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: shorewall-3.4.6.ebuild ChangeLog
Date: Fri, 07 Sep 2007 14:30:47 +0000	[thread overview]
Message-ID: <E1ITer9-00040n-Cy@stork.gentoo.org> (raw)

jokey       07/09/07 14:30:47

  Modified:             shorewall-3.4.6.ebuild ChangeLog
  Log:
  einfo to elog transition
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.3                  net-firewall/shorewall/shorewall-3.4.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild?r1=1.2&r2=1.3

Index: shorewall-3.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shorewall-3.4.6.ebuild	6 Sep 2007 09:27:16 -0000	1.2
+++ shorewall-3.4.6.ebuild	7 Sep 2007 14:30:46 -0000	1.3
@@ -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 @@
 }
 
 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
 }



1.145                net-firewall/shorewall/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/shorewall/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-firewall/shorewall/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	6 Sep 2007 11:31:08 -0000	1.144
+++ ChangeLog	7 Sep 2007 14:30:46 -0000	1.145
@@ -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:



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-09-07 14:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 14:30 Markus Ullmann (jokey) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-07 19:51 [gentoo-commits] gentoo-x86 commit in net-firewall/shorewall: shorewall-3.4.6.ebuild ChangeLog Jeroen Roovers (jer)
2007-09-09 14:30 Joseph Jezak,PPC Extraordinaire,, (josejx)
2007-11-14  5:57 Peter Weller (welp)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1ITer9-00040n-Cy@stork.gentoo.org \
    --to=jokey@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox