summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 57de477..ef14c9c 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -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;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud