Changeset 5d5ced00


Ignore:
Timestamp:
05/30/2005 09:26:26 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:
17e6d48
Parents:
2ca26748
Message:

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

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

Location:
basicnet/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/net-tools.xml

    r2ca26748 r5d5ced00  
    6464    <itemizedlist spacing="compact">
    6565      <listitem>
    66         <para>Required Patch (if compiled using 
     66        <para>Required Patch (if compiled using
    6767        <application>GCC</application>-3.4.x): <ulink
    6868        url="&patch-root;/net-tools-&net-tools-version;-gcc34-3.patch"/></para>
     
    8484
    8585    <note>
    86       <para>The <application>Net-tools</application> package installs a 
    87       <command>hostname</command> program which will overwrite the existing program 
    88       installed by <application>Coreutils</application> during a base 
    89       LFS installation. If, for whatever reason, you need to 
    90       reinstall the <application>Coreutils</application> package after installing 
    91       <application>Net-tools</application>, you should use the 
     86      <para>The <application>Net-tools</application> package installs a
     87      <command>hostname</command> program which will overwrite the existing program
     88      installed by <application>Coreutils</application> during a base
     89      LFS installation. If, for whatever reason, you need to
     90      reinstall the <application>Coreutils</application> package after installing
     91      <application>Net-tools</application>, you should use the
    9292      <filename>coreutils-&lfs-coreutils-version;-suppress_hostname_uptime_kill_su-1.patch</filename>
    9393      patch if you wish to preserve the <application>Net-tools</application>
     
    9797    <para>If you don't know what to answer to all the questions asked during
    9898    the <command>make config</command> phase below, then just accept the
    99     defaults (the build command below automates this). This will be just fine 
     99    defaults (the build command below automates this). This will be just fine
    100100    in the majority of cases. What you're
    101101    asked here is a bunch of questions about which network protocols you've
     
    132132
    133133    <para><command>sed -i -e ...</command>: These two <command>sed</command>s
    134     change the configuration files to force building the 
    135     <command>ipmaddr</command>, <command>iptunnel</command> and 
     134    change the configuration files to force building the
     135    <command>ipmaddr</command>, <command>iptunnel</command> and
    136136    <command>mii-tool</command> programs.</para>
    137137
     
    147147
    148148      <seglistitem>
    149         <seg>arp, dnsdomainname, domainname, hostname, 
    150         ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, 
    151         nisdomainname, plipconfig, rarp, route, slattach, and 
     149        <seg>arp, dnsdomainname, domainname, hostname,
     150        ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat,
     151        nisdomainname, plipconfig, rarp, route, slattach, and
    152152        ypdomainname</seg>
    153153        <seg>None</seg>
     
    235235        <term><command>mii-tool</command></term>
    236236        <listitem>
    237           <para>checks or sets the status of a network interface's Media Independent 
     237          <para>checks or sets the status of a network interface's Media Independent
    238238          Interface (MII) unit.</para>
    239239          <indexterm zone="net-tools mii-tool">
  • basicnet/netprogs/subversion.xml

    r2ca26748 r5d5ced00  
    3131    <title>Introduction to Subversion</title>
    3232
    33     <para><application>Subversion</application> is a version control 
    34     system that is designed to be a compelling replacement for 
    35     <application>CVS</application> in the open source community. It 
    36     extends and enhances <application>CVS</application>' feature set, 
    37     while maintaining a similar interface for those already familiar with 
    38     <application>CVS</application>. These instructions install the client 
     33    <para><application>Subversion</application> is a version control
     34    system that is designed to be a compelling replacement for
     35    <application>CVS</application> in the open source community. It
     36    extends and enhances <application>CVS</application>' feature set,
     37    while maintaining a similar interface for those already familiar with
     38    <application>CVS</application>. These instructions install the client
    3939    and server software used to manipulate a <application>Subversion</application>
    4040    repository. Creation of a repository is covered at <xref linkend="svnserver"/>.</para>
     
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para><xref linkend="libxml2"/> (only if using the bundled version of 
     67    <para><xref linkend="libxml2"/> (only if using the bundled version of
    6868    <application>neon</application>)</para>
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para><xref linkend="python"/> (required to run the full test suite), 
    72     <xref linkend="apache"/>, 
    73     <xref linkend="openssh"/> (runtime only), 
    74     <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>, 
     71    <para><xref linkend="python"/> (required to run the full test suite),
     72    <xref linkend="apache"/>,
     73    <xref linkend="openssh"/> (runtime only),
     74    <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
    7575    <xref linkend="jdk"/> (to build the <application>JAVA</application>
    76     bindings), 
    77     <ulink url="http://www.junit.org/">JUnit</ulink> (for running the 
    78     <application>JAVA</application> bindings test suite and requires 
    79     <xref linkend="unzip"/>), 
    80     <ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate 
    81     <application>JAVA</application> compiler), 
     76    bindings),
     77    <ulink url="http://www.junit.org/">JUnit</ulink> (for running the
     78    <application>JAVA</application> bindings test suite and requires
     79    <xref linkend="unzip"/>),
     80    <ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate
     81    <application>JAVA</application> compiler),
    8282    <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
    83     Jikes</ulink> (another alternate 
    84     <application>JAVA</application> compiler) and 
     83    Jikes</ulink> (another alternate
     84    <application>JAVA</application> compiler) and
    8585    inetd or <xref linkend="xinetd"/> (server only)</para>
    8686
    87     <bridgehead renderas="sect4">Optional for the Bundled Version of 
     87    <bridgehead renderas="sect4">Optional for the Bundled Version of
    8888    <application>Neon</application></bridgehead>
    89     <para><xref linkend="pkgconfig"/>, 
    90     <xref linkend="openssl"/>, 
     89    <para><xref linkend="pkgconfig"/>,
     90    <xref linkend="openssl"/>,
    9191    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
    9292
    93     <bridgehead renderas="sect4">Optional for the Bundled Version of 
     93    <bridgehead renderas="sect4">Optional for the Bundled Version of
    9494    <application>Apache Portable Runtime</application></bridgehead>
    95     <para><xref linkend="expat"/> and 
     95    <para><xref linkend="expat"/> and
    9696    <xref linkend="gdbm"/></para>
    9797
    98     <bridgehead renderas="sect4">Optional to Build the 
     98    <bridgehead renderas="sect4">Optional to Build the
    9999    <application>SWIG</application> Bindings</bridgehead>
    100     <para><ulink url="http://www.swig.org">SWIG</ulink> and 
     100    <para><ulink url="http://www.swig.org">SWIG</ulink> and
    101101    <xref linkend="python"/></para>
    102102
     
    106106    <title>Installation of Subversion</title>
    107107
    108     <para>Install <application>Subversion</application> by running the following 
     108    <para>Install <application>Subversion</application> by running the following
    109109    commands:</para>
    110110
     
    115115      <para>If you have <application>Apache</application> installed, pass
    116116      the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option>
    117       switches to the <command>configure</command> script. Otherwise, 
    118       <application>Subversion</application> will overwrite APR and APR-utils 
     117      switches to the <command>configure</command> script. Otherwise,
     118      <application>Subversion</application> will overwrite APR and APR-utils
    119119      from the <application>Apache</application> installation with its own
    120120      files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option>
    121       as <command>apxs</command> might not be in an unprivileged user's 
     121      as <command>apxs</command> might not be in an unprivileged user's
    122122      <envar>PATH</envar> and won't be properly discovered.</para>
    123123    </note>
    124124
    125     <para>If you passed the <option>--enable-javahl</option> parameter to 
    126     <command>configure</command> and wish to build the 
     125    <para>If you passed the <option>--enable-javahl</option> parameter to
     126    <command>configure</command> and wish to build the
    127127    <application>JAVA</application> <application>Subversion</application>
    128128    bindings, issue the following command:</para>
     
    130130<screen><userinput>make javahl</userinput></screen>
    131131
    132     <para>If you passed the <option>--with-swig</option> and 
    133     <option>--enable-swig-bindings</option> parameters to 
    134     <command>configure</command> and wish to build the 
    135     <application>SWIG</application> <application>Perl</application> and 
     132    <para>If you passed the <option>--with-swig</option> and
     133    <option>--enable-swig-bindings</option> parameters to
     134    <command>configure</command> and wish to build the
     135    <application>SWIG</application> <application>Perl</application> and
    136136    <application>Python</application> <application>Subversion</application>
    137137    bindings, issue the following commands:</para>
     
    149149
    150150    <para>If you built the <application>JAVA</application>
    151     <application>Subversion</application> bindings, issue the following command 
     151    <application>Subversion</application> bindings, issue the following command
    152152    as the <systemitem class="username">root</systemitem> user to install them:</para>
    153153
     
    156156    <para>If you built the <application>SWIG</application>
    157157    <application>Perl</application> and <application>Python</application>
    158     <application>Subversion</application> bindings, issue the following commands 
     158    <application>Subversion</application> bindings, issue the following commands
    159159    as the <systemitem class="username">root</systemitem> user to install them:</para>
    160160
     
    169169    <title>Command Explanations</title>
    170170
    171     <para><option>--with-ssl</option>: This switch enables 
    172     <application>OpenSSL</application> support in 
    173     <application>neon</application> (only required if you use the bundled version 
     171    <para><option>--with-ssl</option>: This switch enables
     172    <application>OpenSSL</application> support in
     173    <application>neon</application> (only required if you use the bundled version
    174174    of <application>neon</application>).</para>
    175175
     
    182182      <title>Config Files</title>
    183183
    184       <para><filename>~/.subversion/config</filename> and 
     184      <para><filename>~/.subversion/config</filename> and
    185185      <filename>/etc/subversion/config</filename></para>
    186186
     
    198198      <title>Configuration Information</title>
    199199
    200       <para><filename>/etc/subversion/config</filename> is the 
     200      <para><filename>/etc/subversion/config</filename> is the
    201201      <application>Subversion</application> system-wide configuration file.
    202       This file is used to specify defaults for different 
     202      This file is used to specify defaults for different
    203203      <command>svn</command> commands.</para>
    204204
    205       <para><filename>~/.subversion/config</filename> is the user's personal 
    206       configuration file. It is used to override the system-wide defaults 
     205      <para><filename>~/.subversion/config</filename> is the user's personal
     206      configuration file. It is used to override the system-wide defaults
    207207      set in <filename>/etc/subversion/config</filename>.</para>
    208208
     
    220220
    221221      <seglistitem>
    222         <seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnversion, and 
     222        <seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnversion, and
    223223        optionally, neon-config</seg>
    224         <seg>libsvn*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so, 
     224        <seg>libsvn*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so,
    225225        and mod_authz_svn.so <application>Apache HTTP</application>
    226226        DSO modules</seg>
    227         <seg>/etc/subversion, /usr/include/neon (optional), /usr/include/subversion-1, 
    228         /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/SVN (optional), 
    229         /usr/lib/perl5/site_perl/5.8.6/i686-linux/SVN (optional), 
    230         /usr/lib/svn-javahl (optional), /usr/lib/svn-python (optional), 
    231         /usr/share/doc/neon-&svn-neon-version; (optional), and 
     227        <seg>/etc/subversion, /usr/include/neon (optional), /usr/include/subversion-1,
     228        /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/SVN (optional),
     229        /usr/lib/perl5/site_perl/5.8.6/i686-linux/SVN (optional),
     230        /usr/lib/svn-javahl (optional), /usr/lib/svn-python (optional),
     231        /usr/share/doc/neon-&svn-neon-version; (optional), and
    232232        /usr/share/doc/subversion-&subversion-version;</seg>
    233233      </seglistitem>
     
    242242        <term><command>svn</command></term>
    243243        <listitem>
    244           <para>is a command-line client program used to access 
     244          <para>is a command-line client program used to access
    245245          <application>Subversion</application> repositories.</para>
    246246          <indexterm zone="subversion svn">
     
    275275        <term><command>svnlook</command></term>
    276276        <listitem>
    277           <para>is a tool for inspecting a 
     277          <para>is a tool for inspecting a
    278278          <application>Subversion</application> repository.</para>
    279279          <indexterm zone="subversion svnlook">
     
    286286        <term><command>svnserve</command></term>
    287287        <listitem>
    288           <para>is a custom standalone server program, able to run as a 
     288          <para>is a custom standalone server program, able to run as a
    289289          daemon process or invoked by SSH.</para>
    290290          <indexterm zone="subversion svnserve">
     
    297297        <term><command>svnversion</command></term>
    298298        <listitem>
    299           <para>is used to report the version number and state of a 
     299          <para>is used to report the version number and state of a
    300300          working <application>Subversion</application> repository copy.</para>
    301301          <indexterm zone="subversion svnversion">
     
    308308        <term><command>neon-config</command></term>
    309309        <listitem>
    310           <para>is a script which provides information about an installed 
     310          <para>is a script which provides information about an installed
    311311          copy of the <application>neon</application> library.</para>
    312312          <indexterm zone="subversion neon-config">
     
    319319        <term><filename class='libraryfile'>libsvn_*.[so,a]</filename></term>
    320320        <listitem>
    321           <para>are the support libraries used by the 
     321          <para>are the support libraries used by the
    322322          <application>Subversion</application> programs.</para>
    323323          <indexterm zone="subversion libsvn_star">
     
    330330        <term><filename class='libraryfile'>libneon.[so,a]</filename></term>
    331331        <listitem>
    332           <para>is used as a high-level interface to common 
     332          <para>is used as a high-level interface to common
    333333          HTTP and WebDAV methods.</para>
    334334          <indexterm zone="subversion libneon">
     
    342342        <listitem>
    343343          <para>is a plug-in module for the <application>Apache</application>
    344           HTTP server, used to authenticate users to a 
    345           <application>Subversion</application> repository over the Internet or an 
     344          HTTP server, used to authenticate users to a
     345          <application>Subversion</application> repository over the Internet or an
    346346          intranet.</para>
    347347          <indexterm zone="subversion mod_authz_svn">
     
    355355        <listitem>
    356356          <para>is a plug-in module for the <application>Apache</application>
    357           HTTP server, used to make a 
    358           <application>Subversion</application> repository available to others over the 
     357          HTTP server, used to make a
     358          <application>Subversion</application> repository available to others over the
    359359          Internet or an intranet.</para>
    360360          <indexterm zone="subversion mod_dav_svn">
Note: See TracChangeset for help on using the changeset viewer.