Browse Source

Old explanation tells you to create a new file containing, instead of
telling you to create the files by running the command


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

Gerard Beekmans 24 years ago
parent
commit
1a167e4f33

+ 2 - 2
chapter07/checkfs.xml

@@ -2,8 +2,8 @@
 <title>Creating the checkfs script</title>
 <title>Creating the checkfs script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/checkfs</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/checkfs</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 3 - 3
chapter07/ethnet.xml

@@ -7,8 +7,8 @@ If not, this section can be skipped.
 </para>
 </para>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/ethnet</filename> is created containing the
-following:
+Create the <filename>/etc/init.d/ethnet</filename> script by running the
+following command:
 </para>
 </para>
 
 
 <para>
 <para>
@@ -166,7 +166,7 @@ First the nic-config directory is created by running:
 <para>
 <para>
 
 
 Now, new files are created in that directory containing the following.
 Now, new files are created in that directory containing the following.
-This creates a sample file ifcfg-eth0:
+The following command creates a sample file ifcfg-eth0:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/functions.xml

@@ -2,8 +2,8 @@
 <title>Creating the functions script</title>
 <title>Creating the functions script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/functions</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/functions</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/halt.xml

@@ -2,8 +2,8 @@
 <title>Creating the halt script</title>
 <title>Creating the halt script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/halt</filename> is created containing the
-following:
+Create the <filename>/etc/init.d/halt</filename> script by running the
+following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 1 - 1
chapter07/hosts.xml

@@ -57,7 +57,7 @@ If a network card is not going to be configured, a new file
 
 
 <para>
 <para>
 If a network card is to be configured, a new file
 If a network card is to be configured, a new file
-<filename>/etc/hosts</filename> is created containing:
+<filename>/etc/hosts</filename> is created by running:
 </para>
 </para>
 
 
 <para>
 <para>

+ 3 - 3
chapter07/loadkeys.xml

@@ -3,9 +3,9 @@
 
 
 <para>
 <para>
 A user only needs to create this script if he don't have a default 101 keys
 A user only needs to create this script if he don't have a default 101 keys
-US keyboard layout. A new file 
-<filename>/etc/init.d/loadkeys</filename> containing  the following has to be
-created:
+US keyboard layout. Create the 
+<filename>/etc/init.d/loadkeys</filename> script by running the
+following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/localnet.xml

@@ -2,8 +2,8 @@
 <title>Creating the /etc/init.d/localnet boot script</title>
 <title>Creating the /etc/init.d/localnet boot script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/localnet</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/localnet</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/mountfs.xml

@@ -2,8 +2,8 @@
 <title>Creating the mountfs script</title>
 <title>Creating the mountfs script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/mountfs</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/mountfs</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 3 - 2
chapter07/rc.xml

@@ -3,8 +3,9 @@
 
 
 <para>
 <para>
 The first main boot script is the <filename>/etc/init.d/rc</filename> script. 
 The first main boot script is the <filename>/etc/init.d/rc</filename> script. 
-A new file <filename>/etc/init.d/rc</filename> is created containing the
-following: </para>
+Create the <filename>/etc/init.d/rc</filename> script by running the
+following command:
+</para>
 
 
 <para>
 <para>
 <screen>
 <screen>

+ 3 - 2
chapter07/rcS.xml

@@ -2,8 +2,9 @@
 <title>Creating the rcS script</title>
 <title>Creating the rcS script</title>
 
 
 <para>
 <para>
-The second main boot script is the <filename>rcS</filename> script. Create a 
-new file <filename>/etc/init.d/rcS</filename> containing the following:
+The second main boot script is the <filename>rcS</filename> script. Create  
+the <filename>/etc/init.d/rcS</filename> script by running the following
+command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/reboot.xml

@@ -2,8 +2,8 @@
 <title>Creating the reboot script</title>
 <title>Creating the reboot script</title>
 
 
 <para>
 <para>
-Create a new file <filename>/etc/init.d/reboot</filename> containing the
-following:
+Create the <filename>/etc/init.d/reboot</filename> script by running the
+following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/sendsignals.xml

@@ -2,8 +2,8 @@
 <title>Creating the sendsignals script</title>
 <title>Creating the sendsignals script</title>
 
 
 <para>
 <para>
-Create a new file <filename>/etc/init.d/sendsignals</filename>
-containing the following:
+Creat the <filename>/etc/init.d/sendsignals</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 7 - 3
chapter07/setclock.xml

@@ -15,9 +15,13 @@ the /etc/localtime symlink.
 
 
 <para>
 <para>
 If you want to use this script on your system even if the 
 If you want to use this script on your system even if the 
-hardware clock is set to GMT, then the UTC variable below has to be changed
- to the
-value of <emphasis>1</emphasis>.
+hardware clock is set to GMT, then the UTC variable below has to be 
+changed to the value of <emphasis>1</emphasis>.
+</para>
+
+<para>
+Creat the <filename>/etc/init.d/setclock</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/sysklogd.xml

@@ -2,8 +2,8 @@
 <title>Creating the sysklogd script</title>
 <title>Creating the sysklogd script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/sysklogd</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/sysklogd</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>

+ 2 - 2
chapter07/template.xml

@@ -2,8 +2,8 @@
 <title>Creating the template script</title>
 <title>Creating the template script</title>
 
 
 <para>
 <para>
-A new file <filename>/etc/init.d/template</filename> is created containing
-the following:
+Create the <filename>/etc/init.d/template</filename> script by running
+the following command:
 </para>
 </para>
 
 
 <para>
 <para>