Commit b1afb97f authored by Franco Fichtner's avatar Franco Fichtner

system: no hay zmq

parent 136c8965
......@@ -740,12 +740,6 @@ EOD;
$syslogconf .= system_syslogd_get_remote_servers($syslogcfg, "*.*");
}
if (isset($syslogcfg['zmqserver'])) {
$syslogconf .= <<<EOD
*.* ^{$syslogcfg['zmqserver']}
EOD;
}
/* write syslog.conf */
if (!@file_put_contents("/var/etc/syslog.conf", $syslogconf)) {
printf(gettext("Error: cannot open syslog.conf in system_syslogd_start().%s"), "\n");
......
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