diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-12 04:46:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-12 04:46:48 +0000 |
commit | 9e187828fb908b2bd5067f42d3b92bb6ad12b049 (patch) | |
tree | 87fb9af6be1e6fffacf65a811bf376d50fe86776 /chapter07 | |
parent | b83f9f37ba84deda1df39a59603e53ca3a6cecd3 (diff) |
we use two digits now, not three
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 4f40939d4..b2fe9b8f4 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -34,7 +34,7 @@ command an alias to init 0.</para> <para>There are a number of directories under /etc/rc.d that look like like rc?.d where ? is the number of the runlevel and rcsysinit.d which contain a number of symbolic links. Some begin with an K, the others -begin with an S, and all of them have three numbers following the initial +begin with an S, and all of them have two numbers following the initial letter. The K means to stop (kill) a service, and the S means to start a service. The numbers determine the order in which the scripts are run, from 00 to 99; the lower the number the sooner it gets executed. When init |