Changeset 14109e7


Ignore:
Timestamp:
07/22/2014 09:55:23 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
69857fe3
Parents:
1bbaab3
Message:

Update to util-linux-2.25

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1bbaab3 r14109e7  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-07-22</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to util-linux-2.25. Fixes
     43          <ulink url="&lfs-ticket-root;3627">#3627</ulink>.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
    3848    <listitem>
    3949      <para>2014-07-21</para>
  • chapter05/util-linux.xml

    r1bbaab3 r14109e7  
    4545
    4646<screen><userinput remap="configure">./configure --prefix=/tools                \
     47            --without-python               \
    4748            --disable-makeinstall-chown    \
    4849            --without-systemdsystemunitdir \
     
    5152    <variablelist>
    5253      <title>The meaning of the configure option:</title>
     54
     55      <varlistentry>
     56        <term><parameter>--without-python</parameter></term>
     57        <listitem>
     58          <para>This switch disables using <application>Python</application>
     59          if it is installed on the host system.  It avoids trying to build
     60          unneeded bindings.</para>
     61        </listitem>
     62      </varlistentry>
    5363
    5464      <varlistentry>
  • chapter06/util-linux.xml

    r1bbaab3 r14109e7  
    4646    class="directory">/var/lib/hwclock</filename> directory instead of the
    4747    usual <filename class="directory">/etc</filename> directory as the
    48     location for the <filename>adjtime</filename> file. To make the
    49     <command>hwclock</command> program FHS-compliant, run the
    50     following:</para>
    51 
    52 <screen><userinput remap="pre">sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
    53           $(grep -rl '/etc/adjtime' .)
    54 
    55 mkdir -pv /var/lib/hwclock</userinput></screen>
     48    location for the <filename>adjtime</filename> file.  First create a directory
     49    to enable storage for the <command>hwclock</command> program:</para>
     50
     51<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
    5652
    5753  </sect2>
     
    6258    <para>Prepare Util-linux for compilation:</para>
    6359
    64 <screen><userinput remap="configure">./configure</userinput></screen>
     60<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock</userinput></screen>
    6561
    6662    <para>Compile the package:</para>
     
    8076    </warning>
    8177
    82     <note><para>Two tests, last/ipv6 and last/last, fail in the chroot environment
    83     due to the DNS resolver not being active yet.  If the tests are rerun after
    84     booting, they pass.</para></note>
    85 
    8678    <screen><userinput remap="test">chown -Rv nobody .
    8779su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
     
    10395      <seglistitem>
    10496        <seg>addpart, agetty, blkdiscard, blkid, blockdev, cal, cfdisk, chcpu,
    105         chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, dmesg,
     97        chrt, col, colcrt, colrm, column, ctrlaltdel, delpart, dmesg,
    10698        eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
    10799        fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
    108100        i386, ionice, ipcmk, ipcrm, ipcs, isosize, kill, last, lastb (link to
    109101        last), ldattach, linux32, linux64, logger, look, losetup, lsblk, lscpu,
    110         lslocks, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     102        lslocks, lslogins, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
    111103        more, mount, mountpoint, namei, partx, pg, pivot_root, prlimit, raw,
    112104        readprofile, rename, renice, resizepart, rev, rtcwake, script,
     
    118110        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
    119111
    120         <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
    121         /usr/share/doc/util-linux/getopt, /var/lib/hwclock</seg>
     112        <seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
     113        /usr/include/uuid, /usr/share/doc/util-linux/getopt, /var/lib/hwclock</seg>
    122114      </seglistitem>
    123115    </segmentedlist>
     
    269261          <indexterm zone="ch-system-util-linux ctrlaltdel">
    270262            <primary sortas="b-ctrlaltdel">ctrlaltdel</primary>
    271           </indexterm>
    272         </listitem>
    273       </varlistentry>
    274 
    275       <varlistentry id="cytune">
    276         <term><command>cytune</command></term>
    277         <listitem>
    278           <para>Tunes the parameters of the serial line drivers for
    279           Cyclades cards</para>
    280           <indexterm zone="ch-system-util-linux cytune">
    281             <primary sortas="b-cytune">cytune</primary>
    282263          </indexterm>
    283264        </listitem>
     
    647628      </varlistentry>
    648629
     630      <varlistentry id="lslogins">
     631        <term><command>lslogins</command></term>
     632        <listitem>
     633          <para>Lists information about users, groups and system accounts</para>
     634          <indexterm zone="ch-system-util-linux lslogins">
     635            <primary sortas="b-lslogins">lslogins</primary>
     636          </indexterm>
     637        </listitem>
     638      </varlistentry>
     639
    649640      <varlistentry id="mcookie">
    650641        <term><command>mcookie</command></term>
  • general.ent

    r1bbaab3 r14109e7  
    1 <!ENTITY version         "SVN-20140721">
     1<!ENTITY version         "SVN-20140722">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "July 21, 2014">
     3<!ENTITY releasedate     "July 22, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    r1bbaab3 r14109e7  
    629629<!ENTITY udev-lfs-home    " ">
    630630
    631 <!ENTITY util-linux-version "2.24.2">
    632 <!ENTITY util-linux-size "3,503 KB">
     631<!ENTITY util-linux-version "2.25">
     632<!ENTITY util-linux-size "3,596 KB">
    633633<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.24/util-linux-&util-linux-version;.tar.xz">
    634 <!ENTITY util-linux-md5 "3f191727a0d28f7204b755cf1b6ea0aa">
     634<!ENTITY util-linux-md5 "4c78fdef4cb882caafad61e33cafbc14">
    635635<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
    636636<!ENTITY util-linux-ch5-du "89 MB">
Note: See TracChangeset for help on using the changeset viewer.