diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-24 03:43:54 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-24 03:43:54 +0000 |
commit | e6b6261f915d3ce8a0cea8c30befe06f358ff6e2 (patch) | |
tree | c15894dc73de11aff6698a84582dcced90ebcbcc /bootscripts | |
parent | fdb42f10c9ebaec7920819f203e4865dd1958edb (diff) |
Update to linux-3.17.4
Update to kmod-19
Update to grep-2.21
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc index 93d6ea942..3e928a8f5 100644 --- a/bootscripts/lfs/init.d/rc +++ b/bootscripts/lfs/init.d/rc @@ -24,9 +24,8 @@ print_error_msg() MSG="${MSG}which exited with a return value of ${error_value}.\n" MSG="${MSG}If you're able to track this error down to a bug in one of\n" - MSG="${MSG}the files provided by the files provided by\n" - MSG="${MSG}the ${DISTRO_MINI} book, please be so kind to inform us at\n" - MSG="${MSG}${DISTRO_CONTACT}.\n" + MSG="${MSG}the files provided by the ${DISTRO_MINI} book,\n" + MSG="${MSG}please be so kind to inform us at ${DISTRO_CONTACT}.\n" log_failure_msg "${MSG}" log_info_msg "Press Enter to continue..." |