Commit d717688c authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

whitespace

(cherry picked from commit 301eb33e)
parent 20bed32e
...@@ -882,11 +882,9 @@ EOD; ...@@ -882,11 +882,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