Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sysvinit.xml

    rec0a37e6 r69993f4  
    1212<sect2 role="package"><title/>
    1313<para>The Sysvinit package contains programs for controlling the startup,
    14 running, and shutdown of your system.</para>
     14running, and shutdown of the system.</para>
    1515
    1616<segmentedlist>
     
    2222<segmentedlist>
    2323<segtitle>Sysvinit installation depends on</segtitle>
    24 <seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem>
     24<seglistitem><seg>Binutils, Coreutils, GCC, Glibc, and Make</seg></seglistitem>
    2525</segmentedlist>
    2626</sect2>
     
    106106the LFS-Bootscripts package calls the <command>setfont</command>
    107107program during system startup. Sending this escape sequence is
    108 necessary for people who use non-ISO-8859-1 screen fonts, but it does
     108necessary for people who use non-ISO 8859-1 screen fonts, but it does
    109109not affect native English speakers.</para>
    110110
     
    118118<seglistitem><seg>halt, init, killall5, last, lastb (link to last), mesg, pidof (link to
    119119killall5), poweroff (link to halt), reboot (link to halt), runlevel, shutdown, sulogin, telinit
    120 (link to init), utmpdump and wall</seg></seglistitem>
     120(link to init), utmpdump, and wall</seg></seglistitem>
    121121</segmentedlist>
    122122
     
    129129<para>normally invokes <command>shutdown</command> with the
    130130<parameter>-h</parameter> option, except when already in run-level 0,
    131 then it tells the kernel to halt the system.  First it notes in the
     131then it tells the kernel to halt the system.  It notes in the
    132132file <filename>/var/log/wtmp</filename> that the system is being
    133133brought down.</para>
     
    150150<listitem>
    151151<para>sends a signal to all processes, except the processes in its own
    152 session so it won't kill the shell running the script that called
     152session so it will not kill the shell running the script that called
    153153it.</para>
    154154<indexterm zone="ch-system-sysvinit killall5"><primary sortas="b-killall5">killall5</primary></indexterm>
     
    161161<para>shows which users last logged in (and out),
    162162searching back through the <filename>/var/log/wtmp</filename> file. It
    163 also show system boots, shutdowns, and run-level changes.</para>
     163also shows system boots, shutdowns, and run-level changes.</para>
    164164<indexterm zone="ch-system-sysvinit last"><primary sortas="b-last">last</primary></indexterm>
    165165</listitem>
     
    249249<listitem>
    250250<para>displays the content of the given login file in a more
    251 user-friedly format.</para>
     251user-friendly format.</para>
    252252<indexterm zone="ch-system-sysvinit utmpdump"><primary sortas="b-utmpdump">utmpdump</primary></indexterm>
    253253</listitem>
Note: See TracChangeset for help on using the changeset viewer.