mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
system: no hay zmq
This commit is contained in:
parent
136c896577
commit
b1afb97f4d
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user