diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-05 19:36:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-05 19:36:26 +0000 |
commit | 3d440251017e0a5e603ce2a99fe25dd3108ad272 (patch) | |
tree | fbb792ef54e26896243f4e07fe0a81dc7854ca51 /net/gnomenettool/files/patch-gnome-netinfo_ping.c | |
parent | Chase master-site (diff) |
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.
Diffstat (limited to 'net/gnomenettool/files/patch-gnome-netinfo_ping.c')
-rw-r--r-- | net/gnomenettool/files/patch-gnome-netinfo_ping.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gnomenettool/files/patch-gnome-netinfo_ping.c b/net/gnomenettool/files/patch-gnome-netinfo_ping.c deleted file mode 100644 index 40f2b83fa6b1..000000000000 --- a/net/gnomenettool/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, |