aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/rc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/rc.xml')
-rw-r--r--chapter07/rc.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml
index 94121acb0..321c3cb7f 100644
--- a/chapter07/rc.xml
+++ b/chapter07/rc.xml
@@ -1,15 +1,11 @@
<sect1 id="ch07-rc">
<title>Creating the rc script</title>
-<para>
-The first main boot script is the <filename>/etc/init.d/rc</filename> script.
-Create the <filename>/etc/init.d/rc</filename> script by running the
-following command:
-</para>
-
-<para>
-<screen>
-<userinput>cat &gt; rc &lt;&lt; "EOF"</userinput>
+<para>The first main boot script is the <filename>/etc/init.d/rc</filename>
+script. Create the <filename>/etc/init.d/rc</filename> script by running the
+following command:</para>
+
+<para><screen><userinput>cat &gt; rc &lt;&lt; "EOF"</userinput>
#!/bin/sh
# Begin /etc/init.d/rc
#
@@ -246,9 +242,7 @@ then
fi
# End /etc/init.d/rc
-<userinput>EOF</userinput>
-</screen>
-</para>
+<userinput>EOF</userinput></screen></para>
</sect1>