Changeset 6052e11


Ignore:
Timestamp:
01/17/2003 04:28:28 AM (21 years ago)
Author:
Timothy Bauscher <timothy@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 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, v4_1, v5_0, v5_1, v5_1_1, 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:
bc91669
Parents:
487b8e6
Message:

Converted sysvinit.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • appendixa/sysvinit-dep.xml

    r487b8e6 r6052e11  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Sysvinit Installation Dependencies</title>
  • appendixa/sysvinit-desc.xml

    r487b8e6 r6052e11  
    1 <sect2><title>Contents of Sysvinit</title>
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
     3<sect2><title>Descriptions</title>
    24
    35<para>Last checked against version &sysvinit-contversion;.</para>
    46
    5 <sect3><title>Program Files</title>
    6 <para>halt, init, killall5, last, lastb (link to last), mesg, pidof
    7 (link to killall5), poweroff (link to halt), reboot (link to halt),
    8 runlevel, shutdown, sulogin, telinit (link to init), utmpdump and
    9 wall</para></sect3>
    10 
    11 <sect3><title>Descriptions</title>
     7<sect3><title>Program file descriptions</title>
    128
    139<sect4><title>halt</title>
  • appendixa/sysvinit.xml

    r487b8e6 r6052e11  
    44
    55&aa-sysvinit-down;
     6&aa-sysvinit-shortdesc;
    67&aa-sysvinit-desc;
    78&aa-sysvinit-dep;
  • chapter06/sysvinit-inst.xml

    r487b8e6 r6052e11  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Sysvinit</title>
     
    79to imply that init is sending these signals to all the currently running
    810processes. To avoid this confusion, the init.c file can be modified, so
    9 that the sentence reads "Sending processes started by init the TERM signal",
    10 by running the following commands. If you don't want to change it,
    11 skip it.</para>
     11that the sentence reads "Sending processes started by init the TERM signal".</para>
     12
     13<para>Edit the halt message:</para>
    1214
    1315<para><screen><userinput>cp src/init.c{,.backup} &amp;&amp;
     
    1517&nbsp;&nbsp;&nbsp;&nbsp;src/init.c.backup &gt; src/init.c</userinput></screen></para>
    1618
    17 <para>Install Sysvinit by running the following commands:</para>
     19<para>Compile Sysvinit:</para>
    1820
    19 <para><screen><userinput>make -C src &amp;&amp;
    20 make -C src install</userinput></screen></para>
     21<para><screen><userinput>make -C src</userinput></screen></para>
     22
     23<para>Finish installing the package:</para>
     24
     25<para><screen><userinput>make -C src install</userinput></screen></para>
    2126
    2227</sect2>
  • chapter06/sysvinit.xml

    r487b8e6 r6052e11  
    66Estimated required disk space:  &sysvinit-compsize;</screen>
    77
     8&aa-sysvinit-shortdesc;
     9&aa-sysvinit-dep;
    810&c6-sysvinit-inst;
    9 &aa-sysvinit-desc;
    10 &aa-sysvinit-dep;
    1111
    1212</sect1>
  • entities/sysvinit.ent

    r487b8e6 r6052e11  
    99<!ENTITY aa-sysvinit-dep SYSTEM "../appendixa/sysvinit-dep.xml">
    1010<!ENTITY aa-sysvinit-down SYSTEM "../appendixa/sysvinit-down.xml">
     11<!ENTITY aa-sysvinit-shortdesc SYSTEM "../appendixa/sysvinit-shortdesc.xml">
    1112
    1213<!ENTITY sysvinit-version "2.84">
Note: See TracChangeset for help on using the changeset viewer.