Changeset cd607272
- Timestamp:
- 02/19/2004 09:20:56 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- abf062f9
- Parents:
- 8f15c283
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/proftpd/proftpd-exp.xml
r8f15c283 rcd607272 13 13 <filename class="directory">/usr/etc</filename>.</para> 14 14 15 <para><parameter>--localstatedir=/var </parameter>:16 This uses <filename class="directory">/var </filename> instead of17 <filename class="directory">/usr/var</filename> for lock and logfiles.</para>15 <para><parameter>--localstatedir=/var/run</parameter>: 16 This uses <filename class="directory">/var/run</filename> instead of 17 <filename class="directory">/usr/var</filename> for lock files.</para> 18 18 19 19 </sect2> -
introduction/welcome/changelog.xml
r8f15c283 rcd607272 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 19th, 2004 [larry]: Made changes to iptables as 15 recommended by Dagmar d'Surreal.</para></listitem> 13 16 14 17 <listitem><para>February 19th, 2004 [larry]: Proftpd - set local state -
postlfs/security/iptables/iptables-exp.xml
r8f15c283 rcd607272 2 2 <title>Command explanations</title> 3 3 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 6 class="directory">/lib</filename>, binaries into <filename 7 class="directory">/sbin</filename> and the remainder into the 6 8 <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 10 generally set during the boot process and <filename 11 class="directory">/usr</filename> may not be mounted at that time.</para> 8 12 9 13 </sect2> -
postlfs/security/iptables/iptables-inst.xml
r8f15c283 rcd607272 4 4 <para>Install <application>iptables</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>make PREFIX=/usr &&7 make PREFIX=/usr install</command></userinput></screen>6 <screen><userinput><command>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin && 7 make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install</command></userinput></screen> 8 8 9 9 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.