From 00a436ee384325b54b7aad84100717153b5b055a Mon Sep 17 00:00:00 2001 From: okuji Date: Wed, 20 Jun 2001 21:02:46 +0000 Subject: [PATCH] update the location of the CVS repository. --- ChangeLog | 6 ++++++ README | 4 ++-- docs/grub.texi | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66c4ebf85..7fc5286e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-06-21 OKUJI Yoshinori + + * docs/grub.texi: Update the location of the CVS repository + [/home/cvs -> /cvsroot/grub]. + * README: Likewise. + 2001-06-19 OKUJI Yoshinori * stage2/boot.c (load_image): If the image is a Multiboot ELF OS diff --git a/README b/README index c2fc6426f..81da6c9fa 100644 --- a/README +++ b/README @@ -51,9 +51,9 @@ NOTE: you should stick to the GNU Coding Standards. Look at the URL DEVELOPERS: to subscribe to the mailing list, see . You can get the latest -GRUB CVS tree from `:pserver:anoncvs@subversions.gnu.org:/home/cvs', +GRUB CVS tree from `:pserver:anoncvs@subversions.gnu.org:/cvsroot/grub', module `grub'. Just hit enter when CVS prompts you for a password. -See for more details. +See , for more details. If you are really interested in the rapid development, you can subscribe to the list . See diff --git a/docs/grub.texi b/docs/grub.texi index 8345314dc..90c945775 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -3560,7 +3560,7 @@ and the GRUB images. This will also install the GRUB manual. Also, the latest version is available from the CVS. The repository is: -@code{:pserver:anoncvs@@subversions.gnu.org:/home/cvs} +@code{:pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub} and the module is: @@ -3570,9 +3570,9 @@ The password for anoncvs is empty. So the instruction is: @example @group -@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/home/cvs login} +@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub login} @kbd{Password: @key{ENTER}} -@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/home/cvs co grub} +@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub co grub} @end group @end example