git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -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
@@ -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