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 fac786647c8d931e93b190c790fb1b2a1c95f94d (commit) from 90070fc927c8d8a3a37d0eb818a2c611c4e62fc7 (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 fac786647c8d931e93b190c790fb1b2a1c95f94d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jun 21 23:22:58 2010 +0200
Vpn-watch: it is faster to restart the whole ipsec.
-----------------------------------------------------------------------
Summary of changes: src/scripts/vpn-watch | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 08d562b..287bf8f 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -1,6 +1,6 @@ #!/usr/bin/perl ################################################## -##### VPN-Watch.pl Version 0.4a ##### +##### VPN-Watch.pl Version 0.4b ##### ################################################## # # # VPN-Watch is part of the IPFire Firewall # @@ -54,7 +54,7 @@ foreach (@vpnsettings){
if ( $established eq '' || $connected eq '' ){ logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip."); - system("/usr/local/bin/ipsecctrl S $settings[0]"); + system("/usr/local/bin/ipsecctrl S"); last; #all connections will reloaded } }
hooks/post-receive -- IPFire 2.x development tree