From: Danny Mayer Date: Mon, 28 Jan 2008 02:42:55 +0000 (-0500) Subject: [Bug #980] Direct ntptrace help to stdout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05f7ef9a62d993a2f5cfd71088d7377eb23d080;p=thirdparty%2Fntp.git [Bug #980] Direct ntptrace help to stdout bk: 479d412f5JtLlDZwUTf23h4e3FLY-w --- diff --git a/ChangeLog b/ChangeLog index f0e2de5380..c7dd5b075c 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 c3c2a20fda..d44dab46d8 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;