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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.