Word wrap from last commit.

This commit is contained in:
Michael Lucas 2003-06-14 02:38:00 +00:00
parent a3198d63b6
commit 6c469979c7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17298

View file

@ -6190,25 +6190,27 @@ C:\="DOS"</programlisting>
</question>
<answer>
<para>The primary configuration file is <filename>/etc/defaults/rc.conf</filename> (see &man.rc.conf.5;)
System startup scripts such as <filename>/etc/rc</filename>
and <filename>/etc/rc.d</filename> (see &man.rc.8;) just
include this file.
<emphasis>Do not edit this file!</emphasis> Instead, if there
is any entry in <filename>/etc/defaults/rc.conf</filename> that
you want to change, you should copy the line into
<filename>/etc/rc.conf</filename> and change it there.</para>
<para>The primary configuration file is
<filename>/etc/defaults/rc.conf</filename> (see
&man.rc.conf.5;) System startup scripts such as
<filename>/etc/rc</filename> and
<filename>/etc/rc.d</filename> (see &man.rc.8;) just
include this file. <emphasis>Do not edit this
file!</emphasis> Instead, if there is any entry in
<filename>/etc/defaults/rc.conf</filename> that you want
to change, you should copy the line into
<filename>/etc/rc.conf</filename> and change it
there.</para>
<para>For example, if you wish to start named, the included DNS server,
all you need to
do is:</para>
<para>For example, if you wish to start named, the included
DNS server, all you need to do is:</para>
<screen>&prompt.root; <userinput>echo named_enable="YES" &gt;&gt; /etc/rc.conf</userinput></screen>
<para>To start up local services, place
shell scripts in the <filename>/usr/local/etc/rc.d</filename>
directory. These shell scripts should be set executable, and
end with a .sh.</para>
<para>To start up local services, place shell scripts in the
<filename>/usr/local/etc/rc.d</filename> directory. These
shell scripts should be set executable, and end with a
.sh.</para>
</answer>
</qandaentry>