Correctly match ntpd syslog messages

This commit is contained in:
Ermal 2012-03-02 19:07:24 +00:00
parent 66a346b436
commit 3b8a17a1d0

View File

@ -542,7 +542,7 @@ function system_syslogd_start() {
printf(gettext("Error: cannot open syslog.conf in system_syslogd_start().%s"), "\n");
return 1;
}
$syslogconf .= "!ntpdate,!ntpd\n";
$syslogconf .= "!ntpdate,ntpd\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ntpd.log\n";
@ -1573,4 +1573,4 @@ function get_possible_listen_ips() {
return $listenips;
}
?>
?>