chrony uses /etc/chrony.conf since (at least) the start of its git history
in 2006.
---
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]