Include the ntp facility also, should fix ntp logging

This commit is contained in:
jim-p 2012-04-17 09:33:04 -04:00
parent 3e7016fd06
commit 4f8adcb66a

View File

@ -560,7 +560,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,ntp,ntpd\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ntpd.log\n";