diff options
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} |