diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml
index 64fdf46458..8c0e1638d4 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml
@@ -406,13 +406,12 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin &os; uses the &man.rc.8; system of startup scripts during
- system initialization and for managing services. The scripts listed in
- /etc/rc.d provide basic
- services which can be controlled with the
- , , and
- options to &man.service.8;. For
- instance, &man.sshd.8; can be restarted with the following
- command:
+ system initialization and for managing services. The scripts
+ listed in /etc/rc.d provide basic services
+ which can be controlled with the ,
+ , and options to
+ &man.service.8;. For instance, &man.sshd.8; can be restarted
+ with the following command:
&prompt.root; service sshd restart
@@ -544,64 +543,66 @@ sshd is running as pid 433.
xlink:href="&url.articles.rc-scripting;">this article
for instructions on how to create custom &man.rc.8;
scripts.
-
-
- Managing System-Specific Configuration
-
- rc files
- rc.conf
-
+
+ Managing System-Specific Configuration
- The principal location for system configuration information
- is /etc/rc.conf. This file contains a
- wide range of configuration information and it is read at
- system startup to configure the system. It provides the
- configuration information for the rc*
- files.
+
+ rc files
+ rc.conf
+
- The entries in /etc/rc.conf override
- the default settings in
- /etc/defaults/rc.conf. The file containing
- the default settings should not be edited. Instead, all
- system-specific changes should be made to
- /etc/rc.conf.
+ The principal location for system configuration
+ information is /etc/rc.conf. This file
+ contains a wide range of configuration information and it is
+ read at system startup to configure the system. It provides
+ the configuration information for the
+ rc* files.
- A number of strategies may be applied in clustered
- applications to separate site-wide configuration from
- system-specific configuration in order to keep administration
- overhead down. The recommended approach is to place
- system-specific configuration into
- /etc/rc.conf.local. For example, these
- entries in /etc/rc.conf apply to all systems:
+ The entries in /etc/rc.conf override
+ the default settings in
+ /etc/defaults/rc.conf. The file
+ containing the default settings should not be edited.
+ Instead, all system-specific changes should be made to
+ /etc/rc.conf.
- sshd_enable="YES"
+ A number of strategies may be applied in clustered
+ applications to separate site-wide configuration from
+ system-specific configuration in order to keep administration
+ overhead down. The recommended approach is to place
+ system-specific configuration into
+ /etc/rc.conf.local. For example, these
+ entries in /etc/rc.conf apply to all
+ systems:
+
+ sshd_enable="YES"
keyrate="fast"
defaultrouter="10.1.1.254"
- Whereas these systems in
- /etc/rc.conf.local apply to this system
- only:
+ Whereas these systems in
+ /etc/rc.conf.local apply to this system
+ only:
- hostname="node1.example.org"
+ hostname="node1.example.org"
ifconfig_fxp0="inet 10.1.1.1/8"
- Distribute /etc/rc.conf to every
- system using rsync or a similar program,
- while /etc/rc.conf.local remains
- unique.
+ Distribute /etc/rc.conf to every
+ system using rsync or a similar program,
+ while /etc/rc.conf.local remains
+ unique.
- Upgrading the system will not overwrite
- /etc/rc.conf, so system configuration
- information will not be lost.
+ Upgrading the system will not overwrite
+ /etc/rc.conf, so system configuration
+ information will not be lost.
-
- The configuration in /etc/rc.conf
- is parsed by &man.sh.1;. This allows system operators to
- create complex configuration scenarios. Refer to
- &man.rc.conf.5; for further information on this topic.
-
-
+
+ The configuration in /etc/rc.conf
+ is parsed by &man.sh.1;. This allows system operators to
+ create complex configuration scenarios. Refer to
+ &man.rc.conf.5; for further information on this
+ topic.
+
+