summaryrefslogtreecommitdiffstats
path: root/rules/chrony.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-20 23:13:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-20 23:13:39 +0000
commit2e878658a02ca4651673cad2f41a57f27557d6dc (patch)
treefd1c10f972e4e7f79775a2b3c52fe907869e6032 /rules/chrony.in
parentbe1d99320d214120a306d659e3eacac4411b5ad3 (diff)
downloadptxdist-2e878658a02ca4651673cad2f41a57f27557d6dc.tar.gz
ptxdist-2e878658a02ca4651673cad2f41a57f27557d6dc.tar.xz
* init: introduce infrastructure for multiple init methods
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9802 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.in')
-rw-r--r--rules/chrony.in29
1 files changed, 3 insertions, 26 deletions
diff --git a/rules/chrony.in b/rules/chrony.in
index 50b49dff3..8a93d0cd7 100644
--- a/rules/chrony.in
+++ b/rules/chrony.in
@@ -5,7 +5,7 @@ menuconfig CHRONY
tristate
prompt "chrony "
select READLINE
-# FIXME: remove READLINE select when 1.21 works again.
+ # FIXME: remove READLINE select when 1.21 works again.
help
This will install the Chrony NTPD Daemon (chronyd)
Chrony is a pair of programs which are used to maintain
@@ -102,32 +102,9 @@ config CHRONY_DEFAULT_NTP_SERVER
This will set the ntp server for simple
configurations.
-menuconfig ROOTFS_ETC_INITD_CHRONY
+config CHRONY_STARTSCRIPT
bool
default y
- prompt "Install startup script "
- help
- The /etc/init.d/chrony script lets you control the chronyd daemon.
-
- choice
- prompt "Kind of startup script"
- depends on ROOTFS_ETC_INITD_CHRONY
- default ROOTFS_ETC_INITD_CHRONY_DEFAULT
-
- config ROOTFS_ETC_INITD_CHRONY_DEFAULT
- bool
- prompt "Use generic"
- help
- Install a generic /etc/init.d/chrony file.
- See <ptxdist-install>/generic/etc/init.d/chrony
-
- config ROOTFS_ETC_INITD_CHRONY_USER
- bool
- prompt "User defined"
- help
- This uses a user defined httpd startup script. PTXdist
- uses file projectroot/etc/init.d/chrony in your local
- project
- endchoice
+ prompt "install /etc/init.d/chrony"
endif