diff options
Diffstat (limited to 'bin/rc-status')
-rwxr-xr-x | bin/rc-status | 2 |
1 files changed, 1 insertions, 1 deletions
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 |