From owner-svn-doc-all@FreeBSD.ORG Thu Mar 20 17:14:41 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D40BF23; Thu, 20 Mar 2014 17:14:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5758F219; Thu, 20 Mar 2014 17:14:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KHEfQO030271; Thu, 20 Mar 2014 17:14:41 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2KHEfSb030270; Thu, 20 Mar 2014 17:14:41 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201403201714.s2KHEfSb030270@svn.freebsd.org> From: Dru Lavigne Date: Thu, 20 Mar 2014 17:14:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44301 - head/en_US.ISO8859-1/books/handbook/config X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 17:14:41 -0000 Author: dru Date: Thu Mar 20 17:14:40 2014 New Revision: 44301 URL: http://svnweb.freebsd.org/changeset/doc/44301 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Thu Mar 20 17:07:35 2014 (r44300) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Thu Mar 20 17:14:40 2014 (r44301) @@ -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. - - 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. - - 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: + + rc files + 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. + + 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. + + 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" + 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. - - 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. - - + 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. + + + 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. + +