source: appendices/symlinks/rc1.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<sect2>
2
3<title>rc1.d</title>
4
5<table frame="none">
6<title>rc1.d symlinks</title>
7
8<tgroup cols="4">
9<colspec colnum="1" colwidth="1*" align="left"/>
10<colspec colnum="2" colwidth="7*" align="left"/>
11<colspec colnum="3" colwidth="21*" align="left"/>
12<colspec colnum="4" colwidth="30*" align="left"/>
13
14<tbody>
15
16<row>
17<entry><emphasis>Number</emphasis></entry>
18<entry><emphasis>Title</emphasis></entry>
19<entry><emphasis>Link</emphasis></entry>
20<entry><emphasis>Explanation</emphasis></entry>
21</row>
22
23<row>
24<entry>K10</entry>
25<entry>gpm</entry>
26<entry><filename>../init.d/gpm</filename></entry>
27<entry>Shut down General Purpose Mouse Daemon: <xref linkend="gpm"/></entry>
28</row>
29
30<row>
31<entry>K25</entry>
32<entry>postfix</entry>
33<entry><filename>../init.d/postfix</filename></entry>
34<entry>Shut down Postfix MTA: <xref linkend="postfix"/></entry>
35</row>
36
37<row>
38<entry>K30</entry>
39<entry>sshd</entry>
40<entry><filename>../init.d/sshd</filename></entry>
41<entry>Shut down Secure Shell Daemon: <xref linkend="openssh"/></entry>
42</row>
43
44<row>
45<entry>K35</entry>
46<entry>alsa</entry>
47<entry><filename>../init.d/alsa</filename></entry>
48<entry>Save volume settings: <xref linkend="alsa"/></entry>
49</row>
50
51<row>
52<entry>K80</entry>
53<entry>sysklogd</entry>
54<entry><filename>../init.d/sysklogd</filename></entry>
55<entry>Shut down networking: Part of LFS base.</entry>
56</row>
57
58<row>
59<entry>K90</entry>
60<entry>network</entry>
61<entry><filename>../init.d/network</filename></entry>
62<entry>Shut down networking: Part of LFS base.</entry>
63</row>
64
65</tbody>
66</tgroup>
67</table>
68
69</sect2>
Note: See TracBrowser for help on using the repository browser.