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