summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 09:44:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 09:44:06 +0000
commitf9faf33ec44af856875fa02bc8f2e30b9cd5c6ff (patch)
tree975ed054ce88890dbab6a0d3042c7705293352ac /net-firewall
parentppc stable, bug #176079 (diff)
downloadhistorical-f9faf33ec44af856875fa02bc8f2e30b9cd5c6ff.tar.gz
historical-f9faf33ec44af856875fa02bc8f2e30b9cd5c6ff.tar.bz2
historical-f9faf33ec44af856875fa02bc8f2e30b9cd5c6ff.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firestarter/ChangeLog5
-rw-r--r--net-firewall/firestarter/firestarter-1.0.3.ebuild12
-rw-r--r--net-firewall/fwbuilder/ChangeLog6
-rw-r--r--net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild8
-rw-r--r--net-firewall/fwbuilder/fwbuilder-2.1.10.ebuild6
-rw-r--r--net-firewall/fwipsec/ChangeLog5
-rw-r--r--net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild7
7 files changed, 29 insertions, 20 deletions
diff --git a/net-firewall/firestarter/ChangeLog b/net-firewall/firestarter/ChangeLog
index 22422a87ba8c..ea19d88fd4f9 100644
--- a/net-firewall/firestarter/ChangeLog
+++ b/net-firewall/firestarter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/firestarter
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/ChangeLog,v 1.29 2007/02/09 04:12:27 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/ChangeLog,v 1.30 2007/05/06 09:39:49 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> firestarter-1.0.3.ebuild:
+ Replacing einfo with elog
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-firewall/firestarter/firestarter-1.0.3.ebuild b/net-firewall/firestarter/firestarter-1.0.3.ebuild
index fd8383ccf41b..778e274f5a7d 100644
--- a/net-firewall/firestarter/firestarter-1.0.3.ebuild
+++ b/net-firewall/firestarter/firestarter-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/firestarter-1.0.3.ebuild,v 1.7 2005/08/01 17:17:05 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestarter/firestarter-1.0.3.ebuild,v 1.8 2007/05/06 09:39:49 genone Exp $
inherit gnome2
@@ -33,10 +33,10 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
echo
- einfo "Run /usr/bin/firestarter to configure and setup the firewall"
- einfo "If you would like to have firestarter start automatically,"
- einfo "add the init script to the default runlevel:"
- einfo " rc-update add firestarter default"
+ elog "Run /usr/bin/firestarter to configure and setup the firewall"
+ elog "If you would like to have firestarter start automatically,"
+ elog "add the init script to the default runlevel:"
+ elog " rc-update add firestarter default"
echo
ewarn "If you are upgrading from a previous version of ${PN}"
ewarn "be aware that ${P} doesn't allow LAN connections to the"
diff --git a/net-firewall/fwbuilder/ChangeLog b/net-firewall/fwbuilder/ChangeLog
index 074f2a7c2638..f29f689f235b 100644
--- a/net-firewall/fwbuilder/ChangeLog
+++ b/net-firewall/fwbuilder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/fwbuilder
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.61 2007/04/01 20:15:36 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.62 2007/05/06 09:41:08 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> fwbuilder-2.0.12.ebuild,
+ fwbuilder-2.1.10.ebuild:
+ Replacing einfo with elog
*fwbuilder-2.1.10 (01 Apr 2007)
diff --git a/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild b/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild
index 6f1aff89be19..74b426cf1225 100644
--- a/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild,v 1.6 2006/05/29 21:30:39 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-2.0.12.ebuild,v 1.7 2007/05/06 09:41:08 genone Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_install() {
pkg_postinst() {
echo
- einfo "You need to emerge iproute2 on the machine that"
- einfo "will run the firewall script."
+ elog "You need to emerge iproute2 on the machine that"
+ elog "will run the firewall script."
echo
}
diff --git a/net-firewall/fwbuilder/fwbuilder-2.1.10.ebuild b/net-firewall/fwbuilder/fwbuilder-2.1.10.ebuild
index fc86db47be79..1c2a8ccc5a97 100644
--- a/net-firewall/fwbuilder/fwbuilder-2.1.10.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-2.1.10.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/fwbuilder/fwbuilder-2.1.10.ebuild,v 1.1 2007/04/01 20:15:36 anant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-2.1.10.ebuild,v 1.2 2007/05/06 09:41:08 genone Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_install() {
pkg_postinst() {
echo
- einfo "You need to emerge iproute2 on the machine that"
- einfo "will run the firewall script."
+ elog "You need to emerge iproute2 on the machine that"
+ elog "will run the firewall script."
echo
}
diff --git a/net-firewall/fwipsec/ChangeLog b/net-firewall/fwipsec/ChangeLog
index efe6c397c2ba..cf414ce767eb 100644
--- a/net-firewall/fwipsec/ChangeLog
+++ b/net-firewall/fwipsec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/fwipsec
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.9 2007/03/19 13:12:49 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/ChangeLog,v 1.10 2007/05/06 09:44:06 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> fwipsec-0.4.2-r1.ebuild:
+ Replacing einfo with elog
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove pfeifer from metadata.xml due to retirement.
diff --git a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild
index 7d338459763e..12f34a42bb28 100644
--- a/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild
+++ b/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.5 2006/05/15 15:07:10 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwipsec/fwipsec-0.4.2-r1.ebuild,v 1.6 2007/05/06 09:44:06 genone Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid."
@@ -26,6 +26,5 @@ src_install() {
}
pkg_postinst() {
- einfo "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
- echo
+ elog "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
}