summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-09-03 17:47:47 +0000
committerChristian Heim <phreak@gentoo.org>2005-09-03 17:47:47 +0000
commitdd6be62b407a7917d85e6bfc9e632028feef0e40 (patch)
tree0991eec784f9da5ed64ed36bb7735e8b8d7ffdc9 /bin
parentimport initial baselayout sources (1.12.0_pre8) (diff)
downloadbaselayout-vserver-dd6be62b407a7917d85e6bfc9e632028feef0e40.tar.gz
baselayout-vserver-dd6be62b407a7917d85e6bfc9e632028feef0e40.tar.bz2
baselayout-vserver-dd6be62b407a7917d85e6bfc9e632028feef0e40.zip
Remove runlevel single from bin/rc-status
svn path=/baselayout-vserver/trunk/; revision=4
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rc-status4
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\`"