diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
commit | 2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch) | |
tree | 1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter07 | |
parent | c0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff) |
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 2 | ||||
-rw-r--r-- | chapter07/console.xml | 4 | ||||
-rw-r--r-- | chapter07/introduction.xml | 16 | ||||
-rw-r--r-- | chapter07/network.xml | 8 | ||||
-rw-r--r-- | chapter07/profile.xml | 2 | ||||
-rw-r--r-- | chapter07/setclock.xml | 2 | ||||
-rw-r--r-- | chapter07/site.xml | 8 | ||||
-rw-r--r-- | chapter07/udev.xml | 6 | ||||
-rw-r--r-- | chapter07/usage.xml | 2 |
9 files changed, 25 insertions, 25 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 2ad26e814..5c7d71cbd 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -58,7 +58,7 @@ ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static, swap, sysctl, sysklogd, template, udev, and udev_retry</seg> - <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig, + <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig, /lib/services, /lib/lsb (symbolic link)</seg> </seglistitem> </segmentedlist> diff --git a/chapter07/console.xml b/chapter07/console.xml index 75a3d2a25..d37dab6df 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -19,7 +19,7 @@ bootscript that sets up the keyboard map, console font and console kernel log level. If non-ASCII characters (e.g., the copyright sign, the British pound sign and Euro symbol) will not be used and the keyboard is a U.S. one, much - of this section can be skipped. Without the configuration file, (or + of this section can be skipped. Without the configuration file, (or equivalent settings in <filename>rc.site</filename>), the <command>console</command> bootscript will do nothing.</para> @@ -78,7 +78,7 @@ name, <quote>-m</quote>, and the name of the application character map to load. E.g., in order to load the <quote>lat1-16</quote> font together with the <quote>8859-1</quote> application character map - (as it is appropriate in the USA), + (as it is appropriate in the USA), <!-- because of the copyright sign --> set this variable to <quote>lat1-16 -m 8859-1</quote>. In UTF-8 mode, the kernel uses the application character map for diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index b8afde239..4b0994978 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -10,10 +10,10 @@ <title>Introduction</title> - <para>This chapter discusses configuration files and boot scripts. - First, the general configuration files needed to set up networking are + <para>This chapter discusses configuration files and boot scripts. + First, the general configuration files needed to set up networking are presented.</para> - + <itemizedlist> <listitem> <para><xref linkend="ch-scripts-network" role="."/></para> @@ -22,7 +22,7 @@ <para><xref linkend="ch-scripts-hosts" role="."/></para> </listitem> </itemizedlist> - + <para>Second, issues that affect the proper setup of devices diescussed.</para> <itemizedlist> @@ -38,14 +38,14 @@ scripts needed during the boot process. Most of these scripts will work without modification, but a few require additional configuration files because they deal with hardware-dependent information.</para> - + <para>System-V style init scripts are employed in this book because they are widely used and relatively simple. For additional options, a hint detailing the BSD style init setup is available at <ulink url="&hints-root;bsd-init.txt"/>. Searching the LFS mailing lists for <quote>depinit</quote>, <quote>upstart</quote>, or <quote>systemd</quote> will also offer additional information.</para> - + <para>If using an alternative style of init scripts, skip these sections.</para> <para>A listing of the boot scripts are found in <xref linkend="scripts" @@ -72,8 +72,8 @@ <para><xref linkend="ch-scripts-sysklogd" role="."/></para> </listitem> </itemizedlist> - - + + <para>Finally, there is a brief introduction to the scripts and configuration files used when the user logs into the system.</para> diff --git a/chapter07/network.xml b/chapter07/network.xml index cd1e9ec3c..8a721fb5a 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -30,7 +30,7 @@ <para>If there is only one network interface in the system to be configured, this section is optional, although it will never be wrong to do it. In many cases (e.g. a laptop with a wireless and a wired interface), - accomplishing the configuration in this section is necessary.</para> + accomplishing the configuration in this section is necessary.</para> <para>With Udev and modular network drivers, the network interface numbering is not persistent across reboots by default, because the drivers are loaded @@ -51,7 +51,7 @@ <note><para>In some cases such as when MAC addresess have been assigned to a network card manually or in a virtual environment such as Xen, - the network rules file may not have been generated because addresses + the network rules file may not have been generated because addresses are not consistently assigned. In these cases, just continue to the next section.</para></note> @@ -125,7 +125,7 @@ <filename>ifconfig.xyz</filename>, where <quote>xyz</quote> is meaningful to the administrator such as the device name (e.g. eth0). Inside this file are attributes to this interface, such as its IP - address(es), subnet masks, and so forth. It is necessary that + address(es), subnet masks, and so forth. It is necessary that the stem of the filename be <emphasis>ifconfig</emphasis>.</para> <para>The following command creates a sample file for the @@ -153,7 +153,7 @@ EOF</userinput></screen> <command>ifup</command> and <command>ifdown</command> commands.</para> <para>The <envar>IFACE</envar> variable defines the interface name, - for example, eth0. It is required for all network device configuration + for example, eth0. It is required for all network device configuration files. </para> <para>The <envar>SERVICE</envar> variable defines the method used for diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 09f59eded..af33993f3 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -155,7 +155,7 @@ EOF</userinput></screen> 8-bit</quote>). So you can use the <quote>C</quote> locale only if you are sure that you will never need 8-bit characters.</para> - <para>UTF-8 based locales are not supported well by many programs. + <para>UTF-8 based locales are not supported well by many programs. Work is in progress to document and, if possible, fix such problems, see <ulink url="&blfs-root;view/svn/introduction/locale-issues.html"/>.</para> diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index f8a03579b..1daa445ef 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -51,7 +51,7 @@ UTC=1 -# Set this to any options you might need to give to hwclock, +# Set this to any options you might need to give to hwclock, # such as machine hardware clock type for Alphas. CLOCKPARAMS= diff --git a/chapter07/site.xml b/chapter07/site.xml index dcb2c5532..8e0e4bd76 100644 --- a/chapter07/site.xml +++ b/chapter07/site.xml @@ -24,7 +24,7 @@ <filename>rc.site</filename>, the values in the script specific files have precedence. </para> - <para><filename>rc.site</filename> also contains parameters that can + <para><filename>rc.site</filename> also contains parameters that can customize other aspects of the boot process. Setting the IPROMPT variable will enable selective running of bootscripts. Other options are described in the file comments. The default version of the file is as follows:</para> @@ -70,11 +70,11 @@ <command>/sbin/shutdown -f -r now</command>. On the other hand, you can force all file systems to be checked by creating <filename>/forcefsck</filename> or running <command>shutdown</command> with - the <parameter>-F</parameter> parameter instead of <parameter>-f</parameter>. + the <parameter>-F</parameter> parameter instead of <parameter>-f</parameter>. </para> - + <para>Setting the variable FASTBOOT=y will disable <command>fsck</command> - during the boot process until it is removed. This is not recommended + during the boot process until it is removed. This is not recommended on a permanent basis.</para></listitem> <listitem><para>Normally, all files in the <filename diff --git a/chapter07/udev.xml b/chapter07/udev.xml index b8a8bc8cb..3a287e8f1 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -88,7 +88,7 @@ data which the drivers register with <systemitem class="filesystem">sysfs</systemitem> are available to userspace processes and to udevd for processing (including modifications to device - nodes).</para> + nodes).</para> </sect3> @@ -133,7 +133,7 @@ Creating static device nodes in <filename class="directory">/lib/udev/devices</filename> also provides an easy workaround for devices that are not supported by the dynamic device - handling infrastructure.</para> + handling infrastructure.</para> <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts <command>udevd</command>, triggers any "coldplug" devices that have @@ -142,7 +142,7 @@ <filename>/sbin/hotplug </filename>. This is done because the kernel no longer needs to call out to an external binary. Instead <command>udevd</command> will listen on a netlink socket for uevents that - the kernel raises.</para> + the kernel raises.</para> <para>The <command>/etc/rc.d/init.d/udev_retry</command> initscript takes care of re-triggering events for subsystems whose rules may rely on diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 73daf2861..78c1268bb 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -50,7 +50,7 @@ </indexterm> <para>During the kernel initialization, the first program that is run - is either specified on the command line or, by default + is either specified on the command line or, by default <command>init</command>. This program reads the initialization file <filename>/etc/inittab</filename>. Create this file with:</para> |