Changeset c04eeb6


Ignore:
Timestamp:
08/06/2002 02:57:30 PM (22 years ago)
Author:
Mark Hymers <markh@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f5048964
Parents:
ecd2b3d8
Message:

update iptables to 1.2.6a

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@65 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    recd2b3d8 rc04eeb6  
    1111<itemizedlist>
    1212
    13 <listitem><para>August 6th, 2002 [markh]: General : Add
     13<listitem><para>August 6th, 2002 [markh]: Post-LFS: Update iptables to
     141.2.6a.</para></listitem>
     15
     16<listitem><para>August 6th, 2002 [markh]: General: Add
    1417popt-1.6.4.</para></listitem>
    1518
  • postlfs/security/iptables/iptables-exp.xml

    recd2b3d8 rc04eeb6  
    22<title>Command explanations</title>
    33
    4 <para><screen><userinput>make BINDIR=/usr/sbin LIBDIR=/usr/lib MANDIR=/usr/share/man &amp;&amp;
    5 make BINDIR=/usr/sbin LIBDIR=/usr/lib MANDIR=/usr/share/man install:</userinput></screen></para>
    6 
    7 <para>Compiles and installs iptables into the <filename>/usr</filename>
    8 hierarchy instead of <filename>/usr/local</filename>.</para>
     4<para><userinput>PREFIX=/usr</userinput>: Compiles and installs
     5iptables into the <filename>/usr</filename> hierarchy instead
     6of <filename>/usr/local</filename>.</para>
    97
    108</sect2>
  • postlfs/security/iptables/iptables-inst.xml

    recd2b3d8 rc04eeb6  
    44<para>Install iptables by running the following commands:</para>
    55
    6 <para><screen><userinput>make BINDIR=/usr/sbin LIBDIR=/usr/lib MANDIR=/usr/share/man &amp;&amp;
    7 make BINDIR=/usr/sbin LIBDIR=/usr/lib MANDIR=/usr/share/man install</userinput></screen></para>
     6<para><screen><userinput>make PREFIX=/usr &amp;&amp;
     7make PREFIX=/usr install</userinput></screen></para>
    88
    99</sect2>
  • postlfs/security/iptables/iptables.ent

    recd2b3d8 rc04eeb6  
    44<!ENTITY iptables-exp SYSTEM "iptables-exp.xml">
    55<!ENTITY iptables-desc SYSTEM "iptables-desc.xml">
    6 <!ENTITY iptables-buildsize "approximately 3.0 MB">
    7 <!ENTITY iptables-version "1.2.5">
    8 <!ENTITY iptables-download-http "http://www.iptables.org/files/iptables-1.2.5.tar.bz2">
    9 <!ENTITY iptables-download-ftp "">
    10 <!ENTITY iptables-size "236 KB">
     6<!ENTITY iptables-buildsize "4.4 MB">
     7<!ENTITY iptables-version "1.2.6a">
     8<!ENTITY iptables-download-http "http://www.iptables.org/files/iptables-1.2.6a.tar.bz2">
     9<!ENTITY iptables-download-ftp "ftp://ftp.netfilter.org/pub/iptables/iptables-1.2.6a.tar.bz2">
     10<!ENTITY iptables-size "288 KB">
Note: See TracChangeset for help on using the changeset viewer.