Changeset 8560

Show
Ignore:
Timestamp:
09/08/08 18:27:39 (3 months ago)
Author:
dj
Message:

Correct echo command in rc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog

    r8559 r8560  
    11ChangeLog 
     220080908 - [dj] * Corrected echo command in rc script - Thanks to  
     3                  Michael Tremer at IPFire. 
    24 
    3520080907 - [dj] * Use new initd-tools package to activate scripts. 
  • trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/rc

    r8555 r8560  
    6161# Verify that the directory exists 
    6262if [ ! -d "${RC_BASE}/rc${runlevel}.d" ]; then 
    63     echo -n "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist." 
    64     echo "${NORMAL}" 
     63    echo -n -e "${WARNING}${RC_BASE}/rc${runlevel}.d does not exist." 
     64    echo -e "${NORMAL}" 
    6565    exit 1 
    6666fi