diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 940d4b3163..ecb7a08244 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -6190,25 +6190,27 @@ C:\="DOS" - The primary configuration file is /etc/defaults/rc.conf (see &man.rc.conf.5;) - System startup scripts such as /etc/rc - and /etc/rc.d (see &man.rc.8;) just - include this file. - Do not edit this file! Instead, if there - is any entry in /etc/defaults/rc.conf that - you want to change, you should copy the line into - /etc/rc.conf and change it there. + The primary configuration file is + /etc/defaults/rc.conf (see + &man.rc.conf.5;) System startup scripts such as + /etc/rc and + /etc/rc.d (see &man.rc.8;) just + include this file. Do not edit this + file! Instead, if there is any entry in + /etc/defaults/rc.conf that you want + to change, you should copy the line into + /etc/rc.conf and change it + there. - For example, if you wish to start named, the included DNS server, - all you need to - do is: + For example, if you wish to start named, the included + DNS server, all you need to do is: &prompt.root; echo named_enable="YES" >> /etc/rc.conf - To start up local services, place - shell scripts in the /usr/local/etc/rc.d - directory. These shell scripts should be set executable, and - end with a .sh. + To start up local services, place shell scripts in the + /usr/local/etc/rc.d directory. These + shell scripts should be set executable, and end with a + .sh.