Merge pull request #1119 from phil-davis/patch-4

This commit is contained in:
Renato Botelho 2014-04-24 17:00:49 -03:00
commit 4ac23286d2

View File

@ -645,7 +645,7 @@ function system_syslogd_start() {
$syslogconf .= "!dhcpd,dhcrelay,dhclient\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/dhcpd.log\n";
if (isset($syslogcfg['apinger']))
if (isset($syslogcfg['dhcp']))
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.*");
$syslogconf .= "!relayd\n";