summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-03-02 19:08:40 +0000
committerErmal <eri@pfsense.org>2012-03-02 19:08:40 +0000
commitd529424801cd78f04443965236a19de5745c47a1 (patch)
tree8ce700079866bb57b423de6e9a0d541200fc63ca /etc
parent5a6be47ae00c106ab6845c9e94f1028e4d8b3c71 (diff)
downloadpfsense-d529424801cd78f04443965236a19de5745c47a1.zip
pfsense-d529424801cd78f04443965236a19de5745c47a1.tar.gz
Correctly match ntpd syslog messages
Diffstat (limited to 'etc')
-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 4772070..2be5f48 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -483,7 +483,7 @@ function system_syslogd_start() {
printf("Error: cannot open syslog.conf in system_syslogd_start().\n");
return 1;
}
- $syslogconf .= "!ntpdate,!ntpd\n";
+ $syslogconf .= "!ntpdate,ntpd\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/ntpd.log\n";
OpenPOWER on IntegriCloud