Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/firehol/files: firehol-1.273-log-output.patch
Date: Mon, 02 Apr 2012 20:29:33
Message-Id: 20120402202847.391ED2004C@flycatcher.gentoo.org
1 pacho 12/04/02 20:28:47
2
3 Added: firehol-1.273-log-output.patch
4 Log:
5 Add missing kernel checks (#310797 by Phil Koenig, Tom Knight, Tyler Montbriand), use static and fixed RESERVED_IPS file (#332135 by Richard Gray), handle errors better (#332507 by Tyler Montbriand).
6
7 (Portage version: 2.1.10.54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-firewall/firehol/files/firehol-1.273-log-output.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/firehol-1.273-log-output.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/firehol/files/firehol-1.273-log-output.patch?rev=1.1&content-type=text/plain
14
15 Index: firehol-1.273-log-output.patch
16 ===================================================================
17 --- firehol.sh-old 2010-08-11 09:01:29.000000000 -0600
18 +++ firehol.sh 2010-08-12 09:22:07.000000000 -0600
19 @@ -5212,7 +5212,7 @@
20 printf >&2 "\n"
21 echo >&2 "OUTPUT : "
22 echo >&2
23 - ${CAT_CMD} ${FIREHOL_OUTPUT}.log
24 + ${CAT_CMD} ${FIREHOL_OUTPUT}.log >&2
25 echo >&2
26
27 return 0