From: Danny Mayer Date: Mon, 28 Jan 2008 02:42:55 +0000 (-0500) Subject: [Bug #980] Direct ntptrace help to stdout X-Git-Tag: NTP_4_2_5P111~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=089b12efa4dfa48a2d0aed080d91d5b52a099c09;p=thirdparty%2Fntp.git [Bug #980] Direct ntptrace help to stdout bk: 479d412f5JtLlDZwUTf23h4e3FLY-w --- diff --git a/ChangeLog b/ChangeLog index f0e2de538..c7dd5b075 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug #980] Direct help to stdout * [Bug 959] Refclock on Windows not properly releasing recvbuffs * [Bug 993] Fix memory leak when fetching system messages * much cleanup, fixes, and changes from Dave Mills. diff --git a/scripts/ntptrace.in b/scripts/ntptrace.in index c3c2a20fd..d44dab46d 100755 --- a/scripts/ntptrace.in +++ b/scripts/ntptrace.in @@ -8,6 +8,7 @@ use vars qw($opt_n $opt_m); $ntpq = "ntpq"; +$Getopt::Std::STANDARD_HELP_VERSION=1; getopts('nm:'); $dodns = 1;