Skip to content
Snippets Groups Projects
Commit 142fb6fb authored by agoston's avatar agoston
Browse files

Corrected 2 typos

parent 2ee270d0
No related branches found
No related tags found
No related merge requests found
......@@ -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 ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment