summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.in
blob: 34f2b39834ffc052fd95e553db4b14dfc8d80cbf (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
menu "OpenNTPD            "

config OPENNTPD
	bool             
	prompt "OpenNTPD (Network Time Synchronisation Daemon)"             
	default n
	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

# ----- Compile Options

comment "Conflicts with NTP"
	depends on NTP

comment "Compile Options"
	depends on OPENNTPD

config  OPENNTPD_ARC4RANDOM
        bool
        prompt "Use builtin arc4random rather than OpenSSL's"
        default y
        depends on OPENNTPD
        help
          Enabled by default - if unshure, say YES
	  Say NO and install OpenSSL as alternative.


endmenu