Ignore:
Timestamp:
05/30/2005 09:56:30 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:
3aa07d1
Parents:
f009801
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/logon.xml

    rf009801 re0d33ef  
    2020  </indexterm>
    2121
    22   <para>When you first boot up your new LFS system, the logon screen will 
    23   be nice and plain (as it should be in a bare-bones system).  Many people 
    24   however, will want their system to display some information in the logon 
    25   message.  This can be accomplished using the 
     22  <para>When you first boot up your new LFS system, the logon screen will
     23  be nice and plain (as it should be in a bare-bones system).  Many people
     24  however, will want their system to display some information in the logon
     25  message.  This can be accomplished using the
    2626  file <filename>/etc/issue</filename>.</para>
    2727
     
    3030  insert information about the system.  There is also the file
    3131  <filename>issue.net</filename> which can be used when logging on remotely.
    32   <command>ssh</command> however, will only use it if you set the option in the 
    33   configuration file and will also <emphasis>not</emphasis> interpret the 
     32  <command>ssh</command> however, will only use it if you set the option in the
     33  configuration file and will also <emphasis>not</emphasis> interpret the
    3434  escape sequences shown below.</para>
    3535
    3636  <para>One of the most common things which people want to do is to clear
    37   the screen at each logon.  The easiest way of doing that is to put a "clear" 
    38   escape-sequence into <filename>/etc/issue</filename>.  A simple way of 
     37  the screen at each logon.  The easiest way of doing that is to put a "clear"
     38  escape-sequence into <filename>/etc/issue</filename>.  A simple way of
    3939  doing this is to do <command>clear &gt; /etc/issue</command>.
    4040  This will insert the relevant escape code into the start of the
    41   <filename>/etc/issue</filename> file.  Note that if you do this, when you 
     41  <filename>/etc/issue</filename> file.  Note that if you do this, when you
    4242  edit the file, you should leave the ^[c character on the first line alone.</para>
    4343
    4444  <para>The following escapes are recognized by <command>agetty</command>
    45   (the program which usually parses <filename>/etc/issue</filename>).  This 
    46   information is from <command>man agetty</command> where you can find 
     45  (the program which usually parses <filename>/etc/issue</filename>).  This
     46  information is from <command>man agetty</command> where you can find
    4747  extra information about the logon process.</para>
    4848
    49   <para>The <filename>issue</filename> file can contain certain escape codes to 
    50   display various information.  All escape codes consist of a backslash (\) 
    51   immediately followed by one of the letters explained below (so 
    52   <option>\d</option> in <filename>/etc/issue</filename> would 
     49  <para>The <filename>issue</filename> file can contain certain escape codes to
     50  display various information.  All escape codes consist of a backslash (\)
     51  immediately followed by one of the letters explained below (so
     52  <option>\d</option> in <filename>/etc/issue</filename> would
    5353  insert the current date).</para>
    5454
Note: See TracChangeset for help on using the changeset viewer.