summaryrefslogtreecommitdiff
path: root/net/mtr/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtr/patches/patch-ad')
-rw-r--r--net/mtr/patches/patch-ad14
1 files changed, 6 insertions, 8 deletions
diff --git a/net/mtr/patches/patch-ad b/net/mtr/patches/patch-ad
index d966b1bb22b..cff43f0e0b6 100644
--- a/net/mtr/patches/patch-ad
+++ b/net/mtr/patches/patch-ad
@@ -1,10 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2001/10/16 15:08:56 agc Exp $
+$NetBSD: patch-ad,v 1.2 2002/03/13 02:16:12 wiz Exp $
-Remove the gtk related options since we're not using gtk.
-
---- mtr.c 2001/10/16 11:22:10 1.1
-+++ mtr.c 2001/10/16 11:23:02
-@@ -56,7 +56,6 @@
+--- mtr.c.orig Thu Mar 7 08:48:27 2002
++++ mtr.c
+@@ -59,7 +59,6 @@
{ "report", 0, 0, 'r' },
{ "report-cycles", 1, 0, 'c' },
{ "curses", 0, 0, 't' },
@@ -12,7 +10,7 @@ Remove the gtk related options since we're not using gtk.
{ "interval", 1, 0, 'i' },
{ "psize", 1, 0, 'p' },
{ "no-dns", 0, 0, 'n' },
-@@ -182,8 +181,8 @@
+@@ -192,8 +191,8 @@
}
if(PrintHelp) {
@@ -20,6 +18,6 @@ Remove the gtk related options since we're not using gtk.
- "\t\t[--report-cycles=COUNT] [--curses] [--gtk]\n"
+ printf("usage: %s [-hvrctlsni] [--help] [--version] [--report]\n"
+ "\t\t[--report-cycles=COUNT] [--curses]\n"
- "\t\t[--raw] [--split] [--no-dns]\n" /* BL */
+ "\t\t[--raw] [--split] [--no-dns] [--address interface]\n" /* BL */
"\t\t[--psize=bytes/-p=bytes]\n" /* ok */
"\t\t[--interval=SECONDS] HOSTNAME [PACKETSIZE]\n", argv[0]);