{
$OUT .= "# ntp synchro \n";
if ($NTPServer) {
$OUT .= "*/30 * * * *    root    /usr/sbin/ntpdate -s -u $NTPServer \n";
	}
}
