Changeset b136a6d for basicnet


Ignore:
Timestamp:
05/03/2005 01:59:48 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:
2d3e809
Parents:
51a70dfd
Message:

Updated to CVS-1.11.20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r51a70dfd rb136a6d  
    55  %general-entities;
    66
    7   <!ENTITY cvs-download-http "https://ccvs.cvshome.org/files/documents/19/534/cvs-&cvs-version;.tar.bz2">
     7  <!ENTITY cvs-download-http "https://ccvs.cvshome.org/files/documents/19/861/cvs-&cvs-version;.tar.bz2">
    88  <!ENTITY cvs-download-ftp  " ">
    9   <!ENTITY cvs-md5sum        "1dd5c16064906617e4358738bfe59b66">
    10   <!ENTITY cvs-size          "2.3 MB">
    11   <!ENTITY cvs-buildsize     "20 MB">
    12   <!ENTITY cvs-time          "0.31 SBU">
     9  <!ENTITY cvs-md5sum        "9e215c0ee3bb7dfb76515d7cd81a3742">
     10  <!ENTITY cvs-size          "2.4 MB">
     11  <!ENTITY cvs-buildsize     "22 MB">
     12  <!ENTITY cvs-time          "0.3 SBU (additional 19.1 SBU to run the test suite)">
    1313]>
    1414
     
    6969   
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para><xref linkend="gdbm"/>,
     71    <para><xref linkend="gdbm"/>,
     72    <xref linkend="tcsh"/>,
    7273    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    73     <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
     74    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
     75    (for the GSSAPI libraries),
    7476    <xref linkend="gs"/> or <xref linkend="espgs"/>,
    7577    <ulink url="../server/mail.html">MTA</ulink> and
     
    9395
    9496<screen><userinput>./configure --prefix=/usr &amp;&amp;
    95 make &amp;&amp;
    96 make install</userinput></screen>
     97make</userinput></screen>
     98
     99    <para>To test the results, issue: <command>make check</command>.</para>
     100
     101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102
     103<screen role='root'><userinput>make install &amp;&amp;
     104install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
     105install -v -m644 doc/cvs{,client}.ps /usr/share/doc/cvs-&cvs-version;</userinput></screen>
    97106
    98107  </sect2>
     
    153162        <seg>cvs, cvsbug, and rcs2log</seg>
    154163        <seg>None</seg>
    155         <seg>None</seg>
     164        <seg>/usr/share/cvs and /usr/share/doc/cvs-&cvs-version;</seg>
    156165      </seglistitem>
    157166    </segmentedlist>
     
    186195        <term><command>rcs2log</command></term>
    187196        <listitem>
    188           <para>RCS to Change Log generator.</para>
     197          <para>is a symlink to the contributed RCS to Change Log
     198          generator.</para>
    189199          <indexterm zone="cvs rcs2log">
    190200            <primary sortas="b-rcs2log">rcs2log</primary>
     
    192202        </listitem>
    193203      </varlistentry>
    194      
    195204    </variablelist>
    196205   
Note: See TracChangeset for help on using the changeset viewer.