Changeset eb797aa


Ignore:
Timestamp:
09/04/2011 03:37:25 PM (13 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.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
bc3d809
Parents:
64adff3
Message:

Supress sysvinit overwriting mountpoint from util-linux

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r64adff3 reb797aa  
    3737
    3838-->
     39    <listitem>
     40      <para>2011-09-04</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Supress sysvinit overwriting mountpoint from util-linux.
     44          </para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2011-09-03</para>
  • chapter06/sysvinit.xml

    r64adff3 reb797aa  
    5656    src/init.c</userinput></screen>
    5757
    58     <para>A maintained version of the <command>wall</command> program was
     58    <para>Maintained versions of the <command>wall</command> and
     59    <command>mountpoint</command> programs were
    5960    installed earlier by Util-linux. Suppress the installation of Sysvinit's
    60     version of this program and its man page:</para>
     61    versions of these programs and their man pages:</para>
    6162
    6263<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
    63        -e 's/mountpoint.1 wall.1/mountpoint.1/' src/Makefile</userinput></screen>
     64       -e '/= mountpoint/d' \
     65       -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
    6466
    6567    <para>Compile the package:</para>
     
    187189      </varlistentry>
    188190
    189       <varlistentry id="mountpoint">
    190         <term><command>mountpoint</command></term>
    191         <listitem>
    192           <para>Checks if the directory is a mountpoint</para>
    193           <indexterm zone="ch-system-sysvinit mountpoint">
    194             <primary sortas="b-mountpoint">mountpoint</primary>
    195           </indexterm>
    196         </listitem>
    197       </varlistentry>
    198 
    199191      <varlistentry id="pidof">
    200192        <term><command>pidof</command></term>
  • chapter06/util-linux.xml

    r64adff3 reb797aa  
    114114        ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, line, linux32, linux64,
    115115        logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs,
    116         mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root,
     116        mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg, pivot_root,
    117117        readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
    118118        setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
     
    700700      </varlistentry>
    701701
     702      <varlistentry id="mountpoint">
     703        <term><command>mountpoint</command></term>
     704        <listitem>
     705          <para>Checks if the directory is a mountpoint</para>
     706          <indexterm zone="ch-system-util-linux mountpoint">
     707            <primary sortas="b-mountpoint">mountpoint</primary>
     708          </indexterm>
     709        </listitem>
     710      </varlistentry>
     711
    702712      <varlistentry id="namei">
    703713        <term><command>namei</command></term>
  • general.ent

    r64adff3 reb797aa  
    1 <!ENTITY version "SVN-20110903">
    2 <!ENTITY releasedate "Sep 3, 2011">
     1<!ENTITY version "SVN-20110904">
     2<!ENTITY releasedate "Sep 4, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.