Author: renodr
Date: Tue Oct 15 20:47:55 2019
New Revision: 22257

Log:
Remove an obsolete sed from bind

Modified:
   trunk/BOOK/server/major/bind.xml

Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml    Tue Oct 15 20:28:25 2019        (r22256)
+++ trunk/BOOK/server/major/bind.xml    Tue Oct 15 20:47:55 2019        (r22257)
@@ -293,8 +293,7 @@
       <command>rndc</command> utility. Generate a key for use in the 
<filename>named.conf</filename> and <filename>rdnc.conf</filename> with the
       <command>rndc-confgen</command> command:</para>
 
-   <screen role="root"><userinput>rndc-confgen -a -b 512 -t /srv/named 
&amp;&amp;
-sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > 
/srv/named/etc/named.conf</userinput></screen>
+   <screen role="root"><userinput>rndc-confgen -a -b 512 -t 
/srv/named</userinput></screen>
 
       <para>Complete the <filename>named.conf</filename> file from which
       <command>named</command> will read the location of zone files, root
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to