View | Details | Raw Unified | Return to bug 24953
Collapse All | Expand All

(-)univention-base-files/debian/univention-base-files.univention-config-registry (+1 lines)
 Lines 71-76    Link Here 
71
Variables: timeserver
71
Variables: timeserver
72
Variables: timeserver2
72
Variables: timeserver2
73
Variables: timeserver3
73
Variables: timeserver3
74
Variables: ntp/signed
74
75
75
Type: file
76
Type: file
76
File: etc/default/ntpdate
77
File: etc/default/ntpdate
(-)univention-base-files/conffiles/etc/ntp.conf (+4 lines)
 Lines 27-32    Link Here 
27
	for ts in [timeserver] + [configRegistry.get('timeserver%d' % d) for d in range(2, 4)]:
27
	for ts in [timeserver] + [configRegistry.get('timeserver%d' % d) for d in range(2, 4)]:
28
		if ts and ts not in dcs:
28
		if ts and ts not in dcs:
29
			print "server %s" % ts
29
			print "server %s" % ts
30
31
if configRegistry.is_true('ntp/signed'):
32
	print 'ntpsigndsocket /var/run/samba/ntp_signd'
33
	print 'restrict default mssntp'
30
@!@
34
@!@
31
35
32
### Synchronize with local server, if no other
36
### Synchronize with local server, if no other

Return to bug 24953