Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
142fb6fb
Commit
142fb6fb
authored
Dec 15, 2009
by
agoston
Browse files
Corrected 2 typos
parent
2ee270d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
helper_scripts/gentoo_setup.sh
View file @
142fb6fb
...
...
@@ -500,7 +500,7 @@ then
if
[
"
$Return_Val
"
=
"yes"
]
then
echo
-e
""
exec_command
"/etc/init.d/
syslog-ng
stop"
"Stopping
$clogger
"
exec_command
"/etc/init.d/
$clogger
stop"
"Stopping
$clogger
"
exec_command
"rc-update del
$clogger
default"
"Remove
$clogger
from default runlevel"
else
rsyslog_install
=
"no"
...
...
@@ -512,7 +512,7 @@ then
then
exec_command
"emerge app-admin/rsyslog"
"Installing rsyslog"
exec_command
"/etc/init.d/rsyslog start"
"Starting rsyslog"
exec_command
"rc-update add
mysql
default"
"Add rsyslog to default runlevel"
exec_command
"rc-update add
rsyslog
default"
"Add rsyslog to default runlevel"
fi
echo
-e
""
...
...
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