Fixed replaceable tags and removed a redundant CVSROOT export on the cvsserver page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2762 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-10-04 20:05:27 +00:00
parent bdc769fcfe
commit 266724ee97
3 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "02"> <!ENTITY day "04">
<!ENTITY month "10"> <!ENTITY month "10">
<!ENTITY year "2004"> <!ENTITY year "2004">
<!ENTITY version "svn-&year;&month;&day;"> <!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "Ocotober &day;nd, &year;"> <!ENTITY releasedate "October &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "testing"> <!-- stable|testing|unstable] --> <!ENTITY lfs-version "testing"> <!-- stable|testing|unstable] -->

View File

@ -22,6 +22,10 @@ who wrote what.</para>
<itemizedlist> <itemizedlist>
<listitem><para>October 4th, 2004 [igor]: Fixed replaceable tags and
removed a redundant CVSROOT export on the cvsserver
page.</para></listitem>
<listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependency <listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependency
for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem> for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem>

View File

@ -54,9 +54,8 @@ cvs init</command></userinput></screen></sect3>
commands, issued from a user account on the same machine as the commands, issued from a user account on the same machine as the
<acronym>CVS</acronym> repository:</para> <acronym>CVS</acronym> repository:</para>
<screen><userinput><command>export CVSROOT=/srv/cvsroot &amp;&amp; <screen><userinput><command>cd <replaceable>[sourcedir]</replaceable> &amp;&amp;
cd <replaceable>[sourcedir]</replaceable> &amp;&amp; cvs import -m "<replaceable>[repository test]</replaceable>" <replaceable>[cvstest]</replaceable> <replaceable>[vendortag]</replaceable> <replaceable>[releasetag]</replaceable></command></userinput></screen></sect3>
cvs import -m <replaceable>["repository test"] [cvstest] [vendortag] [releasetag]</replaceable></command></userinput></screen></sect3>
<sect3><title>3. Verify local repository access.</title> <sect3><title>3. Verify local repository access.</title>
<para>Test access to the <acronym>CVS</acronym> repository from the same user <para>Test access to the <acronym>CVS</acronym> repository from the same user