Changeset d612b9f


Ignore:
Timestamp:
05/30/2005 04:03:52 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7fe845a4
Parents:
d7ecaa6
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
postlfs
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/autofs.xml

    rd7ecaa6 rd612b9f  
    112112    NFS file system support                     Y or M
    113113    SMB file system support                     Y or M</literal></screen>
    114    
     114
    115115    <para>Recompile and install the new kernel, if necessary.</para>
    116116
     
    118118
    119119  <sect2 role="installation">
    120    
     120
    121121    <title>Installation of Autofs</title>
    122122
     
    200200        LFS and will therefore hide any mounts made by the
    201201        <filename>fstab</filename> file into that directory.</para>
    202       </note> 
     202      </note>
    203203
    204204      <para>While this package could be used to mount NFS shares and SMB
  • postlfs/config/etcshells.xml

    rd7ecaa6 rd612b9f  
    2525  present, consisting of the shell's path, relative to root.</para>
    2626
    27   <para>For example, this file is consulted by <command>chsh</command> 
     27  <para>For example, this file is consulted by <command>chsh</command>
    2828  to determine whether a normal user may change the login shell for her
    2929  own account. If the command name is not listed, the user will be denied of
  • postlfs/config/inputrc.xml

    rd7ecaa6 rd612b9f  
    3838  <filename>~/.inputrc</filename> file will override the global settings
    3939  file.  A later page sets up <application>Bash</application> to use
    40   <filename>/etc/inputrc</filename> if there is no <filename>.inputrc</filename> 
     40  <filename>/etc/inputrc</filename> if there is no <filename>.inputrc</filename>
    4141  for a user when   <filename>/etc/profile</filename> is read (usually at login). 
    4242  If you   want your system to use both, or don't want <emphasis>global</emphasis>
     
    5656  of any user already existing in the system, including <systemitem
    5757  class="username">root</systemitem>, that needs
    58   a private version of the file.  Be sure to use the <option>-p</option> 
     58  a private version of the file.  Be sure to use the <option>-p</option>
    5959  parameter of <command>cp</command> to maintain permissions and be sure to
    6060  change owner and group appropriately.</para>
  • postlfs/config/netfs.xml

    rd7ecaa6 rd612b9f  
    2424  these are not mounted by the <filename>mountfs</filename> init script.
    2525  Network file systems must be mounted after the networking is activated and
    26   unmounted before the network goes down.  The <filename>netfs</filename> 
     26  unmounted before the network goes down.  The <filename>netfs</filename>
    2727  bootscript was written to handle both boot-time mounting of network
    2828  filesystems, if the entry in <filename>/etc/fstab</filename> contains the
  • postlfs/config/skel.xml

    rd7ecaa6 rd612b9f  
    3333  <para>The <filename class="directory">/etc/skel</filename> directory holds
    3434  copies of various initialization and other files that may be copied to the
    35   new user's home directory when the <command>/usr/sbin/useradd</command> 
     35  new user's home directory when the <command>/usr/sbin/useradd</command>
    3636  program adds the new user.</para>
    3737
  • postlfs/config/vimrc.xml

    rd7ecaa6 rd612b9f  
    7979      of the backspace option.  It is fairly complex so see <command>:help 'bs'
    8080      </command> for more details.</para>
    81     </listitem> 
     81    </listitem>
    8282    -->
    8383    <listitem>
     
    9090      <command>vim</command> to use colors which look good on a dark
    9191      background.</para>
    92     </listitem> 
     92    </listitem>
    9393    -->
    9494    <listitem>
     
    103103    -->
    104104    <listitem>
    105       <para><option>set ruler</option>: This makes <command>vim</command> 
     105      <para><option>set ruler</option>: This makes <command>vim</command>
    106106      show the current row and column at the bottom right of the screen.</para>
    107107    </listitem>
    108108  </itemizedlist>
    109109
    110   <para>More information on the <emphasis>many</emphasis> 
     110  <para>More information on the <emphasis>many</emphasis>
    111111  <command>vim</command> options can be found by reading the help
    112112  inside <command>vim</command> itself.  Do this by typing
  • postlfs/editors/editors.xml

    rd7ecaa6 rd612b9f  
    1616  have been installed.</para>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/> 
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="emacs.xml"/> 
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nano.xml"/> 
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="emacs.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nano.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="joe.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ed.xml"/> 
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="others.xml"/> 
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ed.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="others.xml"/>
    2424
    2525</chapter>
  • postlfs/editors/vim.xml

    rd7ecaa6 rd612b9f  
    8787    <xref linkend="python"/>,
    8888    <xref linkend="tcl"/>,
    89     <xref linkend="ruby"/> 
     89    <xref linkend="ruby"/>
    9090    and <xref linkend="gpm"/></para>
    9191
     
    9797    <note>
    9898      <para>If you recompile <application>Vim</application> to link against
    99       <application>X</application>, and your <application>X</application> 
     99      <application>X</application>, and your <application>X</application>
    100100      libs are not on the root partition, you will no longer have an editor
    101101      for use in emergencies. You may choose to install an additional editor,
    102102      not link <application>Vim</application> against
    103       <application>X</application>, or move the current <command>vim</command> 
     103      <application>X</application>, or move the current <command>vim</command>
    104104      executable to the <filename class="directory">/bin</filename> directory
    105105      under a different name such as <filename>vi</filename>.</para>
     
    109109
    110110<screen><userinput>tar -zxf ../vim-&vim-version;-lang.tar.gz --strip-components=1</userinput></screen>
    111    
     111
    112112    <para>Install <application>Vim</application> by running the following
    113113    commands:</para>
     
    174174        <term><command>gvim</command></term>
    175175        <listitem>
    176           <para>is the editor that runs under <application>X</application> 
     176          <para>is the editor that runs under <application>X</application>
    177177          and includes a GUI</para>
    178178          <indexterm zone="vim gvim">
  • postlfs/filesystems/filesystems.xml

    rd7ecaa6 rd612b9f  
    1717  file systems.</para>
    1818
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ext3.xml"/>   
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reiser.xml"/>   
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfs.xml"/> 
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ext3.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="reiser.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfs.xml"/>
    2222
    2323</chapter>
  • postlfs/filesystems/reiser.xml

    rd7ecaa6 rd612b9f  
    146146        <term><command>reiserfstune</command></term>
    147147        <listitem>
    148           <para>is used for tuning the <application>ReiserFS</application> 
     148          <para>is used for tuning the <application>ReiserFS</application>
    149149          journal. <emphasis>WARNING</emphasis>: Don't use this utility without
    150150          first reading the man page thoroughly.</para>
  • postlfs/filesystems/xfs.xml

    rd7ecaa6 rd612b9f  
    6262    <note>
    6363      <para>If you did not install the
    64       <ulink url="&lfs-root;/chapter06/e2fsprogs.html">E2fsprogs</ulink> 
     64      <ulink url="&lfs-root;/chapter06/e2fsprogs.html">E2fsprogs</ulink>
    6565      package in LFS, you must install it, or
    6666      <ulink url="http://pecl.php.net/get/uuid-1.0.tgz">UUID</ulink> before
  • postlfs/security/cracklib.xml

    rd7ecaa6 rd612b9f  
    107107echo $(hostname) >> /usr/share/dict/extra.words</userinput></screen>
    108108
    109     <para>The wordlist is linked to <filename>/usr/share/dict/words</filename> 
     109    <para>The wordlist is linked to <filename>/usr/share/dict/words</filename>
    110110    as historically, <filename>words</filename> is the primary wordlist in the
    111111    <filename class="directory">/usr/share/dict</filename> directory.
     
    120120<screen><userinput>patch -Np1 -i ../cracklib,&cracklib-version;-blfs-1.patch</userinput></screen>
    121121
    122     <para>If necessary, apply the <application>Heimdal</application> 
     122    <para>If necessary, apply the <application>Heimdal</application>
    123123    patch:</para>
    124124
     
    140140    <para><command>rm -v /lib/libcrack.so; ln -v -sf ...
    141141    /usr/lib/libcrack.so</command>: These two commands move the
    142     <filename class='symlink'>libcrack.so</filename> 
     142    <filename class='symlink'>libcrack.so</filename>
    143143    symlink from <filename class='directory'>/lib</filename> to
    144144    <filename class='directory'>/usr/lib</filename>.</para>
  • postlfs/security/cyrus-sasl.xml

    rd7ecaa6 rd612b9f  
    150150
    151151      <para>See <ulink
    152       url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/sysadmin.html"/> 
     152      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/sysadmin.html"/>
    153153      for information on what to include in the application configuration files.
    154154      See <ulink
    155       url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/LDAP_SASLAUTHD"/> 
     155      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/LDAP_SASLAUTHD"/>
    156156      for configuring <command>saslauthd</command> with LDAP.</para>
    157157
     
    163163      <para>If you need to run the <command>saslauthd</command> daemon at system
    164164      startup, install the <filename>/etc/rc.d/init.d/cyrus-sasl</filename>
    165       init script included in the <xref linkend="intro-important-bootscripts"/> 
     165      init script included in the <xref linkend="intro-important-bootscripts"/>
    166166      package.</para>
    167167
  • postlfs/security/firewalling.xml

    rd7ecaa6 rd612b9f  
    2323
    2424    <para>The general purpose of a firewall is to protect a computer or
    25     a network against malicious access.</para> 
     25    a network against malicious access.</para>
    2626
    2727    <para>In a perfect world, every daemon or service on every machine
     
    8282    </sect3>
    8383
    84     <sect3> 
    85       <title><xref linkend="fw-busybox"/></title> 
     84    <sect3>
     85      <title><xref linkend="fw-busybox"/></title>
    8686
    8787      <para>This is often an old computer you may have retired and nearly
     
    225225iptables -P FORWARD DROP
    226226iptables -P OUTPUT  DROP
    227  
     227
    228228# These lines are here in case rules are already in place and the
    229229# script is ever rerun on the fly. We want to remove all rules and
     
    232232iptables -X
    233233iptables -Z
    234  
     234
    235235iptables -t nat -F
    236236
     
    256256      in into your computer that wasn't initiated from your box, but
    257257      as long as you are simply surfing the Internet you are unlikely
    258       to exceed its limits.</para> 
     258      to exceed its limits.</para>
    259259
    260260      <para>If you frequently encounter certain delays at accessing
     
    265265      If you want to allow access to services on your machine, such as
    266266      <command>ssh</command> or <command>ping</command>, take a look at
    267       <xref linkend="fw-busybox"/>.</para> 
     267      <xref linkend="fw-busybox"/>.</para>
    268268
    269269    </sect3>
     
    346346iptables -P FORWARD DROP
    347347iptables -P OUTPUT  DROP
    348  
     348
    349349# These lines are here in case rules are already in place and the
    350350# script is ever rerun on the fly. We want to remove all rules and
     
    353353iptables -X
    354354iptables -Z
    355  
     355
    356356iptables -t nat -F
    357357
     
    454454iptables -A INPUT  -p tcp --sport 80 -m state --state ESTABLISHED \
    455455  -j ACCEPT</literal></screen>
    456  
     456
    457457        </listitem>
    458458        <listitem>
Note: See TracChangeset for help on using the changeset viewer.