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 fcaac741a528a9d7996ed93ba1da8befda721f6d (commit) via c2b08c797435bea89ae259dd16ebea0507c17a63 (commit) via 461f6df8a5eb5135f1494be959deef2d1931d345 (commit) from 781adc6748ba064737717c88b2cc1374cd1128ce (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 fcaac741a528a9d7996ed93ba1da8befda721f6d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Mar 28 16:13:42 2010 +0200
Add qos changes to core37.
commit c2b08c797435bea89ae259dd16ebea0507c17a63 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Mar 28 16:13:15 2010 +0200
Fix update booster permissions.
commit 461f6df8a5eb5135f1494be959deef2d1931d345 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Mar 28 16:11:48 2010 +0200
Fix permission change of existing directories at core updates.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/37/filelists/files | 2 ++ config/rootfiles/core/37/update.sh | 4 ++++ src/pakfire/lib/functions.sh | 2 +- 3 files changed, 7 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/37/filelists/files b/config/rootfiles/core/37/filelists/files index 0946902..951fc81 100644 --- a/config/rootfiles/core/37/filelists/files +++ b/config/rootfiles/core/37/filelists/files @@ -15,9 +15,11 @@ srv/web/ipfire/cgi-bin/urlfilter.cgi srv/web/ipfire/cgi-bin/outgoingfw.cgi srv/web/ipfire/cgi-bin/remote.cgi srv/web/ipfire/cgi-bin/media.cgi +srv/web/ipfire/cgi-bin/qos.cgi srv/web/ipfire/cgi-bin/hardwaregraphs.cgi usr/local/bin/sshctrl var/ipfire/langs/de.pl var/ipfire/langs/en.pl var/ipfire/langs/fr.pl opt/pakfire/lib/functions.pl +opt/pakfire/lib/functions.sh diff --git a/config/rootfiles/core/37/update.sh b/config/rootfiles/core/37/update.sh index 038187c..67cd0c0 100644 --- a/config/rootfiles/core/37/update.sh +++ b/config/rootfiles/core/37/update.sh @@ -48,6 +48,10 @@ ln -sf ../init.d/cyrus-sasl /etc/rc.d/rc6.d/K49cyrus-sasl perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
# +#Fix permissions of update booster +chown -R nobody:nobody /var/ipfire/updatexlrator + +# #Run depmod to rebuld module informations depmod 2.6.27.42-ipfire depmod 2.6.27.42-ipfire-xen diff --git a/src/pakfire/lib/functions.sh b/src/pakfire/lib/functions.sh index 1cc4d81..e4e3d5b 100644 --- a/src/pakfire/lib/functions.sh +++ b/src/pakfire/lib/functions.sh @@ -24,7 +24,7 @@
extract_files() { echo "Extracting files..." - tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C / + tar xvf /opt/pakfire/tmp/files --no-overwrite-dir --preserve --numeric-owner -C / echo "...Finished." }
hooks/post-receive -- IPFire 2.x development tree