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, next has been updated via 7b757df70fb4caa70eb0f3a0e0cd1af7c9adaea1 (commit) via c1bf984e05ff9c523121d459cd58154d3d37a34a (commit) from 8260fb7e0eac021a9be1c120d39ecb8e4a76c2a2 (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 7b757df70fb4caa70eb0f3a0e0cd1af7c9adaea1 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 8 01:52:18 2016 +0000
core98: Ship changed /etc/ppp/ip-up
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c1bf984e05ff9c523121d459cd58154d3d37a34a Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Feb 7 13:45:32 2016 +0100
New IP-address of 'ping.ipfire.org'
Telekom gateways (e.g.) don't answer 'pings', therefor '/etc/ppp/ip-up' uses 'ping.ipfire.org' for the 'gateway Graph' in 'Status / Network (other'. After moving the infrastructure, several IP addresses were changed. '178.63.73.246' doesn't work anymore for 'ping.ipfire.org', its now '81.3.27.38'.
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/98/filelists/files | 1 + src/ppp/ip-up | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/98/filelists/files b/config/rootfiles/core/98/filelists/files index ad5d9a7..3e5063a 100644 --- a/config/rootfiles/core/98/filelists/files +++ b/config/rootfiles/core/98/filelists/files @@ -1,5 +1,6 @@ etc/system-release etc/issue +etc/ppp/ip-up etc/rc.d/init.d/firewall etc/rc.d/init.d/networking/dhcpcd.exe etc/modprobe.d/nf_conntrack.conf diff --git a/src/ppp/ip-up b/src/ppp/ip-up index fdd204b..b059a29 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 "178.63.73.246 gateway" >> /tmp/hosts + echo "81.3.27.38 gateway" >> /tmp/hosts fi fi mv /tmp/hosts /etc/hosts
hooks/post-receive -- IPFire 2.x development tree