Changeset dcc89bf1


Ignore:
Timestamp:
08/26/2002 03:04:15 AM (22 years ago)
Author:
Larry Lawrence <larry@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cea73c0d
Parents:
b374779
Message:

added cvs server

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

Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb374779 rdcc89bf1  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 25th, 2002 [larry]: Server: Added cvs
     14server.</para></listitem>
    1215
    1316<listitem><para>August 25th, 2002 [larry]: Multimedia: Added
  • introduction/welcome/credits.xml

    rb374779 rdcc89bf1  
    9494Hymers</emphasis></para></listitem>
    9595
    96 <listitem><para>bind, emacs, leafnode, libfam, pine, qmail, PostgreSQL, Samba,
    97 sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
     96<listitem><para>bind, cvs server, emacs, leafnode, libfam, pine, qmail, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
    9897
    9998<listitem><para>fetchmail and wvdial: <emphasis>Paul
  • server/other/cvsserver.xml

    rb374779 rdcc89bf1  
    1 <sect1 id="server-other-cvsserver">
     1<sect1 id="cvsserver" xreflabel="cvsserver">
    22<?dbhtml filename="cvsserver.html" dir="server"?>
    3 <title>Running a cvs server</title>
     3<title>Running a CVS server</title>
    44
    5 <para>???</para>
     5&cvsserver-intro;
     6&cvsserver-inst;
     7&cvsserver-exp;
    68
    79</sect1>
     10
  • server/other/other.xml

    rb374779 rdcc89bf1  
    44
    55&openssh;
    6 &server-other-cvsserver;
     6&cvsserver;
    77&bind;
    88&dhcp;
  • server/server.ent

    rb374779 rdcc89bf1  
    1818<!-- Other server software -->
    1919<!ENTITY server-other SYSTEM "other/other.xml">
    20 <!ENTITY server-other-cvsserver SYSTEM "other/cvsserver.xml">
     20<!ENTITY % cvsserver SYSTEM "other/cvsserver/cvsserver.ent">
    2121<!ENTITY % openssh SYSTEM "other/openssh/openssh.ent">
    2222<!ENTITY % bind SYSTEM "other/bind/bind.ent">
     
    2727
    2828%openssh;
     29%cvsserver;
    2930%bind;
    3031%dhcp;
Note: See TracChangeset for help on using the changeset viewer.