diff --git a/sm5/INSTALL b/sm5/INSTALL
index 2c284614025db2a6a908b143a9f47d7cb1e1be33..cbf799b9aa0726631fd37af3eb7506bb7dc958fb 100644
--- a/sm5/INSTALL
+++ b/sm5/INSTALL
@@ -1,7 +1,7 @@
 Smartmontools installation instructions
 =======================================
 
-$Id: INSTALL,v 1.43 2004/04/26 18:57:33 chrfranke Exp $
+$Id: INSTALL,v 1.44 2004/05/03 15:58:33 ballen4705 Exp $
 
 Please also see the smartmontools home page:
 http://smartmontools.sourceforge.net/
@@ -122,8 +122,8 @@ Table of contents:
 [2] Installing from CVS
 =======================
     Get the sources from the CVS repository:
-    cvs -d :pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools login
-    cvs -d :pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co sm5
+    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login
+    cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5
     (when prompted for a password, just press Enter)
 
     Then type:
diff --git a/sm5/README b/sm5/README
index da60433c79afa3a7e59d420a9bcec5601a727380..5ecca0b6acbdab96147b8640c002f663f61f6530 100644
--- a/sm5/README
+++ b/sm5/README
@@ -2,7 +2,7 @@
 smartmontools - S.M.A.R.T. utility toolset for Linux
 ====================================================
 
-$Id: README,v 1.49 2004/01/02 16:05:24 ballen4705 Exp $
+$Id: README,v 1.50 2004/05/03 15:58:33 ballen4705 Exp $
 
 == HOME ==
 The home for smartmontools is located at:
@@ -73,14 +73,14 @@ http://sourceforge.net/project/showfiles.php?group_id=64297
 CVS
 ---
 
-cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
-cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co sm5
+cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
+cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5
 
 This will create a subdirectory called sm5/ containing the code.
 
 To instead get the 5.1-16 release:
 
-cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5
+cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5
 
 To update your sources to the 5.1-18 release:
 
diff --git a/sm5/do_release b/sm5/do_release
index cb64c1f7aed53654fe18623fcfd939d5596d072d..8c34eb0812478168ffafda9aa8c8481ccb799569 100755
--- a/sm5/do_release
+++ b/sm5/do_release
@@ -3,7 +3,7 @@
 # do a smartmontools release
 # (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>, 
 #          Guido Guenther <agx@sigxcpu.org>
-# $Id: do_release,v 1.28 2004/03/06 19:46:55 ballen4705 Exp $
+# $Id: do_release,v 1.29 2004/05/03 15:58:33 ballen4705 Exp $
 
 USECVS=1
 
@@ -21,7 +21,7 @@ setup_cvs()
   CVS_SERVER=fakevalue
   unset CVS_SERVER || echo "can't unset CVS_SERVER=$CVS_SERVER"
   CVS_RSH=ssh
-  CVSROOT=:ext:ballen4705@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools
+  CVSROOT=:ext:ballen4705@cvs.sourceforge.net:/cvsroot/smartmontools
 }
 
 get_release()