Browse Source

Reworded Util-linux patch explanation. Ported from trunk r6076.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 years ago
parent
commit
4073772527
2 changed files with 12 additions and 11 deletions
  1. 2 1
      chapter01/changelog.xml
  2. 10 10
      chapter06/util-linux.xml

+ 2 - 1
chapter01/changelog.xml

@@ -93,7 +93,8 @@ First a summary, then a detailed log.</para>
 headers and Linux-Libc-Headers, plus fixed the list of installed files
 headers and Linux-Libc-Headers, plus fixed the list of installed files
 on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk
 on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk
 (r6048 to r6050 and r6053 to r6056.) Fixed top program description
 (r6048 to r6050 and r6053 to r6056.) Fixed top program description
-(bug 1549.) Fixed tar description (bug 1553.)</para></listitem>
+(bug 1549.) Fixed tar description (bug 1553.) Reworded Util-linux patch
+explanation (bug 1554.)</para></listitem>
 
 
 <listitem><para>June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show
 <listitem><para>June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show
 only irc.linuxfromscratch.org.</para></listitem>
 only irc.linuxfromscratch.org.</para></listitem>

+ 10 - 10
chapter06/util-linux.xml

@@ -46,8 +46,8 @@ mkdir -p /var/lib/hwclock</userinput></screen>
 <sect2 role="installation">
 <sect2 role="installation">
 <title>Installation of Util-linux</title>
 <title>Installation of Util-linux</title>
 
 
-<para>Util-linux has a compilation error against newer versions of
-Linux-Libc-Headers.  The following patch properly fixes that issue</para>
+<para>Util-linux fails to compile against newer versions of Linux-Libc-Headers.
+The following patch properly fixes this issue:</para>
 
 
 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
 
 
@@ -92,13 +92,13 @@ mv /usr/bin/logger /bin</userinput></screen>
 
 
 <segmentedlist>
 <segmentedlist>
 <segtitle>Installed programs</segtitle>
 <segtitle>Installed programs</segtitle>
-<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt, 
-colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk, 
-fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, 
-logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, 
-more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile, 
-rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm, 
-sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev), 
+<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
+colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk,
+fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line,
+logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
+more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile,
+rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm,
+sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev),
 whereis, and write</seg></seglistitem>
 whereis, and write</seg></seglistitem>
 </segmentedlist>
 </segmentedlist>
 
 
@@ -191,7 +191,7 @@ that lack some capabilities, such as overstriking and half-lines</para>
 <varlistentry id="ctrlaltdel">
 <varlistentry id="ctrlaltdel">
 <term><command>ctrlaltdel</command></term>
 <term><command>ctrlaltdel</command></term>
 <listitem>
 <listitem>
-<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a 
+<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a
 soft reset</para>
 soft reset</para>
 <indexterm zone="ch-system-util-linux ctrlaltdel"><primary sortas="b-ctrlaltdel">ctrlaltdel</primary></indexterm>
 <indexterm zone="ch-system-util-linux ctrlaltdel"><primary sortas="b-ctrlaltdel">ctrlaltdel</primary></indexterm>
 </listitem>
 </listitem>