diff --git a/general.ent b/general.ent index 66b27c9efa..7faf2d8193 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ - + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cadd9e8eb1..1e00540724 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,10 @@ who wrote what. +October 4th, 2004 [igor]: Fixed replaceable tags and +removed a redundant CVSROOT export on the cvsserver +page. + October 2nd, 2004 [dj]: Added net-tools as a dependency for RP-PPPoE. Made iproute2 patch optional for dhcp. diff --git a/server/other/cvsserver.xml b/server/other/cvsserver.xml index 3abeacf3de..034062f820 100644 --- a/server/other/cvsserver.xml +++ b/server/other/cvsserver.xml @@ -54,9 +54,8 @@ cvs init commands, issued from a user account on the same machine as the CVS repository: -export CVSROOT=/srv/cvsroot && -cd [sourcedir] && -cvs import -m ["repository test"] [cvstest] [vendortag] [releasetag] +cd [sourcedir] && +cvs import -m "[repository test]" [cvstest] [vendortag] [releasetag] 3. Verify local repository access. Test access to the CVS repository from the same user