summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-07-06 07:55:58 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-06 07:55:58 +0000
commit987af606b1d09832b13c531b0c2f073b0f6c2c10 (patch)
tree00b1847ce3b4aa5ddfa9a56d63893413d32ffd53 /rules/openntpd.make
parenta9eb849237968695bc4f9af2e0e216ac42de501e (diff)
downloadptxdist-987af606b1d09832b13c531b0c2f073b0f6c2c10.tar.gz
ptxdist-987af606b1d09832b13c531b0c2f073b0f6c2c10.tar.xz
* openntpd: Adapted to the current names used for the config and
startup files in the standard ntpd. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10942 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openntpd.make')
-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