summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-04-17 09:33:04 -0400
committerjim-p <jimp@pfsense.org>2012-04-17 09:33:04 -0400
commit4f8adcb66a92e5fe20027045113ea55a089fdf2e (patch)
treec9ff4228baea8824f4789babcb1fc8abffc1cb62
parent3e7016fd0609de66a60901b0a25fb35a1a45445a (diff)
downloadpfsense-4f8adcb66a92e5fe20027045113ea55a089fdf2e.zip
pfsense-4f8adcb66a92e5fe20027045113ea55a089fdf2e.tar.gz
Include the ntp facility also, should fix ntp logging
-rw-r--r--etc/inc/system.inc2
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";
OpenPOWER on IntegriCloud