From: Harlan Stenn Date: Tue, 23 Oct 2007 01:39:01 +0000 (-0400) Subject: [Bug 940] ntp-keygen uses -v. Disallow it as a shortcut for --version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500ef4b8bc1fcadb2c87cd5446f2408473e68ff1;p=thirdparty%2Fntp.git [Bug 940] ntp-keygen uses -v. Disallow it as a shortcut for --version bk: 471d50b5gkmhHE75teXMIliGe6eMvA --- diff --git a/ChangeLog b/ChangeLog index c283e18a21..ab21062cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 940] ntp-keygen uses -v. Disallow it as a shortcut for --version. * more cleanup to ntp_lineeditlibs.m4. * Documentation updates from Dave Mills. * -ledit cleanup for ntpdc and ntpq. diff --git a/include/copyright.def b/include/copyright.def index b2f887aaaf..4d9e671ed5 100644 --- a/include/copyright.def +++ b/include/copyright.def @@ -16,3 +16,5 @@ version = ` eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\` [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid echo $VERSION`; + +version-value = ''; /* Don't use -v as a shortcut for --version */