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 38a76ff405f8b1358181c7dfa2e4b23aca1d9985 (commit) via 077de40a4cefb4cc38c4a9a0b2a477e1102ead93 (commit) from ad306a7a299badacdd8c31bab3511ab9804af8df (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 38a76ff405f8b1358181c7dfa2e4b23aca1d9985 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 21 17:52:25 2010 +0200
Setup: add spanish language file.
commit 077de40a4cefb4cc38c4a9a0b2a477e1102ead93 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 21 17:45:31 2010 +0200
Add bzip2 update to core41.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/41/filelists/bzip2 | 1 + config/rootfiles/core/41/filelists/files | 1 + src/install+setup/setup/main.c | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/41/filelists/bzip2
Difference in files: diff --git a/config/rootfiles/core/41/filelists/bzip2 b/config/rootfiles/core/41/filelists/bzip2 new file mode 120000 index 0000000..03f4ee5 --- /dev/null +++ b/config/rootfiles/core/41/filelists/bzip2 @@ -0,0 +1 @@ +../../../common/bzip2 \ No newline at end of file diff --git a/config/rootfiles/core/41/filelists/files b/config/rootfiles/core/41/filelists/files index c42902f..21a915b 100644 --- a/config/rootfiles/core/41/filelists/files +++ b/config/rootfiles/core/41/filelists/files @@ -9,3 +9,4 @@ 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 diff --git a/src/install+setup/setup/main.c b/src/install+setup/setup/main.c index f0d3604..33cae34 100644 --- a/src/install+setup/setup/main.c +++ b/src/install+setup/setup/main.c @@ -23,7 +23,7 @@ struct knic knics[20] = { { "" , "" , "" , "" } }; extern char *en_tr[]; extern char *de_tr[]; extern char *fr_tr[]; - +extern char *es_tr[];
int main(int argc, char *argv[]) { @@ -31,8 +31,8 @@ int main(int argc, char *argv[]) char *shortlangnames[] = { "en", NULL }; char **langtrs[] = { en_tr, NULL }; #else - char *shortlangnames[] = { "de", "en", "fr", NULL }; - char **langtrs[] = { de_tr, en_tr, fr_tr, NULL }; + char *shortlangnames[] = { "de", "en", "fr", "es", NULL }; + char **langtrs[] = { de_tr, en_tr, fr_tr, es_tr, NULL }; #endif int choice; char *sections[11]; /* need to fill this out AFTER knowning lang */
hooks/post-receive -- IPFire 2.x development tree