diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:29:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-03 08:29:37 +0000 |
commit | b3fb0c72c03546e312c443de99d9246c106afc93 (patch) | |
tree | 617da6819b2e2b01ee03cbb1249d6127c25bc6d0 /net/gnomenettool/files/patch-gnome-netinfo_ping.c | |
parent | Add gnomenetstatus, a GNOME 2 applet that displays network usage similar to (diff) |
Add gnomenetwork, a suite of tools that allow for remote desktop connections,
SSH, and RSH shells, as well as a network information tool similar to MacOS
X's Netinfo.
Notes
Notes:
svn path=/head/; revision=97196
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, 11 insertions, 0 deletions
diff --git a/net/gnomenettool/files/patch-gnome-netinfo_ping.c b/net/gnomenettool/files/patch-gnome-netinfo_ping.c new file mode 100644 index 000000000000..40f2b83fa6b1 --- /dev/null +++ b/net/gnomenettool/files/patch-gnome-netinfo_ping.c @@ -0,0 +1,11 @@ +--- 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, |