Ignore:
Timestamp:
Nov 17, 2012, 9:23:01 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8724dd0
Parents:
12049296
Message:

Remove mountpoint from sysvinit install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/sysvinit.xml

    r12049296 r1c96860  
    2525    <title>Installation of Sysvinit</title>
    2626
    27 <para os ="a">Apply a sed which removes sulogin from being built and installed as sulogin is installed by util-linux:</para>
     27<para os ="a">Apply a sed which removes sulogin, mountpoint, utmpdump, and wall from being built and installed as they are provided by util-linux:</para>
    2828
    2929<screen os="b"><userinput>cp -v src/Makefile{,.orig}
    3030sed -e 's/\ sulogin//;s/\ sulogin.8//' \
    31     -e '/sulogin.*:/d' src/Makefile.orig > src/Makefile</userinput></screen>
     31    -e '/sulogin.*:/d' '/utmpdump/d' \
     32    -e '/mountpoint/d' src/Makefile.orig > src/Makefile</userinput></screen>
    3233
    3334<para os ="c">Compile the package:</para>
     
    125126      <seglistitem>
    126127        <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
    127         mountpoint, pidof (link to killall5), poweroff (link to halt),
    128         reboot (link to halt), runlevel, shutdown,
    129         telinit (link to init), utmpdump, and wall</seg>
     128        pidof (link to killall5), poweroff (link to halt),
     129        reboot (link to halt), runlevel, shutdown, and telinit (link to init)</seg>
    130130      </seglistitem>
    131131    </segmentedlist>
     
    218218      </varlistentry>
    219219
    220       <varlistentry id="mountpoint">
    221         <term><command>mountpoint</command></term>
    222         <listitem>
    223           <para>Tells you whether or not a directory is a mount point.</para>
    224           <indexterm zone="ch-system-sysvinit mountpoint">
    225             <primary sortas="b-mountpoint">mountpoint</primary>
    226           </indexterm>
    227         </listitem>
    228       </varlistentry>
    229 
    230220      <varlistentry id="pidof">
    231221        <term><command>pidof</command></term>
Note: See TracChangeset for help on using the changeset viewer.