Wäre sicher kein Problem das kurzfristig zu machen! hier ein diff:
Code: Alles auswählen
Index: src/system/setting_helpers.cpp
===================================================================
RCS file: /cvs/tuxbox/apps/tuxbox/neutrino/src/system/setting_helpers.cpp,v
retrieving revision 1.159
diff -u -r1.159 setting_helpers.cpp
--- a/src/system/setting_helpers.cpp 12 Jan 2007 22:58:06 -0000 1.159
+++ b/src/system/setting_helpers.cpp 19 Feb 2007 10:06:26 -0000
@@ -625,10 +625,10 @@
+ " " + our_gateway + ": " + ' ' + mypinghost(our_gateway) + '\n'
+ g_Locale->getText(LOCALE_NETWORKMENU_NAMESERVER) + ":\n"
+ " " + our_nameserver + ": " + ' ' + mypinghost(our_nameserver) + '\n'
- + "wiki.tuxbox.org:\n"
- + " via IP (217.172.187.46): " + mypinghost("217.172.187.46") + '\n';
+ + "Tuxbox-Wiki (www.godofgta.de):\n"
+ + " via IP (88.198.50.98): " + mypinghost("88.198.50.98") + '\n';
if (1 == pinghost(our_nameserver)) text += (std::string)
- " via DNS: " + mypinghost("wiki.tuxbox.org") + '\n'
+ " via DNS: " + mypinghost("godofgta.de") + '\n'
+ "www.google.de:\n"
+ " via DNS: " + mypinghost("www.google.de") + '\n';