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:
parent
e85146c42a
commit
5f61c26934
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36507
1 changed files with 1 additions and 1 deletions
|
@ -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" >> /etc/rc.conf</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>echo 'named_enable="YES"' >> /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
|
||||
|
|
Loading…
Reference in a new issue