bk: 464a8d48iPIg3kg14tA-AqRNW_tKFA
+* [Bug 817] Use longnames for setting ntp variables on the command-line;
+ Allowing '-v' with and without an arg to disambiguate usage
+ is error-prone.
* [Bug 822] set progname once, early.
* [Bug 819] remove erroneous #if 0 in Windows completion port code.
* The new config code missed an #ifdef for building without refclocks.
+Backward-Incomatible changes:
+
+ntpd no longer accepts '-v name' or '-V name' to define internal variables.
+Use '--var name' or '--dvar name' instead. (Bug 817)
+---
NTP 4.2.4 (Harlan Stenn <stenn@ntp.org>, 2006/12/31)
Focus: enhancements and bug fixes.
flag = {
name = var;
- value = v;
+/* value = v; Bug 817 */
arg-type = string;
descrip = "make ARG an ntp variable (RW)";
max = NOLIMIT;
flag = {
name = dvar;
- value = V;
+/* value = V; Bug 817 */
arg-type = string;
descrip = "make ARG an ntp variable (RW|DEF)";
max = NOLIMIT;