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 2120ed47e93d52d96bbc3715fc7649f1086141dd (commit)
from 88f8491945dcb15e1fdc4dba231375736101d00a (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 2120ed47e93d52d96bbc3715fc7649f1086141dd
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Tue Dec 21 22:11:39 2010 +0100
updater: fix ipsec.conf and squid.conf permissions.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/44/update.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files:
diff --git a/config/rootfiles/core/44/update.sh b/config/rootfiles/core/44/update.sh
index 97416ce..40a0895 100644
--- a/config/rootfiles/core/44/update.sh
+++ b/config/rootfiles/core/44/update.sh
@@ -170,6 +170,7 @@ fi
mv /var/ipfire/vpn/ipsec.conf /var/ipfire/vpn/ipsec.conf.org
grep -v "keyexchange=ikev1" /var/ipfire/vpn/ipsec.conf.org > /var/ipfire/vpn/ipsec.conf
sed -i "s|^conn [A-Za-z].*$|&\n\tkeyexchange=ikev1|g" /var/ipfire/vpn/ipsec.conf
+chown nobody:nobody /var/ipfire/vpn/ipsec.conf
#new squid has some changed options. Build a basic config to be able start squid.
mv /var/ipfire/proxy/squid.conf /var/ipfire/proxy/squid.conf.org
@@ -178,6 +179,7 @@ grep -v "error_directory " | \
grep -v "reply_body_max_size 0" > /var/ipfire/proxy/squid.conf
echo >> /var/ipfire/proxy/squid.conf
echo error_directory /etc/squid/errors >> /var/ipfire/proxy/squid.conf
+chown nobody:nobody /var/ipfire/proxy/squid.conf
#Convert extrahd entries to UUID
cp -f /var/ipfire/extrahd/devices /var/ipfire/extrahd/devices.org
hooks/post-receive
--
IPFire 2.x development tree