summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/openntpd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/openntpd.make b/rules/openntpd.make
index be3e89d54..71c486f3e 100644
--- a/rules/openntpd.make
+++ b/rules/openntpd.make
@@ -85,7 +85,7 @@ $(STATEDIR)/openntpd.targetinstall:
# config
#
- @$(call install_alternative, openntpd, 0, 0, 0644, /etc/ntpd.conf, n)
+ @$(call install_alternative, openntpd, 0, 0, 0644, /etc/ntp-server.conf, n)
#
# busybox init
@@ -93,7 +93,7 @@ $(STATEDIR)/openntpd.targetinstall:
ifdef PTXCONF_INITMETHOD_BBINIT
ifdef PTXCONF_OPENNTPD_STARTSCRIPT
- @$(call install_alternative, openntpd, 0, 0, 0644, /etc/init.d/ntp, n)
+ @$(call install_alternative, openntpd, 0, 0, 0644, /etc/init.d/ntp-server, n)
endif
endif