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, core57 has been updated via a5bc82a447a25aea3a4f6de3db962a2122244556 (commit) from eb17d0fd69ae2c21becfee831b32d3441ec6652c (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 a5bc82a447a25aea3a4f6de3db962a2122244556 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 19 13:04:06 2012 +0100
core57: stop/start ipsec at update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/57/update.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/57/update.sh b/config/rootfiles/core/57/update.sh index 6668c8f..177bf72 100644 --- a/config/rootfiles/core/57/update.sh +++ b/config/rootfiles/core/57/update.sh @@ -36,16 +36,19 @@ done #Stop services /etc/init.d/squid stop /etc/init.d/apache stop +/etc/init.d/ipsec stop
# #Extract files extract_files
- # #Start services /etc/init.d/squid start /etc/init.d/apache start +if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then + /etc/init.d/ipsec start +fi
# #Update Language cache
hooks/post-receive -- IPFire 2.x development tree