Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
b259a47d
Commit
b259a47d
authored
Aug 10, 2012
by
tbrehm
Browse files
Fixed: FS#2343 - Ubuntu system 12.04 uses /var/log/syslog, not /var/log/messages?
parent
d4237380
Changes
1
Show whitespace changes
Inline
Side-by-side
server/lib/classes/monitor_tools.inc.php
View file @
b259a47d
...
...
@@ -1683,7 +1683,7 @@ class monitor_tools {
break
;
case
'log_messages'
:
if
(
$dist
==
'debian'
)
{
$logfile
=
'/var/log/
messages
'
;
$logfile
=
'/var/log/
syslog
'
;
}
elseif
(
$dist
==
'redhat'
)
{
$logfile
=
'/var/log/messages'
;
}
elseif
(
$dist
==
'suse'
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment