This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 264c0195fbd8a897d37c81d5d74e6502ab7212a8 (commit) from ec238128df8a41644501c9620c03103e93c89afd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 264c0195fbd8a897d37c81d5d74e6502ab7212a8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jul 4 21:41:31 2011 +0200
ipsec: change grep for ikev2 status display.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 2 +- html/cgi-bin/vpnmain.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index eec3f9b..b325250 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -370,7 +370,7 @@ END } else { foreach my $line (@status) { if (($line =~ /"$confighash{$key}[1]".*IPsec SA established/) || - ($line =~/ $confighash{$key}[1]{.*INSTALLED/ )) + ($line =~/$confighash{$key}[1]{.*INSTALLED/ )) { $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourgreen}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b></td></tr></table>"; } diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 1fa40a8..177cdf4 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -2540,7 +2540,7 @@ END my $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourred}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsclosed'}</font></b></td></tr></table>"; foreach my $line (@status) { if (($line =~ /"$confighash{$key}[1]".*IPsec SA established/) || - ($line =~ / $confighash{$key}[1]{.*INSTALLED/)) + ($line =~ /$confighash{$key}[1]{.*INSTALLED/)) { $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourgreen}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b></td></tr></table>"; }
hooks/post-receive -- IPFire 2.x development tree