diff --git a/helper_scripts/gentoo_setup.sh b/helper_scripts/gentoo_setup.sh index f50689ebcae2ee8ee00f798dd6571175cbeecffe..e7567a21ea658a73eca0ef20ee3f23a72993f0b8 100644 --- a/helper_scripts/gentoo_setup.sh +++ b/helper_scripts/gentoo_setup.sh @@ -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 ""