This commit is contained in:
gferg 2002-01-19 22:20:17 +00:00
parent e5e45be5ed
commit 437a8fc3bd
3 changed files with 4 additions and 3 deletions

View File

@ -526,7 +526,7 @@ Contains references to various resources. </Para>
CVS-RCS-HOWTO</ULink>,
<CiteTitle>CVS-RCS HOWTO for Linux (Source Code Control System)</CiteTitle>
</Para><Para>
<CiteTitle>Updated: October 2001</CiteTitle>.
<CiteTitle>Updated: January 2002</CiteTitle>.
A "practical guide" to very quickly setup a CVS/RCS source code
control system. </Para>
</ListItem>

View File

@ -569,7 +569,7 @@ systems. </Para>
CVS-RCS-HOWTO</ULink>,
<CiteTitle>CVS-RCS HOWTO for Linux (Source Code Control System)</CiteTitle>
</Para><Para>
<CiteTitle>Updated: October 2001</CiteTitle>.
<CiteTitle>Updated: January 2002</CiteTitle>.
A "practical guide" to very quickly setup a CVS/RCS source code
control system. </Para>
</ListItem>

View File

@ -44,7 +44,7 @@ Revision Control System
<author>Al Dev (Alavoor Vasudevan)
<htmlurl url="mailto:alavoor[AT]yahoo.com"
name="alavoor[AT]yahoo.com">
<date>v21.7, 2001-10-13 <!-- correct date as per linuxdoc ISO 8601 -->
<date>v21.8, 2002-01-19 <!-- correct date as per linuxdoc ISO 8601 -->
<abstract>
This document is a "practical guide" to very quickly setup CVS/RCS source code
control system. This document has custom shell scripts that are wrappers
@ -265,6 +265,7 @@ bash# useradd --help
bash# useradd -g cvs -d /home/cvsroot cvs
bash# ls -ld $CVSROOT ... (you should see the listing)
bash# chgrp -R cvs $CVSROOT
bash# chmod o-rwx $CVSROOT
bash# chmod ug+rwx $CVSROOT