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/gnome-nettool/files/patch-gnome-netinfo_netstat.h | |
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.
Notes
Notes:
svn path=/head/; revision=112985
Diffstat (limited to 'net/gnome-nettool/files/patch-gnome-netinfo_netstat.h')
-rw-r--r-- | net/gnome-nettool/files/patch-gnome-netinfo_netstat.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/gnome-nettool/files/patch-gnome-netinfo_netstat.h b/net/gnome-nettool/files/patch-gnome-netinfo_netstat.h deleted file mode 100644 index 6e00ba018f0b..000000000000 --- a/net/gnome-nettool/files/patch-gnome-netinfo_netstat.h +++ /dev/null @@ -1,14 +0,0 @@ ---- gnome-netinfo/netstat.h.orig Sun Jul 20 22:31:57 2003 -+++ gnome-netinfo/netstat.h Sun Dec 7 01:32:10 2003 -@@ -28,6 +28,11 @@ - # define NETSTAT_PROTOCOL_FORMAT "%s %d %d %s %s %s %s %s" - # define NETSTAT_ROUTE_FORMAT "%s %s %s %s %d %d %d %s" - # define NETSTAT_MULTICAST_FORMAT "%s %d %s" -+#elif defined(__FreeBSD__) -+# define NETSTAT_PROTOCOL_FORMAT "%s %d %d %d.%d.%d.%d.%s %s %s" -+# define ALT_NETSTAT_PROTOCOL_FORMAT "%s %d %d *.%s %s %s" -+# define NETSTAT_ROUTE_FORMAT "%s %s %s %d %d %s" -+# define NETSTAT_MULTICAST_FORMAT "%s %d %s" - - #endif - |