Kaynağa Gözat

Correct echo command in rc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 17 yıl önce
ebeveyn
işleme
9a8e977ca1

+ 2 - 0
bootscripts/contrib/lsb-v3/ChangeLog

@@ -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

+ 2 - 2
bootscripts/contrib/lsb-v3/init.d/rc

@@ -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