From b3fb0c72c03546e312c443de99d9246c106afc93 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 3 Jan 2004 08:29:37 +0000 Subject: 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. --- net/gnomenettool/files/patch-gnome-netinfo_ping.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/gnomenettool/files/patch-gnome-netinfo_ping.h (limited to 'net/gnomenettool/files/patch-gnome-netinfo_ping.h') diff --git a/net/gnomenettool/files/patch-gnome-netinfo_ping.h b/net/gnomenettool/files/patch-gnome-netinfo_ping.h new file mode 100644 index 000000000000..debf4603d263 --- /dev/null +++ b/net/gnomenettool/files/patch-gnome-netinfo_ping.h @@ -0,0 +1,11 @@ +--- gnome-netinfo/ping.h.orig Sat Dec 6 23:11:01 2003 ++++ gnome-netinfo/ping.h Sat Dec 6 23:17:53 2003 +@@ -25,7 +25,7 @@ + + /* The ping usage and output is different between Unix flavours */ + /* FIXME: Add BSD support */ +-#if defined(__linux__) || defined(__OSF__) ++#if defined(__linux__) || defined(__OSF__) || defined(__FreeBSD__) + # define PING_PROGRAM_FORMAT "%s ping -c %d -n %s" + # define PING_PROGRAM_FORMAT_6 "%s ping6 -c %d -n %s" + # define PING_FORMAT "%d bytes from %s icmp_seq=%d ttl=%d time=%s %s" -- cgit v1.2.3