diff options
-rwxr-xr-x | bin/rc-status | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/rc-status b/bin/rc-status index 1476175..1f3ab84 100755 --- a/bin/rc-status +++ b/bin/rc-status @@ -91,9 +91,7 @@ if [[ -z ${runlevel} ]] ; then runlevel=$(<${svcdir}/softlevel) else ewarn "Could not local current runlevel in ${svcdir}/softlevel" - if [[ -d ${runleveldir}/single ]] ; then - runlevel=single - elif [[ -d ${runleveldir}/default ]] ; then + if [[ -d ${runleveldir}/default ]] ; then runlevel=default else eerror "Your installation is probably broken ... please \`emerge baselayout\`" |