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 a3323b6fde7a475aba2d4491fd0df98a0dcfaf89 (commit) from 117e37e35699860267699b5662516964b59e3eb2 (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 a3323b6fde7a475aba2d4491fd0df98a0dcfaf89 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jun 26 18:56:39 2011 +0200
vpnmain.cgi: fix my typo.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index b4bf8c2..3d5a360 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -2539,7 +2539,7 @@ END # get real state 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/) || + if (($line =~ /"$confighash{$key}[1]".*IPsec SA established/) || ($line =~ / $confighash{$key}[1][.*ESTABLISHED/)) { $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