From 87a6c829944e9705939c269c1788eef185be17a1 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mon, 5 Sep 2005 15:05:20 +0000 Subject: [PATCH] - Made the output, especially for reports much more readable (#147865) --- mtr-0.69-format.patch | 50 +++++++++++++++++++++++++++++++++++++++++++ mtr.spec | 7 +++++- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 mtr-0.69-format.patch diff --git a/mtr-0.69-format.patch b/mtr-0.69-format.patch new file mode 100644 index 0000000..b40c33a --- /dev/null +++ b/mtr-0.69-format.patch @@ -0,0 +1,50 @@ +--- mtr-0.69/mtr.c.format 2005-09-05 17:02:01.000000000 +0200 ++++ mtr-0.69/mtr.c 2005-09-05 17:01:19.000000000 +0200 +@@ -74,7 +74,7 @@ + + + /* default display field(defined by key in net.h) and order */ +-unsigned char fld_active[2*MAXFLD] = "LS NABWV"; ++unsigned char fld_active[2*MAXFLD] = "LNABWV"; + int fld_index[256]; + char available_options[MAXFLD]; + +--- mtr-0.69/report.c.format 2005-09-05 17:02:07.000000000 +0200 ++++ mtr-0.69/report.c 2005-09-05 17:02:53.000000000 +0200 +@@ -58,13 +58,13 @@ + int len=0; + struct hostent *host; + +- sprintf(buf, "HOST: %-33s", LocalHostname); ++ sprintf(buf, "%-33s Snt: %-5d", LocalHostname, MaxPing); + for( i=0; i 2:0.69-4 +- Made the output, especially for reports much more readable (#147865) + * Wed Mar 02 2005 Phil Knirsch 2:0.69-3 - bump release and rebuild with gcc 4