Changeset d5c9dbfb


Ignore:
Timestamp:
04/02/2005 06:02:19 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
efa108a6
Parents:
e145553
Message:

Fix tagging for cvsserver

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re145553 rd5c9dbfb  
    1 <!ENTITY day          "01">
     1<!ENTITY day          "02">
    22<!ENTITY month        "04">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "April &day;st, &year;">
     5<!ENTITY releasedate  "April &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
  • server/other/cvsserver.xml

    re145553 rd5c9dbfb  
    99<sect1 id="cvsserver" xreflabel="Running a CVS Server">
    1010<sect1info>
    11 <othername>$LastChangedBy$</othername>
    12 <date>$Date$</date>
     11  <othername>$LastChangedBy$</othername>
     12  <date>$Date$</date>
    1313</sect1info>
     14
    1415<?dbhtml filename="cvsserver.html"?>
    1516<title>Running a CVS server</title>
     
    2122a <acronym>CVS</acronym> server.</para>
    2223
    23 <sect3><title><application>CVS server</application> dependencies</title>
    24 <sect4><title>Required</title>
    25 <para><xref linkend="cvs"/> and <xref linkend="openssh"/></para></sect4>
     24<sect3>
     25<title><application>CVS server</application> dependencies</title>
     26
     27<sect4>
     28<title>Required</title>
     29  <para><xref linkend="cvs"/> and <xref linkend="openssh"/></para></sect4>
    2630</sect3>
    2731
     
    7781cvs -d:ext:<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</command></userinput></screen></sect3>
    7882</sect2>
    79 <sect2>
     83
     84<sect2 id='cvsserver-config'>
    8085<title>Configuring <acronym>CVS</acronym> for anonymous read only access.</title>
    8186
     
    9398<screen><userinput><command>echo "2401  stream  tcp  nowait  root  /usr/bin/cvs cvs -f \
    9499    --allow-root=/srv/cvsroot pserver" &gt;&gt; /etc/inetd.conf</command></userinput></screen>
     100
     101  <indexterm zone="cvsserver cvsserver-config">
     102    <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
     103  </indexterm>
    95104
    96105<para>Issue a <command>killall -HUP inetd</command> to reread the changed
     
    117126# End /etc/xinetd.d/cvspserver
    118127<command>EOF</command></userinput></screen>
     128
     129  <indexterm zone="cvsserver cvsserver-config">
     130    <primary sortas="e-etc-xinetd.d-cvspserver">/etc/xinetd.d/cvspserver</primary>
     131  </indexterm>
     132
    119133<para>Issue a <command>/etc/rc.d/init.d/xinetd reload</command> to reread the changed
    120134<filename>xinetd.conf</filename> file.</para>
     
    128142
    129143<screen><userinput><command>cvs -d:pserver:anonymous@<replaceable>[servername]</replaceable>:/srv/cvsroot co cvstest</command></userinput></screen>
     144
    130145<note><para>Replace <replaceable>[servername]</replaceable> with the
    131146<acronym>IP</acronym> address or hostname of the
     
    173188</sect2>
    174189
     190<sect2>
     191<title>Contents</title>
     192 
     193<segmentedlist>
     194  <segtitle>Installed Programs</segtitle>
     195  <segtitle>Installed Libraries</segtitle>
     196  <segtitle>Installed Directories</segtitle>
     197 
     198  <seglistitem>
     199    <seg>None</seg>
     200    <seg>None</seg>
     201    <seg>/srv/cvsroot</seg>
     202  </seglistitem>
     203</segmentedlist>
     204</sect2>
     205 
    175206</sect1>
Note: See TracChangeset for help on using the changeset viewer.