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 d6d19d9280b1232629ed21643b2646e98d01fcaf (commit) from c0ab03b580b939db4f7581fb00dc59f2211b6842 (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 d6d19d9280b1232629ed21643b2646e98d01fcaf Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Aug 25 20:59:45 2010 +0200
Updated hardcoded ping.ipfire.org ip.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/filelists/files | 1 + src/ppp/ip-up | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 883eb86..23e2210 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -1,4 +1,5 @@ etc/system-release +etc/ppp/ip-up var/ipfire/langs/en.pl var/ipfire/langs/de.pl var/ipfire/langs/es.pl diff --git a/src/ppp/ip-up b/src/ppp/ip-up index 683b155..fdd204b 100644 --- a/src/ppp/ip-up +++ b/src/ppp/ip-up @@ -74,7 +74,7 @@ else echo "$FIRE gateway" >> /tmp/hosts else #DNS lookup failed use direct ip - echo "85.88.28.125 gateway" >> /tmp/hosts + echo "178.63.73.246 gateway" >> /tmp/hosts fi fi mv /tmp/hosts /etc/hosts
hooks/post-receive -- IPFire 2.x development tree