summaryrefslogtreecommitdiffstats
path: root/rules/ntpclient.in
blob: 1991c50eefc46fc142de0b1f9e7df5d87b679a77 (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
menu	"ntpclient           "

config NTPCLIENT
	bool
	depends on BROKEN
	prompt "ntpclient"
	default n
	help
		ntpclient is a small and efficient client to the NTP protocol.

		Description by Larry Doolittle:
		ntpclient is an NTP (RFC-1305) client for unix-alike computers. 
	       	Its functionality is a small subset of xntpd, but IMHO performs 
		better (or at least has the potential to function better) within 
		that limited scope. Since it is much smaller than xntpd, it is 
		also more relevant for embedded computers.

		ntpclient is Copyright 1997, 1999, 2000, 2003 Larry Doolittle, 
		and may be freely used and copied according to the terms of the 
		GNU General Public License, version 2. 

		See http://doolittle.faludi.com/ntpclient/ for details.

# last time I tried the server with the source was unreachable
comment "ntpclient is broken, please send a patch"
	depends on !BROKEN

endmenu