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

(-)/etc/univention/templates/files/etc/init.d/rdate.orig (-1 / +1 lines)
 Lines 27-33    Link Here 
27
			fi
27
			fi
28
		done
28
		done
29
		for srv in $NTPSERVERS; do
29
		for srv in $NTPSERVERS; do
30
			if /usr/sbin/ntpdate -b -t 0.2 $srv >/dev/null 2>&1; then
30
			if /usr/sbin/ntpdate -u 5000 -b -t 0.2 $srv >/dev/null 2>&1; then
31
				echo " done."
31
				echo " done."
32
				exit 0
32
				exit 0
33
			fi
33
			fi

Return to bug 22793