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 95fb58a3d7d29084ebfc011eb753b200c42cc0c0 (commit) from 98b5cc933bf940ece2985729689cd523a580b998 (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 95fb58a3d7d29084ebfc011eb753b200c42cc0c0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 9 18:58:33 2010 +0100
Fix countrycode list (thx to m.a.d).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/35/filelists/files | 1 + html/cgi-bin/country.cgi | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) mode change 100755 => 100644 html/cgi-bin/credits.cgi
Difference in files: diff --git a/config/rootfiles/core/35/filelists/files b/config/rootfiles/core/35/filelists/files index 0037af1..955ed67 100644 --- a/config/rootfiles/core/35/filelists/files +++ b/config/rootfiles/core/35/filelists/files @@ -1 +1,2 @@ etc/system-release +srv/web/ipfire/cgi-bin/country.cgi diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi index 250915a..474d60c 100644 --- a/html/cgi-bin/country.cgi +++ b/html/cgi-bin/country.cgi @@ -23,7 +23,7 @@ use strict;
use Locale::Country;
-my $flagdir = '/home/httpd/html/images/flags'; +my $flagdir = '/srv/web/ipfire/html/images/flags'; my $lines = '1'; my $lines2 = ''; my @flaglist=(); diff --git a/html/cgi-bin/credits.cgi b/html/cgi-bin/credits.cgi old mode 100755 new mode 100644
hooks/post-receive -- IPFire 2.x development tree