summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2006-12-30 13:43:29 +0000
committerDominik Stadler <centic@gentoo.org>2006-12-30 13:43:29 +0000
commit23adf9424c7b2f1b4d5f23f32ee2a6b5308ae0f4 (patch)
tree3c864329e792d69ff73460b2162aac41bd7ddaf3 /net-firewall/firehol
parentia64 stable (diff)
downloadgentoo-2-23adf9424c7b2f1b4d5f23f32ee2a6b5308ae0f4.tar.gz
gentoo-2-23adf9424c7b2f1b4d5f23f32ee2a6b5308ae0f4.tar.bz2
gentoo-2-23adf9424c7b2f1b4d5f23f32ee2a6b5308ae0f4.zip
Fix patch again, CVS-replacement played tricks on me.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r--net-firewall/firehol/ChangeLog6
-rw-r--r--net-firewall/firehol/files/firehol-1.226-to-250.patch54
2 files changed, 5 insertions, 55 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog
index 34006cf2c0d9..42591663f4ee 100644
--- a/net-firewall/firehol/ChangeLog
+++ b/net-firewall/firehol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/firehol
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.23 2006/12/29 20:50:54 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.24 2006/12/30 13:43:29 centic Exp $
+
+ 30 Dec 2006; Dominik Stadler <centic@gentoo.org>
+ files/firehol-1.226-to-250.patch:
+ Fix patch again, CVS-replacement played tricks on me.
29 Dec 2006; Dominik Stadler <centic@gentoo.org>
files/firehol-1.226-to-250.patch:
diff --git a/net-firewall/firehol/files/firehol-1.226-to-250.patch b/net-firewall/firehol/files/firehol-1.226-to-250.patch
index a27116da8635..e8d42846bd20 100644
--- a/net-firewall/firehol/files/firehol-1.226-to-250.patch
+++ b/net-firewall/firehol/files/firehol-1.226-to-250.patch
@@ -1,15 +1,6 @@
diff -Nur firehol-1.226/firehol.sh firehol-1.226.new/firehol.sh
--- firehol-1.226/firehol.sh 2006-12-29 23:48:19.000000000 +0100
+++ firehol-1.226.new/firehol.sh 2006-12-29 23:49:40.000000000 +0100
-@@ -10,7 +10,7 @@
- #
- # config: /etc/firehol/firehol.conf
- #
--# $Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+# $Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- #
-
- # Make sure only root can run us.
@@ -74,13 +74,16 @@
return 0
}
@@ -102,15 +93,6 @@ diff -Nur firehol-1.226/firehol.sh firehol-1.226.new/firehol.sh
which_cmd RENICE_CMD renice
which_cmd RM_CMD rm
which_cmd SED_CMD sed
-@@ -134,7 +171,7 @@
- # Find our minor version
- firehol_minor_version() {
- ${CAT_CMD} <<"EOF" | ${CUT_CMD} -d ' ' -f 3 | ${CUT_CMD} -d '.' -f 2
--$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- EOF
- }
-
@@ -170,6 +207,9 @@
FIREHOL_SAVED="${FIREHOL_DIR}/firehol-save.sh"
FIREHOL_TMP="${FIREHOL_DIR}/firehol-tmp.sh"
@@ -667,24 +649,6 @@ diff -Nur firehol-1.226/firehol.sh firehol-1.226.new/firehol.sh
then
exit 0
fi
-@@ -5154,7 +5415,7 @@
- else
-
- ${CAT_CMD} <<EOF
--$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
- FireHOL is distributed under GPL.
-
-@@ -5340,7 +5601,7 @@
-
- ${CAT_CMD} <<EOF
-
--$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
- FireHOL is distributed under GPL.
- Home Page: http://firehol.sourceforge.net
@@ -5459,6 +5720,13 @@
if [ ${FIREHOL_WIZARD} -eq 1 ]
@@ -713,24 +677,6 @@ diff -Nur firehol-1.226/firehol.sh firehol-1.226.new/firehol.sh
}
ips2net() {
-@@ -5634,7 +5907,7 @@
-
- "${CAT_CMD}" >&2 <<EOF
-
--$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+$Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
- FireHOL is distributed under GPL.
- Home Page: http://firehol.sourceforge.net
-@@ -5717,7 +5990,7 @@
- echo "# "
-
- ${CAT_CMD} <<EOF
--# $Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
-+# $Id: firehol-1.226-to-250.patch,v 1.2 2006/12/29 20:50:54 centic Exp $
- # (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr>
- # FireHOL is distributed under GPL.
- # Home Page: http://firehol.sourceforge.net
@@ -6354,11 +6627,11 @@
# Remove the saved firewall, so that the trap will not restore it.
${RM_CMD} -f "${FIREHOL_SAVED}"