diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 16:47:40 +0000 |
commit | bc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 (patch) | |
tree | 0e38131e60a11b6b14bc34775a475f11dfce792a /chapter06/gzip.xml | |
parent | 9c80e02769dc33c2b63d1630b87370ad79d590fc (diff) |
Several minor grammatical fixes. Thanks to Randy and Steve.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r-- | chapter06/gzip.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 311f05150..b0087761e 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -31,7 +31,7 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Gzip</title> -<para>Gzip has 2 known security vulnerabilites. The following patch +<para>Gzip has 2 known security vulnerabilities. The following patch addresses both of them:</para> <screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> @@ -55,7 +55,9 @@ that the new location gets placed into the script:</para> <screen><userinput>make install</userinput></screen> -<para>Move the programs to the <filename class="directory">/bin</filename> directory:</para> +<para>Move the <command>gzip</command>program to the <filename +class="directory">/bin</filename> directory and create some commonly used +symlinks to it:</para> <screen><userinput>mv /usr/bin/gzip /bin rm /usr/bin/{gunzip,zcat} |