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 aaf12a485ec085c805f153b574059dc0600736c5 (commit) from bd3c8b59949509e6bc8a77104deb15854ad187bb (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 aaf12a485ec085c805f153b574059dc0600736c5 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 23 00:31:04 2011 +0100
core45: start vpn-watch only if ipsec is enabled.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 69b61e3..3229f74 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -54,8 +54,10 @@ echo Starting Proxy /etc/init.d/squid start 2>/dev/null echo Rewriting Outgoing FW Rules /var/ipfire/outgoing/bin/outgoingfw.pl -echo Starting vpn-watch -/usr/local/bin/vpn-watch & +if [ `grep "ENABLED=on" /var/ipfire/vpn/setting` ]; then + echo Starting vpn-watch + /usr/local/bin/vpn-watch & +fi
# #Update Language cache
hooks/post-receive -- IPFire 2.x development tree