mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1119 from phil-davis/patch-4
This commit is contained in:
commit
4ac23286d2
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user