Author: bdubbs
Date: 2005-04-01 23:02:19 -0700 (Fri, 01 Apr 2005)
New Revision: 3619
Modified:
trunk/BOOK/general.ent
trunk/BOOK/server/other/cvsserver.xml
Log:
Fix tagging for cvsserver
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-04-02 05:16:44 UTC (rev 3618)
+++ trunk/BOOK/general.ent 2005-04-02 06:02:19 UTC (rev 3619)
@@ -1,8 +1,8 @@
-<!ENTITY day "01">
+<!ENTITY day "02">
<!ENTITY month "04">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "April &day;st, &year;">
+<!ENTITY releasedate "April &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|stable|testing|unstable|development] -->
Modified: trunk/BOOK/server/other/cvsserver.xml
===================================================================
--- trunk/BOOK/server/other/cvsserver.xml 2005-04-02 05:16:44 UTC (rev
3618)
+++ trunk/BOOK/server/other/cvsserver.xml 2005-04-02 06:02:19 UTC (rev
3619)
@@ -8,9 +8,10 @@
<sect1 id="cvsserver" xreflabel="Running a CVS Server">
<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
</sect1info>
+
<?dbhtml filename="cvsserver.html"?>
<title>Running a CVS server</title>
@@ -20,9 +21,12 @@
<para>This section will describe how to set up, administer and secure
a <acronym>CVS</acronym> server.</para>
-<sect3><title><application>CVS server</application> dependencies</title>
-<sect4><title>Required</title>
-<para><xref linkend="cvs"/> and <xref linkend="openssh"/></para></sect4>
+<sect3>
+<title><application>CVS server</application> dependencies</title>
+
+<sect4>
+<title>Required</title>
+ <para><xref linkend="cvs"/> and <xref linkend="openssh"/></para></sect4>
</sect3>
</sect2>
@@ -76,7 +80,8 @@
<screen><userinput><command>export CVS_RSH=/usr/bin/ssh &&
cvs -d:ext:<replaceable>[servername]</replaceable>:/srv/cvsroot co
cvstest</command></userinput></screen></sect3>
</sect2>
-<sect2>
+
+<sect2 id='cvsserver-config'>
<title>Configuring <acronym>CVS</acronym> for anonymous read only
access.</title>
<para><acronym>CVS</acronym> can be set up to allow anonymous read only access
@@ -93,6 +98,10 @@
<screen><userinput><command>echo "2401 stream tcp nowait root
/usr/bin/cvs cvs -f \
--allow-root=/srv/cvsroot pserver" >>
/etc/inetd.conf</command></userinput></screen>
+ <indexterm zone="cvsserver cvsserver-config">
+ <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
+ </indexterm>
+
<para>Issue a <command>killall -HUP inetd</command> to reread the changed
<filename>inetd.conf</filename> file.</para>
@@ -116,6 +125,11 @@
# End /etc/xinetd.d/cvspserver
<command>EOF</command></userinput></screen>
+
+ <indexterm zone="cvsserver cvsserver-config">
+ <primary
sortas="e-etc-xinetd.d-cvspserver">/etc/xinetd.d/cvspserver</primary>
+ </indexterm>
+
<para>Issue a <command>/etc/rc.d/init.d/xinetd reload</command> to reread the
changed
<filename>xinetd.conf</filename> file.</para>
@@ -127,6 +141,7 @@
</para>
<screen><userinput><command>cvs
-d:pserver:anonymous@<replaceable>[servername]</replaceable>:/srv/cvsroot co
cvstest</command></userinput></screen>
+
<note><para>Replace <replaceable>[servername]</replaceable> with the
<acronym>IP</acronym> address or hostname of the
<acronym>CVS</acronym> server.</para></note>
@@ -172,4 +187,20 @@
</sect2>
+<sect2>
+<title>Contents</title>
+
+<segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>None</seg>
+ <seg>None</seg>
+ <seg>/srv/cvsroot</seg>
+ </seglistitem>
+</segmentedlist>
+</sect2>
+
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page