summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-02-01 11:31:28 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-02-01 11:31:28 +0000
commitb226439389fb7466fe19d882251e59ea92f42d8f (patch)
treeec726f78aa5e0152cec706dda9d9638c0b49f579 /rules/openntpd.in
parent173b292f2a862b8df170c34a90b8c4277345009b (diff)
downloadptxdist-b226439389fb7466fe19d882251e59ea92f42d8f.tar.gz
ptxdist-b226439389fb7466fe19d882251e59ea92f42d8f.tar.xz
* openntpd: configure file added (on demand)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6982 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openntpd.in')
-rw-r--r--rules/openntpd.in26
1 files changed, 21 insertions, 5 deletions
diff --git a/rules/openntpd.in b/rules/openntpd.in
index 460585d58..bdc076ce4 100644
--- a/rules/openntpd.in
+++ b/rules/openntpd.in
@@ -2,17 +2,19 @@ comment "OpenNTPD conflicts with NTP"
depends on NTP && OPENNTPD
menuconfig OPENNTPD
- bool
+ bool
prompt "OpenNTPD "
+ select ROOTFS_VAR_RUN
help
This will install the BSD Open NTPD Daemon
- OpenNTPD is a FREE, easy to use implementation of the
- Network Time Protocol. It provides the ability to sync
- the local clock to remote NTP servers and can act as NTP
+ OpenNTPD is a FREE, easy to use implementation of the
+ Network Time Protocol. It provides the ability to sync
+ the local clock to remote NTP servers and can act as NTP
server itself, redistributing the local clock.
See http://www.openntpd.org/ for details
-# ----- Compile Options
+comment "build options ---"
+ depends on OPENNTPD
config OPENNTPD_ARC4RANDOM
bool
@@ -22,3 +24,17 @@ config OPENNTPD_ARC4RANDOM
help
Enabled by default - if unsure, say YES
Say NO and install OpenSSL as alternative.
+
+comment "install options ---"
+ depends on OPENNTPD
+
+config OPENNTPD_USERS_CONFIG
+ bool
+ prompt "install user defined /etc/ntpd.conf"
+ depends on OPENNTPD
+ 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.
+