summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-05 22:04:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-05 22:04:26 +0000
commit5c424e3de4d0bca735980711b9beecff879961f2 (patch)
tree4348d7990796c9407e6a63515ea2ea50e5c735c5 /etc
parent18330d38ae3f645070333a4f22156f079b257d5d (diff)
downloadpfsense-5c424e3de4d0bca735980711b9beecff879961f2.zip
pfsense-5c424e3de4d0bca735980711b9beecff879961f2.tar.gz
Add OpenNTPD logging tab
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 2a91317..701e811 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -249,7 +249,7 @@ function system_syslogd_start() {
printf("Error: cannot open syslog.conf in system_syslogd_start().\n");
return 1;
}
- $syslogconf .= "!-racoon,{$facilitylist}\n!openvpn\n!ntpd\n";
+ $syslogconf .= "!ntpd\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
*.* %{$g['varlog_path']}/ntpd.log
@@ -269,7 +269,7 @@ EOD;
EOD;
}
- $syslogconf .= "!-racoon,{$facilitylist}\n!openvpn\nntpd\n";
+ $syslogconf .= "!-racoon,{$facilitylist}\n!openvpn\n!ntpd\n";
if (!isset($syslogcfg['disablelocallogging'])) {
$syslogconf .= <<<EOD
*.* %{$g['varlog_path']}/openvpn.log
OpenPOWER on IntegriCloud