diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-01-27 18:03:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-01-27 18:03:29 +0000 |
commit | 522382772c49102c201d6cf2923f4b95cbca7e44 (patch) | |
tree | 3c5445aae2dd9c7526f4b8d483694a0c4761aa9c /net-firewall/firehol | |
parent | dependency tuning (diff) | |
download | historical-522382772c49102c201d6cf2923f4b95cbca7e44.tar.gz historical-522382772c49102c201d6cf2923f4b95cbca7e44.tar.bz2 historical-522382772c49102c201d6cf2923f4b95cbca7e44.zip |
Fix patch, remove CVS-Tags that were changed during checkin.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/Manifest | 2 | ||||
-rw-r--r-- | net-firewall/firehol/files/firehol-1.224-to-226.patch | 54 |
2 files changed, 1 insertions, 55 deletions
diff --git a/net-firewall/firehol/Manifest b/net-firewall/firehol/Manifest index c8f597dbfff6..b7911aeaf600 100644 --- a/net-firewall/firehol/Manifest +++ b/net-firewall/firehol/Manifest @@ -13,4 +13,4 @@ MD5 32a409eeb7b55602f5a83b77a8f1662b files/firehol-1.191-bash-3.0.patch 5663 MD5 d36dc29cf673b91c56f80e1406f981df files/digest-firehol-1.214 66 MD5 24f588c8420a4d441a56a632cf827be8 files/digest-firehol-1.191-r2 66 MD5 76b78f59bdc0f07399dd54e1b756c3cb files/firehol.conf.d 70 -MD5 4021842e67218795e1f34945573f47ed files/firehol-1.224-to-226.patch 4173 +MD5 90281f0915d86f29b50587c1ff726b01 files/firehol-1.224-to-226.patch 2339 diff --git a/net-firewall/firehol/files/firehol-1.224-to-226.patch b/net-firewall/firehol/files/firehol-1.224-to-226.patch index b0998f420179..1e6cf4c83b0f 100644 --- a/net-firewall/firehol/files/firehol-1.224-to-226.patch +++ b/net-firewall/firehol/files/firehol-1.224-to-226.patch @@ -5,24 +5,6 @@ retrieving revision 1.226 diff -u -r1.224 -r1.226 --- firehol/firehol/firehol.sh 2005/01/24 22:24:48 1.224 +++ firehol/firehol/firehol.sh 2005/01/25 21:28:19 1.226 -@@ -10,7 +10,7 @@ - # - # config: /etc/firehol/firehol.conf - # --# $Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+# $Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - # - - # Make sure only root can run us. -@@ -114,7 +114,7 @@ - # Find our minor version - firehol_minor_version() { - ${CAT_CMD} <<"EOF" | ${CUT_CMD} -d ' ' -f 3 | ${CUT_CMD} -d '.' -f 2 --$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - EOF - } - @@ -144,7 +144,7 @@ # Directories and files @@ -90,39 +72,3 @@ diff -u -r1.224 -r1.226 elif [ -f "/lib/modules/`${UNAME_CMD} -r`/build/.config" ] then -@@ -5121,7 +5121,7 @@ - else - - ${CAT_CMD} <<EOF --$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr> - FireHOL is distributed under GPL. - -@@ -5307,7 +5307,7 @@ - - ${CAT_CMD} <<EOF - --$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr> - FireHOL is distributed under GPL. - Home Page: http://firehol.sourceforge.net -@@ -5601,7 +5601,7 @@ - - "${CAT_CMD}" >&2 <<EOF - --$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+$Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr> - FireHOL is distributed under GPL. - Home Page: http://firehol.sourceforge.net -@@ -5684,7 +5684,7 @@ - echo "# " - - ${CAT_CMD} <<EOF --# $Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ -+# $Id: firehol-1.224-to-226.patch,v 1.1 2005/01/27 17:44:47 centic Exp $ - # (C) Copyright 2003, Costa Tsaousis <costa@tsaousis.gr> - # FireHOL is distributed under GPL. - # Home Page: http://firehol.sourceforge.net |