Changeset 4774914f


Ignore:
Timestamp:
01/01/2005 02:49: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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
62c964d
Parents:
396508b
Message:

Removed excessive whitespace from various package instructions

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/mpg123.xml

    r396508b r4774914f  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY mpg123-download-http "http://www.mpg123.de/mpg123/mpg123-&mpg123-version;.tar.gz">
    77  <!ENTITY mpg123-download-ftp  "ftp://alge.anart.no/pub/audio/mpg123-&mpg123-version;.tar.gz">
     
    3333url="&mpg123-download-ftp;"/></para></listitem>
    3434<listitem><para>Download size: &mpg123-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3636&mpg123-buildsize;</para></listitem>
    3737<listitem><para>Estimated build time:
    3838&mpg123-time;</para></listitem></itemizedlist>
    3939</sect3>
    40                                                                                
     40
    4141<sect3><title><application>mpg123</application> dependencies</title>
    4242<sect4><title>Required</title>
     
    6060<title>Contents</title>
    6161
    62 <para>The <application>mpg123</application> package contains <command>mpg123</command>.</para>
     62<para>The <application>mpg123</application> package contains
     63<command>mpg123</command>.</para>
    6364
    6465</sect2>
  • multimedia/audioutils/vorbistools.xml

    r396508b r4774914f  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY vorbistools-download-http "http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-&vorbistools-version;.tar.gz">
    77  <!ENTITY vorbistools-download-ftp  " ">
     
    3333url="&vorbistools-download-ftp;"/></para></listitem>
    3434<listitem><para>Download size: &vorbistools-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3636&vorbistools-buildsize;</para></listitem>
    3737<listitem><para>Estimated build time:
    3838&vorbistools-time;</para></listitem></itemizedlist>
    3939</sect3>
    40                                                                                
     40
    4141<sect3><title><application>Vorbis Tools</application> dependencies</title>
    4242<sect4><title>Required</title>
  • postlfs/config/netfs.xml

    r396508b r4774914f  
    1919these systems may not be available on the root partition and the
    2020network file systems need to be mounted after the networking is activated.
    21 These file systems also need to be unmounted before the network goes down.</para>
     21These file systems also need to be unmounted before the network goes
     22down.</para>
    2223
    2324<para>Install the <filename>/etc/rc.d/init.d/netfs</filename>
    2425network mount script included with the
    2526<xref linkend="intro-important-bootscripts"/> package.</para>
    26                                                                                                                
     27
    2728<screen><userinput><command>make install-netfs</command></userinput></screen>
    2829
  • postlfs/config/random.xml

    r396508b r4774914f  
    3030init script included with the
    3131<xref linkend="intro-important-bootscripts"/> package.</para>
    32                                                                                                                
     32
    3333<screen><userinput><command>make install-random</command></userinput></screen>
    3434
  • server/other/dhcp.xml

    r396508b r4774914f  
    1010<!ENTITY dhcp-buildsize "29.6 MB">
    1111<!ENTITY dhcp-time "0.23 SBU">
    12 
    1312]>
    1413
     
    5857<note><para>You must have Packet Socket support compiled in the kernel and
    5958Socket Filtering either compiled in or as a kernel module.</para></note>
    60                                                                                
    61 <para>Install <application><acronym>DHCP</acronym></application> by running the following commands:</para>
     59
     60<para>Install <application><acronym>DHCP</acronym></application> by running
     61the following commands:</para>
    6262
    6363<screen><userinput><command>patch -Np1 -i ../dhcp-&dhcp-version;-iproute2-1.patch &amp;&amp;
     
    9898<para>Install the <filename>/etc/rc.d/init.d/dhcp</filename>
    9999init script included in the <xref linkend="intro-important-bootscripts"/> package.</para>
    100                                                                                                                
     100
    101101<screen><userinput><command>make install-dhcp</command></userinput></screen>
    102102
     
    133133
    134134<para>The <application><acronym>DHCP</acronym></application> package contains
    135 <command>dhclient</command>, <command>dhcpd</command> and <command>dhcrelay</command>.</para>
     135<command>dhclient</command>, <command>dhcpd</command> and
     136<command>dhcrelay</command>.</para>
    136137
    137138</sect2>
  • server/other/svnserver.xml

    r396508b r4774914f  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    76]>
    87
     
    3029<sect2>
    3130<title>Setting up a <application>Subversion</application> server.</title>
    32                                                                                
    33 <para>The following instructions will install a  
     31
     32<para>The following instructions will install a
    3433<application>Subversion</application> server, which will be set up to
    3534use <application>OpenSSH</application> as the secure remote access method, with
     
    3837<para>Configuration of the <application>Subversion</application> server
    3938consists of the following steps:</para>
    40                                                                                
     39
    4140<sect3><title>1. Setup users, groups, and permissions</title>
    4241<para>You'll need to be user root for the initial portion of
     
    139138that you wish to have write access to the repository, to the svn and
    140139svntest groups.</para>
    141          
     140
    142141<para>In addition, you'll notice that the new repository's
    143142<filename>db</filename> directory is set-groupID. If the reasoning is
  • x/wm/sawfish.xml

    r396508b r4774914f  
    3535url="&sawfish-download-ftp;"/></para></listitem>
    3636<listitem><para>Download size: &sawfish-size;</para></listitem>
    37 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3838&sawfish-buildsize;</para></listitem>
    3939<listitem><para>Estimated build time:
    4040&sawfish-time;</para></listitem></itemizedlist>
    4141</sect3>
    42                                                                                
     42
    4343<sect3><title><application>sawfish</application> dependencies</title>
    4444<sect4><title>Required</title>
    45 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="librep"/>, <xref
    46 linkend="rep-gtk"/>, <xref linkend="esound"/> and <xref linkend="GTK2"/></para>
     45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     46<xref linkend="librep"/>,
     47<xref linkend="rep-gtk"/>,
     48<xref linkend="esound"/> and
     49<xref linkend="GTK2"/></para>
    4750</sect4>
     51
    4852<sect4><title>Optional</title>
    4953<para><xref linkend="libglade"/></para></sect4>
    5054</sect3>
    51 
    5255
    5356</sect2>
     
    6467make install</command></userinput></screen>
    6568
    66 
    6769</sect2>
    6870
     
    7173
    7274<para><option>--with-audiofile</option>: This command directs
    73 <application>sawfish</application> to use <filename class="libraryfile">libaudiofile</filename>
     75<application>sawfish</application> to use
     76<filename class="libraryfile">libaudiofile</filename>
    7477for sound manipulation.</para>
    7578
     
    101104<title>Contents</title>
    102105
    103 <para>The <application>sawfish</application> package contains <command>
    104 sawfish</command>.</para>
     106<para>The <application>sawfish</application> package contains
     107<command>sawfish</command>.</para>
    105108
    106109</sect2>
  • x/wm/xfce.xml

    r396508b r4774914f  
    2323<title>Introduction to <application>XFce</application></title>
    2424
    25 <para>The <application>XFce</application> package contains a lightweight desktop environment.</para>
     25<para>The <application>XFce</application> package contains a lightweight
     26desktop environment.</para>
    2627
    2728<sect3><title>Package information</title>
     
    3233url="&xfce-download-ftp;"/></para></listitem>
    3334<listitem><para>Download size: &xfce-size;</para></listitem>
    34 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3536&xfce-buildsize;</para></listitem>
    3637<listitem><para>Estimated build time:
    3738&xfce-time;</para></listitem></itemizedlist>
    3839</sect3>
    39                                                                                
     40
    4041<sect3><title><application>XFce</application> dependencies</title>
    4142<sect4><title>Required</title>
    42 <para><xref linkend="GTK2"/> and <xref
    43 linkend="libxml2"/></para></sect4>
     43<para><xref linkend="GTK2"/> and
     44<xref linkend="libxml2"/></para>
     45</sect4>
     46
    4447<sect4><title>Optional</title>
    45 <para><xref linkend="libgtkhtml"/> and <xref
    46 linkend="startup-notification"/>
    47 </para></sect4>
     48<para><xref linkend="libgtkhtml"/> and
     49<xref linkend="startup-notification"/></para>
     50</sect4>
    4851</sect3>
    4952
     
    5861the bare minimum to run the application.  The remaining modules would
    5962all follow the same pattern which will soon become obvious.</para>
    60 <para>Install <application>XFce</application> by running the following commands:</para>
     63
     64<para>Install <application>XFce</application> by running the following
     65commands:</para>
    6166
    6267<screen><userinput><command>cd src &amp;&amp;
     
    110115
    111116<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
    112 gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
    113 xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
    114 xffm-icons, xfprint and xfwm4-themes.</para>
     117gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox,
     118xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher,
     119xffm, xffm-icons, xfprint and xfwm4-themes.</para>
    115120
    116121</sect2>
     
    125130<sect3><title>Configuration Information</title>
    126131
    127 <para>Be sure to backup your current <filename>.xinitrc</filename>
    128 before
     132<para>Be sure to backup your current <filename>.xinitrc</filename> before
    129133proceeding.</para>
     134
    130135<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    131136xfce-mcs-manager
     
    135140exec xfce4-panel
    136141<command>EOF</command></userinput></screen>
    137 
    138142
    139143</sect3>
Note: See TracChangeset for help on using the changeset viewer.