Revision 88ebd635
Added by Scott Ullrich almost 20 years ago
etc/inc/system.inc | ||
---|---|---|
202 | 202 |
else |
203 | 203 |
killbypid("{$g['varrun_path']}/syslog.pid"); |
204 | 204 |
|
205 |
if (isset($syslogcfg['enable'])) {
|
|
205 |
if (isset($syslogcfg)) { |
|
206 | 206 |
if($config['installedpackages']['package']) { |
207 | 207 |
foreach($config['installedpackages']['package'] as $package) { |
208 | 208 |
if($package['logging']) { |
Also available in: Unified diff
Start syslog if syslog tab exists. This is somehow a bug in m0n0wall too.