From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200731161141.6155-6-bruno.thomsen@gmail.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 03 Aug 2020 08:30:20 +0200 Subject: Re: [ptxdist] [APPLIED] chrony: advanced monitoring command option List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Bruno Thomsen Thanks, applied as 25bfd9d1eeb0021e507095722dadac91a8b55c10. Michael [sent from post-receive hook] On Mon, 03 Aug 2020 08:30:20 +0200, Bruno Thomsen wrote: > When you need to dig deep into NTP sync status. > > Signed-off-by: Bruno Thomsen > Message-Id: <20200731161141.6155-6-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/chrony.in b/rules/chrony.in > index 44c12b423f06..2f906d2cec4a 100644 > --- a/rules/chrony.in > +++ b/rules/chrony.in > @@ -29,6 +29,13 @@ config CHRONY_USE_NETTLE > Use nettle crypto library for stronger keys than MD5 in > NTP authentication. > > +config CHRONY_ADVANCED_COMMAND > + bool > + prompt "Enable advanced monitoring command" > + help > + This allows getting advanced NTP time synchronization > + status monitoring from the service. > + > comment "install options ---" > > config CHRONY_INSTALL_CHRONY_COMMAND > diff --git a/rules/chrony.make b/rules/chrony.make > index 51141059ccfd..4d6f58f3ba1e 100644 > --- a/rules/chrony.make > +++ b/rules/chrony.make > @@ -48,7 +48,8 @@ CHRONY_CONF_OPT := \ > $(call ptx/ifdef, PTXCONF_CHRONY_USE_NETTLE,,--without-nettle) \ > --without-nss \ > --without-tomcrypt \ > - --disable-cmdmon \ > + $(call ptx/ifdef, PTXCONF_CHRONY_ADVANCED_COMMAND,,--disable-cmdmon) \ > + $(call ptx/ifdef, PTXCONF_CHRONY_ADVANCED_COMMAND,--enable-debug,) \ > --disable-refclock \ > --disable-phc \ > --disable-pps \ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de