From: Harlan Stenn Date: Thu, 28 Jul 2011 05:10:08 +0000 (-0700) Subject: [Bug 1977] Mismatch between flag and description in ntp-keygen-opts.def X-Git-Tag: NTP_4_2_7P197~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303ac70c012f5ab2ccfc28b1e7d7d621e06dd8b9;p=thirdparty%2Fntp.git [Bug 1977] Mismatch between flag and description in ntp-keygen-opts.def bk: 4e30ef30l3Mmrze54dUAjl7xNJv9LA --- diff --git a/ChangeLog b/ChangeLog index 00ac3edd5..8fbf92b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ * [Bug 1975] from 4.2.6p4-RC2: libntp/mktime.c won't work with 64-bit time_t * [Bug 1976] genLocInfo writes to srcdir break 'make distcheck'. +* [Bug 1977] Mismatch between flag and description in ntp-keygen-opts.def. * Do not force "legacy" when --with-locfile is not given, genLocInfo will find the correct default for the system. * Fix warnings in ntp_request.c ([Bug 1973] oversight) and sntp/main.c diff --git a/util/ntp-keygen-opts.def b/util/ntp-keygen-opts.def index 340d82e70..33f148a6d 100644 --- a/util/ntp-keygen-opts.def +++ b/util/ntp-keygen-opts.def @@ -87,7 +87,7 @@ flag = { arg-name = issuer-name; descrip = "set issuer name"; doc = <<- _EndOfDoc_ - Set the subject name to name. This is used as the subject field + Set the issuer name to name. This is used for the issuer field in certificates and in the file name for host and sign keys. _EndOfDoc_; }; @@ -184,7 +184,7 @@ flag = { ifdef = AUTOKEY; descrip = "set subject name"; doc = <<- _EndOfDoc_ - Set the issuer name to name. This is used for the issuer field + Set the subject name to name. This is used as the subject field in certificates and in the file name for identity files. _EndOfDoc_; };