mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Include the ntp facility also, should fix ntp logging
This commit is contained in:
parent
3e7016fd06
commit
4f8adcb66a
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user