summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.in
blob: 92e97c7c3f46c77a17a785a08784b2fa6709d35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
comment "OpenNTPD conflicts with NTP"
	depends on NTP && OPENNTPD

menuconfig OPENNTPD
	tristate
	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
	  server itself, redistributing the local clock.
	  See http://www.openntpd.org/ for details

if OPENNTPD

comment "build options   ---"

config  OPENNTPD_ARC4RANDOM
	bool
	prompt "Use builtin arc4random rather than OpenSSL's"
	default y
	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"
	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.

endif