Changeset 834692e for BOOK/final-system


Ignore:
Timestamp:
Nov 17, 2012, 5:50:28 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:
675995c
Parents:
41305d54
Message:

Disable building and install of sulogin.

File:
1 edited

Legend:

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

    r41305d54 r834692e  
    2525    <title>Installation of Sysvinit</title>
    2626
    27     <para os="c">Compile the package:</para>
     27<para os ="a">Apply a sed which removes sulogin from being built and installed as sulogin is installed by util-linux:</para>
     28
     29<screen os="b"><userinput>cp -v src/Makefile{,.orig}
     30sed -e 's/\ sulogin//;s/\ sulogin.8//' \
     31    -e '/sulogin.*:/d' src/Makefile.orig > src/Makefile</userinput></screen>
     32
     33<para os ="c">Compile the package:</para>
    2834
    2935<screen os="d"><userinput>make -C src clobber
     
    120126        <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
    121127        mountpoint, pidof (link to killall5), poweroff (link to halt),
    122         reboot (link to halt), runlevel, shutdown, sulogin,
     128        reboot (link to halt), runlevel, shutdown,
    123129        telinit (link to init), utmpdump, and wall</seg>
    124130      </seglistitem>
     
    276282      </varlistentry>
    277283
    278       <varlistentry id="sulogin">
    279         <term><command>sulogin</command></term>
    280         <listitem>
    281           <para>Allows <emphasis>root</emphasis> to log in; it is normally
    282           invoked by <command>init</command> when the system goes into single
    283           user mode</para>
    284           <indexterm zone="ch-system-sysvinit sulogin">
    285             <primary sortas="b-sulogin">sulogin</primary>
    286           </indexterm>
    287         </listitem>
    288       </varlistentry>
    289 
    290284      <varlistentry id="telinit">
    291285        <term><command>telinit</command></term>
Note: See TracChangeset for help on using the changeset viewer.