diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-04 03:23:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-04 03:23:00 +0000 |
commit | 326224b21fa847158049d89fea60ba734343abaa (patch) | |
tree | 7d9c47057fef219b33d4a99e34a7a752fa67f11b /chapter05 | |
parent | b304545f357ff9afcf45617ebd801f3d5a4c3055 (diff) |
Add seds to grep and e3fsprogs to fix security issues found upstream.
Remove unrecognized option in eudev.
Minor text corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 7d98d9008..974a7292f 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,7 +52,7 @@ su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi</userinput></screen> - <para>Fix is regression in the package that affects 32-bit architectures:</para> + <para>Fix a regression in the package that affects 32-bit architectures:</para> <screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \ -e '/SSE2/s/^1://' \ |