Author: ken
Date: Wed Aug  1 15:18:04 2018
New Revision: 20265

Log:
Another fix for iptables-1.8.0.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/iptables.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug  1 07:05:08 
2018        (r20264)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug  1 15:18:04 
2018        (r20265)
@@ -45,6 +45,10 @@
       <para>August 1st, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Fixes for iptables-1.8.0. Thanks to Ryan Marsaw
+          for the report.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to curl-7.61.0. Security fix for SMTP users.
           Fixes <ulink url="&blfs-ticket-root;10940">#10940</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/postlfs/security/iptables.xml
==============================================================================
--- trunk/BOOK/postlfs/security/iptables.xml    Wed Aug  1 07:05:08 2018        
(r20264)
+++ trunk/BOOK/postlfs/security/iptables.xml    Wed Aug  1 15:18:04 2018        
(r20265)
@@ -157,7 +157,7 @@
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install &amp;&amp;
-ln -sfv ../../sbin/xtables-multi /usr/bin/iptables-xml &amp;&amp;
+ln -sfv ../../sbin/xtables-legacy-multi /usr/bin/iptables-xml &amp;&amp;
 
 for file in ip4tc ip6tc ipq iptc xtables
 do
@@ -193,7 +193,7 @@
     </para>
 
     <para>
-      <command>ln -sfv ../../sbin/xtables-multi 
/usr/bin/iptables-xml</command>:
+      <command>ln -sfv ../../sbin/xtables-legacy-multi 
/usr/bin/iptables-xml</command>:
       Ensure the symbolic link for <command>iptables-xml</command> is relative.
     </para>
 
-- 
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