diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-04 20:14:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-04 20:14:32 +0000 |
commit | ba82c18266bee10819e8a3cc2e8db8aaac6e1ff3 (patch) | |
tree | f34442fc9441fa966c7a56b7ca8e9d33c4a90e54 /bootscripts | |
parent | 17ca5488d27f8e05df3740ba4018082e70adb223 (diff) |
Update to gettext-0.21.
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/ChangeLog | 3 | ||||
-rw-r--r-- | bootscripts/lfs/init.d/checkfs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 28a812d2c..240f1281e 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,6 @@ +2020-08-02 Bruce Dubbs <bdubbs@linuxfromscratch.org> + * Fix a minor display problem in checkfs + 2019-10-31 DJ Lucas <dj@linuxfromscratch.org> * Syslog should not start in runlevel 2 due to network logging * Remove errant swap dependency for checkfs diff --git a/bootscripts/lfs/init.d/checkfs b/bootscripts/lfs/init.d/checkfs index c6827b363..2ca032033 100644 --- a/bootscripts/lfs/init.d/checkfs +++ b/bootscripts/lfs/init.d/checkfs @@ -94,7 +94,7 @@ case "${1}" in if [ "${error_value}" = 1 ]; then msg="\nWARNING:\n\nFile system errors " msg="${msg}were found and have been corrected.\n" - msg="${msg} You may want to double-check that " + msg="${msg} You may want to double-check that " msg="${msg}everything was fixed properly." log_warning_msg "$msg" fi |