Hi Uwe, On Mon, Apr 19, 2021 at 06:01:30PM +0200, Uwe Kleine-König wrote: > chrony uses /etc/chrony.conf since (at least) the start of its git history > in 2006.
Your S-o-b is missing here. > --- > rules/chrony.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/chrony.make b/rules/chrony.make > index 7cf59f30560c..b8e5d694de2a 100644 > --- a/rules/chrony.make > +++ b/rules/chrony.make > @@ -100,8 +100,8 @@ endif > > # generic one > ifdef PTXCONF_CHRONY_INSTALL_CONFIG > - @$(call install_alternative, chrony, 0, 0, 0644, > /etc/chrony/chrony.conf) > - @$(call install_alternative, chrony, 0, 0, 0600, > /etc/chrony/chrony.keys) > + @$(call install_alternative, chrony, 0, 0, 0644, /etc/chrony.conf) > + @$(call install_alternative, chrony, 0, 0, 0600, /etc/chrony.keys) > > # modify placeholders with data from configuration > @$(call install_replace, chrony, /etc/chrony/chrony.conf, \ > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Roland Hieber, Pengutronix e.K. | [email protected] | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
