Changeset df283cd6 for BOOK/final-system/common
- Timestamp:
- Jan 7, 2007, 2:58:53 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 95a8ebc
- Parents:
- 4814257
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bzip2.xml
r4814257 rdf283cd6 27 27 <sect2 role="installation"> 28 28 <title>Installation of Bzip2</title> 29 30 <para os="p1">Apply a patch to install the documentation for this31 package:</para>32 33 <screen os="p2"><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>34 35 <para os="p3">The <command>bzgrep</command> command does not escape '|' and36 '&' in filenames passed to it. This allows arbitrary commands to be37 executed with the privileges of the user running <command>bzgrep</command>.38 Apply the following patch to address this:</para>39 40 <screen os="p4"><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>41 42 <para os="p5">The <command>bzdiff</command> script depends on tempfile.43 We remove that dependency with this patch:</para>44 45 <screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen>46 29 47 30 <para os="a">The Bzip2 package does not contain a <command>configure</command>
Note:
See TracChangeset
for help on using the changeset viewer.