From 1ccccb84f618cc12ce113be8f3b1434b07f8744c Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 24 Apr 2014 17:02:01 -0300 Subject: Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled --- etc/inc/system.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/inc/system.inc') diff --git a/etc/inc/system.inc b/etc/inc/system.inc index b857ea0..0924c3c 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -639,8 +639,6 @@ function system_syslogd_start() { $syslogconf .= "!dnsmasq,filterdns,unbound\n"; if (!isset($syslogcfg['disablelocallogging'])) $syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/resolver.log\n"; - if (isset($syslogcfg['apinger'])) - $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.*"); $syslogconf .= "!dhcpd,dhcrelay,dhclient\n"; if (!isset($syslogcfg['disablelocallogging'])) -- cgit v1.1