summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-01-10 15:44:46 +0000
committerChristian Heim <phreak@gentoo.org>2006-01-10 15:44:46 +0000
commit5293a822deb513345cb43eaf10d5bc1264e1b903 (patch)
treea4bdeb786c895354a3409e9b74624af6c46c6f38
parentForgot to rename NAME to baselayout-vserver (diff)
downloadbaselayout-vserver-5293a822deb513345cb43eaf10d5bc1264e1b903.tar.gz
baselayout-vserver-5293a822deb513345cb43eaf10d5bc1264e1b903.tar.bz2
baselayout-vserver-5293a822deb513345cb43eaf10d5bc1264e1b903.zip
Fixing spelling :P
svn path=/baselayout-vserver/trunk/; revision=196
-rwxr-xr-xbin/rc-status2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rc-status b/bin/rc-status
index 2056800..299383c 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 local current runlevel in ${svcdir}/softlevel"
+ ewarn "Could not locate current runlevel in ${svcdir}/softlevel"
if [[ -d ${runleveldir}/default ]] ; then
runlevel=default
else