diff options
author | jim-p <jimp@pfsense.org> | 2012-04-17 09:33:04 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-04-17 09:33:04 -0400 |
commit | 4f8adcb66a92e5fe20027045113ea55a089fdf2e (patch) | |
tree | c9ff4228baea8824f4789babcb1fc8abffc1cb62 /etc/inc/system.inc | |
parent | 3e7016fd0609de66a60901b0a25fb35a1a45445a (diff) | |
download | pfsense-4f8adcb66a92e5fe20027045113ea55a089fdf2e.zip pfsense-4f8adcb66a92e5fe20027045113ea55a089fdf2e.tar.gz |
Include the ntp facility also, should fix ntp logging
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index a247169..8b13f69 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -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"; |