Update of /cvsroot/devil-linux/build/docs/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18202
Modified Files:
Tag: rel-1-0-patches
documentation.xml
Log Message:
use correct cvs server name
Index: documentation.xml
===================================================================
RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v
retrieving revision 1.43.2.10
retrieving revision 1.43.2.11
diff -u -d -r1.43.2.10 -r1.43.2.11
--- documentation.xml 3 Jan 2004 23:53:38 -0000 1.43.2.10
+++ documentation.xml 16 Jun 2004 17:12:53 -0000 1.43.2.11
@@ -816,13 +816,13 @@
<para>The next step is to get the build system from our Sourceforge CVS Server.</para>
<para>The files from our CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.</para>
<para>Go into your LFS System directory (e.g. <filename>/usr/src/lfssystem</filename>)</para>
- <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para>
- <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para>
+ <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para>
+ <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para>
<para>You find now the build systetem in the sub directory build/ .</para>
<tip>
<para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para>
<para>To get i.e. the stable 1.0.x release, use the following command:</para>
- <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para>
+ <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para>
</tip>
</sect3>
<sect3>
|