Changeset cd607272


Ignore:
Timestamp:
02/19/2004 09:20:56 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
abf062f9
Parents:
8f15c283
Message:

modified iptables install for bootscprit usage

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • content/web/proftpd/proftpd-exp.xml

    r8f15c283 rcd607272  
    1313<filename class="directory">/usr/etc</filename>.</para>
    1414
    15 <para><parameter>--localstatedir=/var</parameter>:
    16 This uses <filename class="directory">/var</filename> instead of
    17 <filename class="directory">/usr/var</filename> for lock and log files.</para>
     15<para><parameter>--localstatedir=/var/run</parameter>:
     16This uses <filename class="directory">/var/run</filename> instead of
     17<filename class="directory">/usr/var</filename> for lock files.</para>
    1818
    1919</sect2>
  • introduction/welcome/changelog.xml

    r8f15c283 rcd607272  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>February 19th, 2004 [larry]: Made changes to iptables as
     15recommended by Dagmar d'Surreal.</para></listitem>
    1316
    1417<listitem><para>February 19th, 2004 [larry]: Proftpd - set local state
  • postlfs/security/iptables/iptables-exp.xml

    r8f15c283 rcd607272  
    22<title>Command explanations</title>
    33
    4 <para><parameter>PREFIX=/usr</parameter>: Compiles and installs
    5 <application>iptables</application> into the
     4<para><parameter>PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</parameter>: Compiles and installs
     5<application>iptables</application> libraries into <filename
     6class="directory">/lib</filename>, binaries into <filename
     7class="directory">/sbin</filename> and the remainder into the
    68<filename class="directory">/usr</filename> hierarchy instead of
    7 <filename class="directory">/usr/local</filename>.</para>
     9<filename class="directory">/usr/local</filename>. Firewalls are
     10generally set during the boot process and <filename
     11class="directory">/usr</filename> may not be mounted at that time.</para>
    812
    913</sect2>
  • postlfs/security/iptables/iptables-inst.xml

    r8f15c283 rcd607272  
    44<para>Install <application>iptables</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>make PREFIX=/usr &amp;&amp;
    7 make PREFIX=/usr install</command></userinput></screen>
     6<screen><userinput><command>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin &amp;&amp;
     7make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install</command></userinput></screen>
    88
    99</sect2>
Note: See TracChangeset for help on using the changeset viewer.