Changeset a41f643 for server


Ignore:
Timestamp:
04/21/2010 07:10:06 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2875f488
Parents:
e05cd03f
Message:

Globally removed all extraneous spaces

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

Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mysql.xml

    re05cd03f ra41f643  
    6767    <itemizedlist spacing="compact">
    6868      <listitem>
    69         <para>Required Patches: 
     69        <para>Required Patches:
    7070        <ulink  url="&patch-root;/mysql-&mysql-version;-logevent-1.patch"/>
    7171         <ulink url="&patch-root;/mysql-&mysql-version;-client-1.patch"/>
     
    144144ln -v -sf mysql/libmysqlclient{,_r}.so* . &amp;&amp;
    145145popd &amp;&amp;
    146  
     146
    147147pushd /usr/share/info &amp;&amp;
    148148rm -v dir &amp;&amp;
     
    155155      <para>The only documentation shipped in the source tarball are
    156156      <filename>mysql.info</filename>, <filename>manual.chm</filename>
    157       (Microsoft Help format) files, and man pages. You can download various 
    158       formats of the <application>MySQL</application> Reference Manual 
     157      (Microsoft Help format) files, and man pages. You can download various
     158      formats of the <application>MySQL</application> Reference Manual
    159159      from <ulink url="http://dev.mysql.com/doc/"/>.</para>
    160160    </tip>
  • server/major/apache.xml

    re05cd03f ra41f643  
    143143      <para>While it is not built by default when using the following commands,
    144144      the ISAPI DSO module can be created by adding the <option>--enable-isapi</option>
    145       option. Even the module will compile, install and load fine, the module is 
     145      option. Even the module will compile, install and load fine, the module is
    146146      <emphasis>only</emphasis> supported and functional in Win32
    147147      environments.</para>
  • server/major/openssh.xml

    re05cd03f ra41f643  
    127127    test suite will fail. Additionally, the testsuite requires an installed
    128128    copy of <command>scp</command> to complete the multiplexing tests.  To
    129     run the test suite, first copy the scp program to 
    130     <filename class="directory">/usr/bin</filename>, making sure that you 
     129    run the test suite, first copy the scp program to
     130    <filename class="directory">/usr/bin</filename>, making sure that you
    131131    back up any existing copy first.</para>
    132132
     
    184184    </para>
    185185
    186     <para><parameter>--with-kerberos5=/usr</parameter>: This option is used to 
     186    <para><parameter>--with-kerberos5=/usr</parameter>: This option is used to
    187187    include Heimdal support in the build.</para>
    188188
Note: See TracChangeset for help on using the changeset viewer.