Surround named_enable="YES" with single quotes so double quotes are not

lost when appending to rc.conf using echo.

Submitted by:		Dieter <deiter at schoen or at>
Approved by:		jkois (mentor)
This commit is contained in:
Glen Barber 2010-10-18 12:43:51 +00:00
parent e85146c42a
commit 5f61c26934
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36507

View file

@ -5981,7 +5981,7 @@ perm /dev/acd0 0660</programlisting>
<para>For example, if you wish to start &man.named.8;, 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>
<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 class="directory">/usr/local/etc/rc.d</filename> directory. These