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, core41 has been updated via 2aaad8003a92d351f4619e67b6d34c1aa3160eed (commit) from 1979dbe07b39cd0d5a866c29ce05b7ddbe620007 (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 2aaad8003a92d351f4619e67b6d34c1aa3160eed Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Oct 31 08:35:23 2010 +0100
Add some missing files to core41. Run ldconfig after unpacking new glibc.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/update.sh | 5 +++++ .../{oldcore/32 => core/41}/filelists/dnsmasq | 0 config/rootfiles/core/41/filelists/files | 3 +++ config/rootfiles/core/41/filelists/realtek | 2 ++ 4 files changed, 10 insertions(+), 0 deletions(-) copy config/rootfiles/{oldcore/32 => core/41}/filelists/dnsmasq (100%)
Difference in files: diff --git a/config/rootfiles/core/40/update.sh b/config/rootfiles/core/40/update.sh index fa420c1..1fb6564 100644 --- a/config/rootfiles/core/40/update.sh +++ b/config/rootfiles/core/40/update.sh @@ -30,6 +30,11 @@ # #Extract files extract_files + +# +#Rebuild ldcache +ldconfig + # #Remove old python files... rm -rf /usr/lib/python2.4 diff --git a/config/rootfiles/core/41/filelists/dnsmasq b/config/rootfiles/core/41/filelists/dnsmasq new file mode 120000 index 0000000..d469c74 --- /dev/null +++ b/config/rootfiles/core/41/filelists/dnsmasq @@ -0,0 +1 @@ +../../../common/dnsmasq \ No newline at end of file diff --git a/config/rootfiles/core/41/filelists/files b/config/rootfiles/core/41/filelists/files index 21a915b..52a8b25 100644 --- a/config/rootfiles/core/41/filelists/files +++ b/config/rootfiles/core/41/filelists/files @@ -1,12 +1,15 @@ etc/system-release etc/rc.d/init.d/firewall +etc/rc.d/init.d/ntp srv/web/ipfire/cgi-bin/outgoinggrp.cgi srv/web/ipfire/cgi-bin/outgoingfw.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi +srv/web/ipfire/cgi-bin/speed.cgi var/ipfire/langs/en.pl var/ipfire/langs/de.pl var/ipfire/langs/es.pl var/ipfire/langs/fr.pl var/ipfire/outgoing/bin/outgoingfw.pl usr/local/sbin/setup +lib/openvpn-auth-pam.so diff --git a/config/rootfiles/core/41/filelists/realtek b/config/rootfiles/core/41/filelists/realtek index 1296944..90acfc2 100644 --- a/config/rootfiles/core/41/filelists/realtek +++ b/config/rootfiles/core/41/filelists/realtek @@ -1,6 +1,8 @@ lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8101.ko lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8168.ko lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8169.ko +lib/modules/2.6.32.15-ipfire/kernel/drivers/net/r8169.ko.org lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8101.ko lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8168.ko lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8169.ko +lib/modules/2.6.32.15-ipfire-xen/kernel/drivers/net/r8169.ko.org
hooks/post-receive -- IPFire 2.x development tree