public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, core57, updated. a5bc82a447a25aea3a4f6de3db962a2122244556
@ 2012-02-19 12:07 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-02-19 12:07 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-19 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-19 12:07 [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, core57, updated. a5bc82a447a25aea3a4f6de3db962a2122244556 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox