Commit 301eb33e authored by Ad Schellevis's avatar Ad Schellevis

whitespace

parent 2b3e9883
...@@ -869,11 +869,9 @@ EOD; ...@@ -869,11 +869,9 @@ EOD;
if (isset($syslogcfg['portalauth'])) { if (isset($syslogcfg['portalauth'])) {
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "local4.*"); $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "local4.*");
} }
if (isset($syslogcfg['dhcp'])) { if (isset($syslogcfg['dhcp'])) {
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "local7.*"); $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "local7.*");
} }
if (isset($syslogcfg['system'])) { if (isset($syslogcfg['system'])) {
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.notice;kern.debug;lpr.info;mail.crit;"); $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.notice;kern.debug;lpr.info;mail.crit;");
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "news.err;local0.none;local3.none;local7.none"); $syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "news.err;local0.none;local3.none;local7.none");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment