From ced906bbd71781d3e5766c470a18619f27386198 Mon Sep 17 00:00:00 2001 From: Christian Heim Date: Tue, 10 Jan 2006 15:39:39 +0000 Subject: Importing latest baselayout/trunk changes. This merge is based upon revision 1797. svn path=/baselayout-vserver/trunk/; revision=194 --- bin/rc-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rc-status b/bin/rc-status index 299383c..2056800 100755 --- a/bin/rc-status +++ b/bin/rc-status @@ -90,7 +90,7 @@ if [[ -z ${runlevel} ]] ; then if [[ -e ${svcdir}/softlevel ]] ; then runlevel=$(<${svcdir}/softlevel) else - ewarn "Could not locate current runlevel in ${svcdir}/softlevel" + ewarn "Could not local current runlevel in ${svcdir}/softlevel" if [[ -d ${runleveldir}/default ]] ; then runlevel=default else -- cgit v1.2.3-65-gdbad