Changeset 64d97b7c for postlfs


Ignore:
Timestamp:
04/01/2003 07:52:38 PM (21 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, 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:
d67b774
Parents:
0a9287a
Message:

update to sawfish-1.3, librep-0.16.2 and first round spell check

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

Location:
postlfs
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    r0a9287a r64d97b7c  
    2525
    2626<para>
    27 Now that we have a file mounted and useable, let's prepare it to be
     27Now that we have a file mounted and usable, let's prepare it to be
    2828filled with useful material.  Since this is only a rescue floppy we'll
    2929only need to set up the minimum directories.</para>
  • postlfs/config/config.xml

    r0a9287a r64d97b7c  
    1515subsystems but these are mostly simply pretty frontends to the process
    1616of editing the file.  The advantage of text-only configuration is that
    17 you can edit parameters using your favourite text editor, whether that
     17you can edit parameters using your favorite text editor, whether that
    1818be vim, emacs or anything else.</para>
    1919
  • postlfs/config/logon.xml

    r0a9287a r64d97b7c  
    11<sect1 id="postlfs-config-logon">
    22<?dbhtml filename="logon.html" dir="postlfs"?>
    3 <title>/etc/issue (Customising your logon)</title>
     3<title>/etc/issue (Customizing your logon)</title>
    44
    55<para>When you first boot up your new LFS system, the logon screen will
     
    2626alone.</para>
    2727
    28 <para>The following escapes are recognised by agetty (the program which
     28<para>The following escapes are recognized by agetty (the program which
    2929usually parses <filename>/etc/issue</filename>).  This information is from
    3030<userinput>man agetty</userinput> where you can find extra information
  • postlfs/config/profile.xml

    r0a9287a r64d97b7c  
    44
    55<para>The shell program <filename>/bin/bash</filename> (hereafter
    6 refered to as just "the shell") uses a collection of startup files to
     6referred to as just "the shell") uses a collection of startup files to
    77help create an environment to run in.  Each file has a specific use and
    88may affect login and interactive environments differently.</para>
     
    2424<filename>~/.bash_profile</filename>, and
    2525<filename>~/.bashrc</filename>.  The file
    26 <filename>~/.bash_logout</filename> is not used for an invokation of the
     26<filename>~/.bash_logout</filename> is not used for an invocation of the
    2727shell.  It is read by the shell when a user logouts of the system.  The
    2828files <filename>/etc/profile</filename> and
     
    134134# by James Robertson &lt;jameswrobertson@earthlink.net&gt;
    135135
    136 # Personal envrionment variables and startup programs.
     136# Personal environment variables and startup programs.
    137137
    138138# Personal aliases and functions should go in ~/.bashrc.  System wide
     
    162162
    163163# Personal environment variables and startup programs should go in
    164 # ~/.bash_profile.  System wide environment variables and starup
     164# ~/.bash_profile.  System wide environment variables and startup
    165165# programs are in /etc/profile.  System wide aliases and functions are
    166166# in /etc/bashrc.
  • postlfs/config/vimrc.xml

    r0a9287a r64d97b7c  
    4747
    4848<listitem><para><userinput>set bs=2 :</userinput>
    49 This influences the behaviour of the backspace option.  It is fairly
     49This influences the behavior of the backspace option.  It is fairly
    5050complex so see <userinput>:help 'bs'</userinput> for more
    5151details.</para></listitem>
     
    5656
    5757<listitem><para><userinput>set background=dark :</userinput>
    58 This tells vim to use colours which look good on a dark
     58This tells vim to use colors which look good on a dark
    5959background.</para></listitem>
    6060
  • postlfs/security/firewalling/busybox.xml

    r0a9287a r64d97b7c  
    1313setup more complex and your box less secure: You induce the risks of
    1414misconfigured services or running a service with an exploitable bug, both risks
    15 that a firewall principially should be immune of. See the introduction to
     15that a firewall principally should be immune of. See the introduction to
    1616<xref linkend="postlfs-security-fw-masqRouter"/> for some more details.</para>
    1717
  • postlfs/security/firewalling/intro.xml

    r0a9287a r64d97b7c  
    1313to aim no harm, you wouldn't need to do firewalling! 
    1414In the real world however, daemons may be misconfigured,
    15 exploits against essential services are freely availiable, you
     15exploits against essential services are freely available, you
    1616may wish to choose which services are accessible by certain machines,
    1717you may wish to limit which machines or applications are allowed
     
    4747<sect3><title><xref linkend="postlfs-security-fw-masqRouter"/></title>
    4848<para>This is a box placed between the internet and an intranet.
    49 To minimize the risk of compromizing the firewall itself it
     49To minimize the risk of compromising the firewall itself it
    5050should generally have only one role, that of protecting the intranet.
    5151Although not completely riskless, the tasks of doing the routing
     
    5353of the packets it routes from clients with private IP-addresses onto
    5454the internet so that they seem to come from the firewall
    55 itself</para></footnote> are commonly considerd harmless.</para></sect3>
     55itself</para></footnote> are commonly considered harmless.</para></sect3>
    5656
    5757<sect3><title><xref linkend="postlfs-security-fw-busybox"/></title>
  • postlfs/security/iptables/iptables-desc.xml

    r0a9287a r64d97b7c  
    1515
    1616<sect3><title>iptables-save, ~-restore</title>
    17 <para>to save and to restore your elabourated set of chains and rules.
     17<para>to save and to restore your elaborated set of chains and rules.
    1818Until iptables-1.2.5 they were declared experimental.</para>
    1919</sect3>
  • postlfs/security/iptables/iptables-intro.xml

    r0a9287a r64d97b7c  
    2424is checked (if it is available at <filename>/usr/src/linux</filename> to
    2525see which features are available.  Support will only be compiled into
    26 iptables for the features recognised at compile-time.  Applying a kernel
     26iptables for the features recognized at compile-time.  Applying a kernel
    2727patch may result in errors, often because the hooks for the patches
    2828have changed or because the runme script doesn't recognize that a patch
  • postlfs/security/shadow/shadow-inst.xml

    r0a9287a r64d97b7c  
    11<sect2>
    2 <title>Reinstallation of shadow to utilize PAM</title>
     2<title>Re-installation of shadow to utilize PAM</title>
    33
    44<para>Download the patch for shadow from <ulink url="&hfile-root;"/></para>
Note: See TracChangeset for help on using the changeset viewer.