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, master has been updated via 9f9298d99459a03e3497f67a8accdf7c29c6a96a (commit) from bb893dcd86744a5167d92529d4a7e3c0fb29d9d8 (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 9f9298d99459a03e3497f67a8accdf7c29c6a96a Author: Christian Schmidt maniacikarus@ipfire.org Date: Fri Jan 21 18:01:49 2011 +0100
Fixed little typo.
-----------------------------------------------------------------------
Summary of changes: src/scripts/vpn-watch | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 32a8549..ee6807c 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -32,7 +32,7 @@ while ( $i == 0){ $round++;
# Reset roundcounter after 10 min. To do established check. - if ($round > 9) { $round==0 } + if ($round > 9) { $round=0; }
if (open(FILE, "<${General::swroot}/vpn/config")) { @vpnsettings = <FILE>; close(FILE);
hooks/post-receive -- IPFire 2.x development tree