Author: krejzi Date: 2012-08-13 09:17:23 -0600 (Mon, 13 Aug 2012) New Revision: 10506
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/iso-codes.xml trunk/BOOK/general/genlib/nspr.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/multimedia/audioutils/mpg123.xml trunk/BOOK/postlfs/filesystems/lvm2.xml trunk/BOOK/postlfs/security/gnutls.xml trunk/BOOK/postlfs/security/iptables.xml Log: GnuTLS 3.0.22, ISO Codes 3.38, Iptables 1.4.15, LVM2 2.02.97, Mpg123 1.14.4 and NSPR 4.9.2. Modified: trunk/BOOK/general/genlib/iso-codes.xml =================================================================== --- trunk/BOOK/general/genlib/iso-codes.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/general/genlib/iso-codes.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.bz2"> + <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz"> <!ENTITY iso-codes-download-ftp " "> - <!ENTITY iso-codes-md5sum "503f79b04d6372f260b7e61ff4b27a70"> - <!ENTITY iso-codes-size "9.8 MB"> + <!ENTITY iso-codes-md5sum "df8dacc718116dae3db453a4d85c018a"> + <!ENTITY iso-codes-size "3.5 MB"> <!ENTITY iso-codes-buildsize "110 MB"> - <!ENTITY iso-codes-time "0.1 SBU"> + <!ENTITY iso-codes-time "0.2 SBU"> ]> <sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;"> @@ -70,14 +70,7 @@ </para> </listitem> </itemizedlist> -<!-- - <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead> - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"> - <xref linkend="python2"/> - </para> ---> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/iso-codes"/> </para> Modified: trunk/BOOK/general/genlib/nspr.xml =================================================================== --- trunk/BOOK/general/genlib/nspr.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/general/genlib/nspr.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -5,10 +5,10 @@ %general-entities; <!ENTITY nspr-download-http - "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> + "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> <!ENTITY nspr-download-ftp - "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> - <!ENTITY nspr-md5sum "d36d7b65a38f5b43ebd50ad3ad227120"> + "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> + <!ENTITY nspr-md5sum "1a8cad110e0ae94f538610a00f595b33"> <!ENTITY nspr-size "1.2 MB"> <!ENTITY nspr-buildsize "12 MB"> <!ENTITY nspr-time "less than 0.1 SBU"> @@ -86,9 +86,11 @@ <screen><userinput>cd mozilla/nsprpub && sed -ri 's#^(RELEASE_BINS =).*#\1#' pr/src/misc/Makefile.in && -sed -i 's#$(LIBRARY) ##' config/rules.mk && -./configure --prefix=/usr --with-mozilla --with-pthreads \ - $([ $(uname -m) = x86_64 ] && echo --enable-64bit) && +sed -i 's#$(LIBRARY) ##' config/rules.mk && +./configure --prefix=/usr \ + --with-mozilla \ + --with-pthreads \ + $([ $(uname -m) = x86_64 ] && echo --enable-64bit) && make</userinput></screen> <para> @@ -106,19 +108,19 @@ <title>Command Explanations</title> <para> - <parameter>--with-mozilla</parameter>: This parameter adds Mozilla support - to the libraries (required if you want to build any other Mozilla products - and link them to these libraries). + <option>--with-mozilla</option>: This parameter adds Mozilla support + to the libraries (required if you want to build any other Mozilla + products and link them to these libraries). </para> <para> - <parameter>--with-pthreads</parameter>: This parameter forces use of the - system pthreads library. + <option>--with-pthreads</option>: This parameter forces use of the + system pthread library. </para> <para> - <parameter>$([ $(uname -m) = x86_64 ] && echo - --enable-64bit)</parameter>: The --enable-64bit option is + <option>$([ $(uname -m) = x86_64 ] && echo + --enable-64bit)</option>: The --enable-64bit option is <emphasis>required</emphasis> on an x86_64 system to prevent <command>configure</command> failing with a claim that this is a system without pthread support. The [ $(uname -m) = x86_64 ] test ensures it has @@ -127,14 +129,15 @@ <para> <command>sed -ri 's#^(RELEASE_BINS =).*#\1#' - pr/src/misc/Makefile.in</command>: This disables installing two unneeded + pr/src/misc/Makefile.in</command>: This sed disables installing two unneeded scripts. </para> <para> - <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This disables + <command>sed -i 's#$(LIBRARY) ##' config/rules.mk</command>: This sed disables installing the static libraries. </para> + </sect2> <sect2 role="content"> @@ -146,9 +149,15 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>nspr-config</seg> - <seg>libnspr4.so, libplc4.so, and libplds4.so</seg> - <seg>/usr/include/nspr</seg> + <seg> + nspr-config + </seg> + <seg> + libnspr4.so, libplc4.so and libplds4.so + </seg> + <seg> + /usr/include/nspr + </seg> </seglistitem> </segmentedlist> @@ -209,6 +218,9 @@ </indexterm> </listitem> </varlistentry> + </variablelist> + </sect2> + </sect1> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/general.ent 2012-08-13 15:17:23 UTC (rev 10506) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "12"> <!-- Always 2 digits --> +<!ENTITY day "13"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "August 12th, &year;"> +<!ENTITY releasedate "August 13th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -157,9 +157,9 @@ <!ENTITY cyrus-sasl-version "2.1.25"> <!ENTITY gnupg-version "1.4.12"> <!ENTITY gnupg2-version "2.0.18"> -<!ENTITY gnutls-version "3.0.21"> +<!ENTITY gnutls-version "3.0.22"> <!ENTITY gpgme-version "1.3.2"> -<!ENTITY iptables-version "1.4.14"> +<!ENTITY iptables-version "1.4.15"> <!ENTITY libcap2-version "2.22"> <!ENTITY liboauth-version "0.9.7"> <!ENTITY linux-pam-version "1.1.5"> @@ -186,7 +186,7 @@ <!ENTITY curlftpfs-version "0.9.1"> <!ENTITY fuse-version "2.9.1"> <!ENTITY jfsutils-version "1.1.15"> -<!ENTITY lvm2-version "2.02.96"> +<!ENTITY lvm2-version "2.02.97"> <!ENTITY mdadm-version "3.2.5"> <!ENTITY ntfs-3g-version "2012.1.15"> <!ENTITY reiser-version "3.6.21"> @@ -244,7 +244,7 @@ <!ENTITY icu-version "&icu-major;.&icu-minor;.&icu-patch;"> <!ENTITY icu-dl-version "&icu-major;_&icu-minor;_&icu-patch;"> -<!ENTITY iso-codes-version "3.37"> +<!ENTITY iso-codes-version "3.38"> <!ENTITY json-c-version "0.9"> <!ENTITY json-glib-version "0.14.2"> <!ENTITY keyutils-version "1.5.5"> @@ -274,7 +274,7 @@ <!ENTITY libxml2-version "2.8.0"> <!ENTITY libxslt-version "1.1.26"> <!ENTITY LZO-version "2.06"> -<!ENTITY nspr-version "4.9.1"> +<!ENTITY nspr-version "4.9.2"> <!ENTITY openobex-version "1.6"> <!ENTITY pcre-version "8.31"> <!ENTITY popt-version "1.16"> @@ -1071,7 +1071,7 @@ --> <!-- Chapter 39 --> -<!ENTITY mpg123-version "1.14.3"> +<!ENTITY mpg123-version "1.14.4"> <!ENTITY vorbistools-version "1.4.0"> <!ENTITY lame-version "3.99.5"> <!ENTITY CDParanoia-version "III-10.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -43,7 +43,32 @@ </listitem> --> + <listitem> + <para>August 13th, 2012</para> + <itemizedlist> + <listitem> + <para>[krejzi] - GnuTLS 3.0.22.</para> + </listitem> + <listitem> + <para>[krejzi] - ISO Codes 3.38.</para> + </listitem> + <listitem> + <para>[krejzi] - Iptables 1.4.15.</para> + </listitem> + <listitem> + <para>[krejzi] - LVM2 2.02.97.</para> + </listitem> + <listitem> + <para>[krejzi] - Mpg123 1.14.4.</para> + </listitem> + <listitem> + <para>[krejzi] - NSPR 4.9.2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 12th, 2012</para> <itemizedlist> <listitem> Modified: trunk/BOOK/multimedia/audioutils/mpg123.xml =================================================================== --- trunk/BOOK/multimedia/audioutils/mpg123.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/multimedia/audioutils/mpg123.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -6,7 +6,7 @@ <!ENTITY mpg123-download-http "&sourceforge-repo;/mpg123/mpg123-&mpg123-version;.tar.bz2"> <!ENTITY mpg123-download-ftp " "> - <!ENTITY mpg123-md5sum "443473ffae67b57bbf95c8ed63f0c7c9"> + <!ENTITY mpg123-md5sum "a72d0c60a1d7dbec7cfe966bc11672bf"> <!ENTITY mpg123-size "780 KB"> <!ENTITY mpg123-buildsize "13 MB"> <!ENTITY mpg123-time "0.2 SBU"> @@ -118,7 +118,7 @@ <segmentedlist> <segtitle>Installed Program</segtitle> - <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Library</segtitle> <segtitle>Installed Directory</segtitle> <seglistitem> @@ -126,8 +126,7 @@ mpg123 </seg> <seg> - libmpg123.so and - several output plugins in /usr/lib/mpg123 + libmpg123.so </seg> <seg> /usr/lib/mpg123 Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml =================================================================== --- trunk/BOOK/postlfs/filesystems/lvm2.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/postlfs/filesystems/lvm2.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -6,10 +6,10 @@ <!ENTITY lvm2-download-http " "> <!ENTITY lvm2-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz"> - <!ENTITY lvm2-md5sum "4637503d792e9ee35a9b71387bcd8a93"> + <!ENTITY lvm2-md5sum "d18bd01334309db1c422b9bf6b181057"> <!ENTITY lvm2-size "1.2 MB"> <!ENTITY lvm2-buildsize "20 MB"> - <!ENTITY lvm2-time "0.4 SBU"> + <!ENTITY lvm2-time "0.6 SBU"> ]> <sect1 id="lvm2" xreflabel="LVM2-&lvm2-version;"> @@ -106,12 +106,12 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr \ - --exec-prefix= \ +<screen><userinput>./configure --prefix=/usr \ + --exec-prefix= \ --with-confdir=/etc \ - --enable-applib \ - --enable-cmdlib \ - --enable-pkgconfig \ + --enable-applib \ + --enable-cmdlib \ + --enable-pkgconfig \ --enable-udev_sync && make</userinput></screen> Modified: trunk/BOOK/postlfs/security/gnutls.xml =================================================================== --- trunk/BOOK/postlfs/security/gnutls.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/postlfs/security/gnutls.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -6,7 +6,7 @@ <!ENTITY gnutls-download-http "http://ftp.gnu.org/gnu/gnutls/gnutls-&gnutls-version;.tar.xz"> <!ENTITY gnutls-download-ftp "ftp://ftp.gnu.org/gnu/gnutls/gnutls-&gnutls-version;.tar.xz"> - <!ENTITY gnutls-md5sum "7480dff7115e5af85215893c06b3ac5c"> + <!ENTITY gnutls-md5sum "7b3db90934c2d410c573e37efce3d579"> <!ENTITY gnutls-size "4.5 MB"> <!ENTITY gnutls-buildsize "95 MB"> <!ENTITY gnutls-time "1.2 SBU (additional 2.5 SBU if running the testsuite)"> Modified: trunk/BOOK/postlfs/security/iptables.xml =================================================================== --- trunk/BOOK/postlfs/security/iptables.xml 2012-08-12 20:20:31 UTC (rev 10505) +++ trunk/BOOK/postlfs/security/iptables.xml 2012-08-13 15:17:23 UTC (rev 10506) @@ -6,13 +6,13 @@ <!ENTITY iptables-download-http "http://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2"> <!ENTITY iptables-download-ftp "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2"> - <!ENTITY iptables-md5sum "5ab24ad683f76689cfe7e0c73f44855d"> - <!ENTITY iptables-size "500 KB"> - <!ENTITY iptables-buildsize "17 MB"> + <!ENTITY iptables-md5sum "8bf564ea8348522fc1db727868828def"> + <!ENTITY iptables-size "504 KB"> + <!ENTITY iptables-buildsize "15 MB"> <!ENTITY iptables-time "0.2 SBU"> ]> -<sect1 id="iptables" xreflabel="iptables-&iptables-version;"> +<sect1 id="iptables" xreflabel="Iptables-&iptables-version;"> <?dbhtml filename="iptables.html"?> <sect1info> @@ -29,48 +29,64 @@ <sect2 role="package"> <title>Introduction to Iptables</title> - <para>The next part of this chapter deals with firewalls. The principal - firewall tool for Linux is <application>iptables</application>. You will - need to install <application>iptables</application> if you intend on using - any form of a firewall.</para> + <para> + The next part of this chapter deals with firewalls. The principal + firewall tool for Linux is <application>Iptables</application>. You will + need to install <application>Iptables</application> if you intend on using + any form of a firewall. + </para> - &lfs71_checked; + &lfs71_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> - <para>Download (HTTP): <ulink url="&iptables-download-http;"/></para> + <para> + Download (HTTP): <ulink url="&iptables-download-http;"/> + </para> </listitem> <listitem> - <para>Download (FTP): <ulink url="&iptables-download-ftp;"/></para> + <para> + Download (FTP): <ulink url="&iptables-download-ftp;"/> + </para> </listitem> <listitem> - <para>Download MD5 sum: &iptables-md5sum;</para> + <para> + Download MD5 sum: &iptables-md5sum; + </para> </listitem> <listitem> - <para>Download size: &iptables-size;</para> + <para> + Download size: &iptables-size; + </para> </listitem> <listitem> - <para>Estimated disk space required: &iptables-buildsize;</para> + <para> + Estimated disk space required: &iptables-buildsize; + </para> </listitem> <listitem> - <para>Estimated build time: &iptables-time;</para> + <para> + Estimated build time: &iptables-time; + </para> </listitem> </itemizedlist> <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/iptables"/></para> - + <ulink url="&blfs-wiki;/iptables"/> + </para> </sect2> - <sect2 role="kernel" id='iptables-kernel'> + <sect2 role="kernel" id="iptables-kernel"> <title>Kernel Configuration</title> - <para>A firewall in Linux is accomplished through a portion of the - kernel called netfilter. The interface to netfilter is - <application>iptables</application>. To use it, the appropriate - kernel configuration parameters are found in Networking Support ⇒ - Networking Options ⇒ Network Packet Filtering Framework.</para> + <para> + A firewall in Linux is accomplished through a portion of the + kernel called netfilter. The interface to netfilter is + <application>Iptables</application>. To use it, the appropriate + kernel configuration parameters are found in Networking Support ⇒ + Networking Options ⇒ Network Packet Filtering Framework. + </para> <indexterm zone="iptables iptables-kernel"> <primary sortas="d-iptables">Iptables</primary> @@ -82,31 +98,39 @@ <title>Installation of Iptables</title> <note> - <para>The installation below does not include building some specialized - extension libraries which require the raw headers in the - <application>Linux</application> source code. If you wish to build the - additional extensions (if you aren't sure, then you probably don't), you - can look at the <filename>INSTALL</filename> file to see an example of - how to change the <parameter>KERNEL_DIR=</parameter> parameter to point - at the <application>Linux</application> source code. Note that if you - upgrade the kernel version, you may also need to recompile - <application>iptables</application> and that the BLFS team has not tested - using the raw kernel headers.</para> + <para> + The installation below does not include building some specialized + extension libraries which require the raw headers in the + <application>Linux</application> source code. If you wish to build the + additional extensions (if you aren't sure, then you probably don't), you + can look at the <filename>INSTALL</filename> file to see an example of + how to change the <parameter>KERNEL_DIR=</parameter> parameter to point + at the <application>Linux</application> source code. Note that if you + upgrade the kernel version, you may also need to recompile + <application>Iptables</application> and that the BLFS team has not tested + using the raw kernel headers. + </para> - <para>For some non-x86 architectures, the raw kernel headers may be - required. In that case, modify the <parameter>KERNEL_DIR=</parameter> - parameter to point at the <application>Linux</application> source - code.</para> + <para> + For some non-x86 architectures, the raw kernel headers may be + required. In that case, modify the <parameter>KERNEL_DIR=</parameter> + parameter to point at the <application>Linux</application> source + code. + </para> </note> - <para>Install <application>iptables</application> by running the following - commands:</para> + <para> + Install <application>Iptables</application> by running the following + commands: + </para> -<screen><userinput>./configure --prefix=/usr \ - --exec-prefix= \ - --bindir=/sbin \ - --with-xtlibdir=/lib/xtables \ - --with-pkgconfigdir=/usr/lib/pkgconfig && +<screen><userinput>./configure --prefix=/usr \ + --exec-prefix= \ + --bindir=/sbin \ + --with-xtlibdir=/lib/xtables \ + --with-pkgconfigdir=/usr/lib/pkgconfig \ + --enable-libipq \ + --enable-devel && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -121,37 +145,63 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><parameter>--exec-prefix=</parameter>: Ensure all binaries and - libraries end up in <filename class="directory">/</filename> directory - tree.</para> + <para> + <parameter>--exec-prefix=</parameter>: Ensure all binaries and + libraries end up in <filename class="directory">/</filename> + directory tree. + </para> - <para><parameter>--bindir=/sbin</parameter>: Ensure all the executables go - in <filename class="directory">/sbin</filename>.</para> + <para> + <parameter>--bindir=/sbin</parameter>: Ensure all the executables go + in <filename class="directory">/sbin</filename>. + </para> - <para><parameter>--with-xtlibdir=/lib/xtables</parameter>: Ensure all - iptables modules are installed in the - <filename class="directory">/lib/xtables</filename> directory.</para> + <para> + <parameter>--with-xtlibdir=/lib/xtables</parameter>: Ensure all + Iptables modules are installed in the + <filename class="directory">/lib/xtables</filename> directory. + </para> - <para><parameter>--with-pkgconfigdir=/usr/lib/pkgconfig</parameter>: - Ensure all the pkgconfig files are in the standard location.</para> + <para> + <parameter>--with-pkgconfigdir=/usr/lib/pkgconfig</parameter>: + Ensure all the pkgconfig files are in the standard location. + </para> - <para><command>ln -sfv xtables-multi /sbin/iptables-xml</command>: Ensure - the symbolic link for <command>iptables-xml</command> is relative.</para> + <para> + <option>--enable-libipq</option>: This switch enables building + of <filename class="libraryfile">libipq.so</filename> which + can be used by some packages outside of BLFS. + </para> + <para> + <option>--enable-devel</option>: This switch enables installation + of <application>Iptables</application> development headers that + can be used by some packages outside of BLFS. + </para> + + <para> + <command>ln -sfv xtables-multi /sbin/iptables-xml</command>: Ensure + the symbolic link for <command>iptables-xml</command> is relative. + </para> + </sect2> <sect2 role="configuration"> <title>Configuring Iptables</title> - <para>Introductory instructions for configuring your firewall are - presented in the next section: <xref linkend="fw-firewall"/></para> + <para> + Introductory instructions for configuring your firewall are + presented in the next section: <xref linkend="fw-firewall"/> + </para> <sect3 id="iptables-init"> <title>Boot Script</title> - <para>To set up the iptables firewall at boot, install the - <filename>/etc/rc.d/init.d/iptables</filename> init script included - in the <xref linkend="bootscripts"/> package.</para> + <para> + To set up the iptables firewall at boot, install the + <filename>/etc/rc.d/init.d/iptables</filename> init script included + in the <xref linkend="bootscripts"/> package. + </para> <indexterm zone="iptables iptables-init"> <primary sortas="f-iptables">iptables</primary> @@ -172,12 +222,16 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>iptables, iptables-restore, iptables-save, iptables-xml, - ip6tables, ip6tables-restore, ip6tables-save, - and xtables-multi</seg> - <seg>libip4tc.so, libip6tc.so, libiptc.so, libxtables.so, - and numerous modules in /lib/xtables</seg> - <seg>/lib/xtables, /usr/include/libiptc and /usr/share/xtables</seg> + <seg> + ip6tables, ip6tables-restore, ip6tables-save, iptables, iptables-restore, + iptables-save, iptables-xml and xtables-multi + </seg> + <seg> + libip4tc.so, libip6tc.so, libipq.so, libiptc.so and libxtables.so + </seg> + <seg> + /lib/xtables and /usr/include/libiptc + </seg> </seglistitem> </segmentedlist> @@ -189,9 +243,10 @@ <varlistentry id="iptables-prog"> <term><command>iptables</command></term> <listitem> - <para>is used to set up, maintain, and inspect the tables of - IP packet filter rules in the Linux kernel. It is a - symbolic link to xtables-multi.</para> + <para> + is used to set up, maintain, and inspect the tables of + IP packet filter rules in the Linux kernel. + </para> <indexterm zone="iptables iptables-prog"> <primary sortas="b-iptables">iptables</primary> </indexterm> @@ -201,10 +256,11 @@ <varlistentry id="iptables-restore"> <term><command>iptables-restore</command></term> <listitem> - <para>is used to restore IP Tables from data - specified on STDIN. Use I/O redirection provided by your - shell to read from a file. It is a symbolic link to - xtables-multi.</para> + <para> + is used to restore IP Tables from data specified on + STDIN. Use I/O redirection provided by your + shell to read from a file. + </para> <indexterm zone="iptables iptables-restore"> <primary sortas="b-iptables-restore">iptables-restore</primary> </indexterm> @@ -214,10 +270,11 @@ <varlistentry id="iptables-save"> <term><command>iptables-save</command></term> <listitem> - <para>is used to dump the contents of an IP Table - in easily parseable format to STDOUT. Use I/O-redirection - provided by your shell to write to a file. It is a symbolic link to - xtables-multi.</para> + <para> + is used to dump the contents of an IP Table in easily + parseable format to STDOUT. Use I/O-redirection + provided by your shell to write to a file. + </para> <indexterm zone="iptables iptables-save"> <primary sortas="b-iptables-save">iptables-save</primary> </indexterm> @@ -227,11 +284,12 @@ <varlistentry id="iptables-xml"> <term><command>iptables-xml</command></term> <listitem> - <para>is used to convert the output of - <command>iptables-save</command> to an XML format. Using the - <filename>iptables.xslt</filename> stylesheet converts the XML - back to the format of <command>iptables-restore</command>. - It is a symbolic link to xtables-multi.</para> + <para> + is used to convert the output of + <command>iptables-save</command> to an XML format. Using the + <filename>iptables.xslt</filename> stylesheet converts the XML + back to the format of <command>iptables-restore</command>. + </para> <indexterm zone="iptables iptables-xml"> <primary sortas="b-iptables-xml">iptables-xml</primary> </indexterm> @@ -241,9 +299,10 @@ <varlistentry id="ip6tables"> <term><command>ip6tables*</command></term> <listitem> - <para>are a set of commands for IPV6 that parallel the iptables - commands above. All of these commands are symbolic - links to xtables-multi.</para> + <para> + are a set of commands for IPV6 that parallel the iptables + commands above. + </para> <indexterm zone="iptables ip6tables"> <primary sortas="b-ip6tables">ip6tables</primary> </indexterm> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
