[email protected] wrote:
> Author: dj

> Corrected several 'echo -e' lines in cleanfs and checkfs.

> Modified: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/checkfs
> ===================================================================
> --- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/checkfs      2009-03-21 
> 09:47:59 UTC (rev 8848)
> +++ trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/checkfs      2009-03-25 
> 06:35:58 UTC (rev 8849)
> @@ -30,13 +30,13 @@
>          if [ ${?} != 0 ]
>          then
>              log_failure_msg "Mounting root file system in read-only mode"
> -            echo "${FAILURE}FAILURE:\n"
> -            echo -n "${FIALURE}Cannot check root filesystem because it "
> -            echo "${FAILURE}could not be mounted"
> -            echo "${FAILURE}in read-only mode.\n\n"
> -            echo -n "${FAILURE}After you press Enter, this system will be "
> -            echo "${FAILURE}halted and powered off.\n"
> -            echo "${INFO}Press enter to continue...${NORMAL}"
> +            echo -e "${FAILURE}FAILURE:\n"
> +            echo -e -n "${FIALURE}Cannot check root filesystem because it "
                              ^^^^^^^

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to