summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.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/openntpd.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/openntpd.in')
-rw-r--r--rules/openntpd.in22
1 files changed, 3 insertions, 19 deletions
diff --git a/rules/openntpd.in b/rules/openntpd.in
index 0a583220d..493a6a708 100644
--- a/rules/openntpd.in
+++ b/rules/openntpd.in
@@ -16,8 +16,6 @@ menuconfig OPENNTPD
if OPENNTPD
-comment "build options ---"
-
config OPENNTPD_ARC4RANDOM
bool
prompt "Use builtin arc4random rather than OpenSSL's"
@@ -26,24 +24,10 @@ config OPENNTPD_ARC4RANDOM
Enabled by default - if unsure, say YES
Say NO and install OpenSSL as alternative.
-comment "install options ---"
- depends on OPENNTPD
-
-config OPENNTPD_USERS_CONFIG
+config OPENNTPD_STARTSCRIPT
bool
- prompt "install user defined /etc/ntpd.conf"
- help
- This uses a user defined ntpd.conf file. PTXdist will use the file
- projectroot/etc/ntpd.conf in your local project.
- A default ntpd.conf to generate your own one comes with the packet
- itself.
-
-config OPENNTPD_INITD_SCRIPT
- bool
- prompt "install user defined init.d script"
- help
- This options installs a user defined init.d script. PTXdist will use
- the file projectroot/etc/init.d/ntp in your local project.
+ default y
+ prompt "install /etc/init.d/openntpd"
endif