From 3d440251017e0a5e603ce2a99fe25dd3108ad272 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 5 Jul 2004 19:36:26 +0000 Subject: Add gnomenettool after a repo-copy from gnomenetwork. Gnome-nettool is the netinfo piece of gnome-network broken out into its own distribution. Gnome-nettool is a MacOS X-like Network Utility that disaplys interface information as well as front-ends many useful network tools like ping, netstat, traceroute, host, finger, and whois. --- net/gnome-nettool/files/patch-gnome-netinfo_ping.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/gnome-nettool/files/patch-gnome-netinfo_ping.c (limited to 'net/gnome-nettool/files/patch-gnome-netinfo_ping.c') diff --git a/net/gnome-nettool/files/patch-gnome-netinfo_ping.c b/net/gnome-nettool/files/patch-gnome-netinfo_ping.c deleted file mode 100644 index 40f2b83fa6b1..000000000000 --- a/net/gnome-nettool/files/patch-gnome-netinfo_ping.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-netinfo/ping.c.orig Sat Dec 6 23:08:52 2003 -+++ gnome-netinfo/ping.c Sat Dec 6 23:17:35 2003 -@@ -330,6 +330,8 @@ - - if (netinfo_get_ip_version (netinfo) == IPV4) - line = g_strdelimit (line, ":", ' '); -+ else -+ line = g_strdelimit (line, ",", ' '); - - #ifdef PING_PARAMS_5 - count = sscanf (line, PING_FORMAT, -- cgit v1.2.3