aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-05-29 01:08:09 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-05-29 01:08:09 +0000
commita03cebdcff7f7c688aeaa94e046c914120ed21fc (patch)
treee80810a007c97a5fb06399eb8aff379a5af986b7
parentf8736105d907eb938c36322bf56a576945b8bf41 (diff)
Fix an old reference changing rcsysinit.d to rcS.d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/usage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml
index 78c1268bb..10d48b6e8 100644
--- a/chapter07/usage.xml
+++ b/chapter07/usage.xml
@@ -87,7 +87,7 @@ EOF</userinput></screen>
<emphasis>inittab</emphasis>. For LFS, the key command that is run is
<command>rc</command>. The intialization file above will instruct
<command>rc</command> to run all the scripts starting with an S in the
- <filename class="directory">/etc/rc.d/rcsysinit.d</filename> directory
+ <filename class="directory">/etc/rc.d/rcS.d</filename> directory
followed by all the scripts starting with an S in the <filename
class="directory">/etc/rc.d/rc?.d</filename> directory where the question
mark is specified by the initdefault value.</para>