Correct echo command in rc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
DJ Lucas 2008-09-09 00:27:39 +00:00
parent 298aeee5cd
commit 9a8e977ca1
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
ChangeLog
20080908 - [dj] * Corrected echo command in rc script - Thanks to
Michael Tremer at IPFire.
20080907 - [dj] * Use new initd-tools package to activate scripts.
* $syslog and modules services cannot be a hard dependencies

View File

@ -60,8 +60,8 @@ fi
# Verify that the directory exists
if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then
echo -n "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
echo "${NORMAL}"
echo -n -e "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist."
echo -e "${NORMAL}"
exit 1
fi