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