summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-08-11 16:01:43 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-08-11 16:01:43 -0300
commit4a3495b3bd37c18d54ea0a67aa840c5d7b810cf4 (patch)
treeb3aeca7ad67d2391eba633af2fd9e083ce2f1f0d
parenta3331d720c120a8d34d9c44a915ea070e424191d (diff)
downloadpfsense-4a3495b3bd37c18d54ea0a67aa840c5d7b810cf4.zip
pfsense-4a3495b3bd37c18d54ea0a67aa840c5d7b810cf4.tar.gz
Move dhcp6c log to dhcpd.log, it fixes #3799
-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 825251c..c40376c 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -582,7 +582,7 @@ function system_syslogd_start() {
}
if (isset($syslogcfg)) {
- $separatelogfacilities = array('ntp','ntpd','ntpdate','racoon','openvpn','pptps','poes','l2tps','relayd','hostapd','dnsmasq','filterdns','unbound','dhcpd','dhcrelay','dhclient','apinger','radvd','routed','olsrd','zebra','ospfd','bgpd','miniupnpd');
+ $separatelogfacilities = array('ntp','ntpd','ntpdate','racoon','openvpn','pptps','poes','l2tps','relayd','hostapd','dnsmasq','filterdns','unbound','dhcpd','dhcrelay','dhclient','dhcp6c','apinger','radvd','routed','olsrd','zebra','ospfd','bgpd','miniupnpd');
$syslogconf = "";
if($config['installedpackages']['package']) {
foreach($config['installedpackages']['package'] as $package) {
@@ -640,7 +640,7 @@ function system_syslogd_start() {
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/resolver.log\n";
- $syslogconf .= "!dhcpd,dhcrelay,dhclient\n";
+ $syslogconf .= "!dhcpd,dhcrelay,dhclient,dhcp6c\n";
if (!isset($syslogcfg['disablelocallogging']))
$syslogconf .= "*.* {$log_directive}{$g['varlog_path']}/dhcpd.log\n";
if (isset($syslogcfg['dhcp']))
OpenPOWER on IntegriCloud