diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-01-15 07:20:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-01-15 07:20:24 +0000 |
commit | 77e2988b31501ef70d0127eb5172cd2021791ac9 (patch) | |
tree | 57c76b8217e5df94d4dc6d11220d771bae4e1bbb /bootscripts | |
parent | 4c0c012ee1d275edef51360346368e1c282f2aec (diff) |
Minor changes for consistent pdf generation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/checkfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootscripts/lfs/init.d/checkfs b/bootscripts/lfs/init.d/checkfs index 5a56c25e6..268598c37 100644 --- a/bootscripts/lfs/init.d/checkfs +++ b/bootscripts/lfs/init.d/checkfs @@ -5,7 +5,7 @@ # Description : File System Check # # Authors : Gerard Beekmans - gerard@linuxfromscratch.org -# A. Luebke - luebke@users.sourceforge.net +# A. Luebke - luebke@users.sourceforge.net # # Version : 00.00 # @@ -86,7 +86,7 @@ case "${1}" in echo_warning boot_mesg -n "WARNING:\n\nFile system errors" ${WARNING} boot_mesg -n " were found and have been been" - boot_mesg -n " corrected, but the nature of the" + boot_mesg -n " corrected, but the nature of the" boot_mesg -n " errors require this system to be" boot_mesg -n " rebooted.\n\nAfter you press enter," boot_mesg -n " this system will be rebooted" |