mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly match ntpd syslog messages
This commit is contained in:
parent
66a346b436
commit
3b8a17a1d0
@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user