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 635ba6a5b26678328d500c6dc7ebdbcaeaa71b27 (commit) from bc5c86e4811b69730b1fd6457f76dbea45b45b3c (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 635ba6a5b26678328d500c6dc7ebdbcaeaa71b27 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Apr 11 13:29:36 2010 +0200
Add squid and squidguard to core38 updater.
-----------------------------------------------------------------------
Summary of changes: .../{oldcore/32 => core/38}/filelists/squid | 0 config/rootfiles/core/38/filelists/squidguard | 1 + config/rootfiles/core/38/update.sh | 9 +++++++++ 3 files changed, 10 insertions(+), 0 deletions(-) copy config/rootfiles/{oldcore/32 => core/38}/filelists/squid (100%) create mode 120000 config/rootfiles/core/38/filelists/squidguard
Difference in files: diff --git a/config/rootfiles/core/38/filelists/squid b/config/rootfiles/core/38/filelists/squid new file mode 120000 index 0000000..2dc8372 --- /dev/null +++ b/config/rootfiles/core/38/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/38/filelists/squidguard b/config/rootfiles/core/38/filelists/squidguard new file mode 120000 index 0000000..f87a5b0 --- /dev/null +++ b/config/rootfiles/core/38/filelists/squidguard @@ -0,0 +1 @@ +../../../common/squidguard \ No newline at end of file diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 943c387..769ba15 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -66,6 +66,11 @@ rm -rf /lib/modules/*-ipfire #
# +# Stop Sevices +# +/etc/init.d/squid stop + +# # Backup grub.conf # cp -vf /boot/grub/grub.conf /boot/grub/grub.conf.org @@ -133,6 +138,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" # Todo convert ipsec.conf from open to strongswan... # # +# Start Sevices +# +/etc/init.d/squid start +# # Delete old lm-sensor modullist... # rm -rf /etc/sysconfig/lm_sensors
hooks/post-receive -- IPFire 2.x development tree