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 3e8c0bdbaf357d02a228bce213be3a2ca0250915 (commit) from 58070e2ca74912f5c79d8758c85a7fcc326c1ad7 (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 3e8c0bdbaf357d02a228bce213be3a2ca0250915 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jul 24 21:01:20 2010 +0200
Put updates to core40.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/filelists/files | 7 +++++++ .../rootfiles/core/{38 => 40}/filelists/mkinitcpio | 0 config/rootfiles/core/40/update.sh | 2 +- 3 files changed, 8 insertions(+), 1 deletions(-) copy config/rootfiles/core/{38 => 40}/filelists/mkinitcpio (100%)
Difference in files: diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 0037af1..3722795 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -1 +1,8 @@ etc/system-release +var/ipfire/langs/en.pl +var/ipfire/langs/de.pl +var/ipfire/langs/es.pl +var/ipfire/langs/fr.pl +var/ipfire/dhcp/dhcpd.conf.local +etc/rc.d/init.d/functions +srv/web/ipfire/cgi-bin/time.cgi diff --git a/config/rootfiles/core/40/filelists/mkinitcpio b/config/rootfiles/core/40/filelists/mkinitcpio new file mode 120000 index 0000000..f9b3fde --- /dev/null +++ b/config/rootfiles/core/40/filelists/mkinitcpio @@ -0,0 +1 @@ +../../../common/mkinitcpio \ No newline at end of file diff --git a/config/rootfiles/core/40/update.sh b/config/rootfiles/core/40/update.sh index 91ef180..1fbf752 100644 --- a/config/rootfiles/core/40/update.sh +++ b/config/rootfiles/core/40/update.sh @@ -35,7 +35,7 @@ extract_files
# #Update Language cache -#perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
# #Finish
hooks/post-receive -- IPFire 2.x development tree