From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 23 Apr 2021 09:43:40 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lZqTU-0005Sl-BR for lore@lore.pengutronix.de; Fri, 23 Apr 2021 09:43:40 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lZqTU-0005EP-2O; Fri, 23 Apr 2021 09:43:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lZqTM-0005EE-CB; Fri, 23 Apr 2021 09:43:32 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lZqTL-0000xh-Rq; Fri, 23 Apr 2021 09:43:31 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lZqTL-007UNC-Op; Fri, 23 Apr 2021 09:43:31 +0200 Date: Fri, 23 Apr 2021 09:43:31 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Message-ID: <20210423074331.GH4162561@pengutronix.de> Mail-Followup-To: ptxdist@pengutronix.de, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= References: <20210419160130.1503838-1-u.kleine-koenig@pengutronix.de> <20210419163036.1504505-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [ptxdist] [PATCH v3] chrony: Fix location of config files X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Apr 23, 2021 at 07:33:45AM +0200, Bruno Thomsen wrote: > Den man. 19. apr. 2021 kl. 18.31 skrev Uwe Kleine-K=F6nig > : > > > > chrony uses /etc/chrony.conf since (at least) the start of its git hist= ory > > in 2006. > > > > Signed-off-by: Uwe Kleine-K=F6nig > = > The old /etc/chrony/chrony.{conf,keys} locations are also in the help text > in Kconfig (rules/chrony.in), but if that is also updated the patch looks= good. And the old locations are used in projectroot/etc/init.d/chrony. That needs to be changed as well. Michael > Reviewed-by: Bruno Thomsen > = > > --- > > rules/chrony.make | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/rules/chrony.make b/rules/chrony.make > > index 7cf59f30560c..49177e96fcb7 100644 > > --- a/rules/chrony.make > > +++ b/rules/chrony.make > > @@ -100,14 +100,14 @@ endif > > > > # generic one > > ifdef PTXCONF_CHRONY_INSTALL_CONFIG > > - @$(call install_alternative, chrony, 0, 0, 0644, /etc/chrony/ch= rony.conf) > > - @$(call install_alternative, chrony, 0, 0, 0600, /etc/chrony/ch= rony.keys) > > + @$(call install_alternative, chrony, 0, 0, 0644, /etc/chrony.co= nf) > > + @$(call install_alternative, chrony, 0, 0, 0600, /etc/chrony.ke= ys) > > > > # modify placeholders with data from configuration > > - @$(call install_replace, chrony, /etc/chrony/chrony.conf, \ > > + @$(call install_replace, chrony, /etc/chrony.conf, \ > > @UNCONFIGURED_CHRONY_SERVER_IP@, $(PTXCONF_CHRONY_DEFAU= LT_NTP_SERVER)) > > > > - @$(call install_replace, chrony, /etc/chrony/chrony.keys, \ > > + @$(call install_replace, chrony, /etc/chrony.keys, \ > > @UNCONFIGURED_CHRONY_ACCESS_KEY@, $(PTXCONF_CHRONY_DEFA= ULT_ACCESS_KEY)) > > endif > > > > -- > > 2.30.2 > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-reque= st@pengutronix.de > = > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request= @pengutronix.de _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@p= engutronix.de