From 806c4eb900e3f5e7f731abd42b5f9ade07a4f0c7 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 3 May 2004 15:58:33 +0000 Subject: [PATCH] Updated IP for CVS git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1700 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/INSTALL | 6 +++--- sm5/README | 8 ++++---- sm5/do_release | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sm5/INSTALL b/sm5/INSTALL index 2c2846140..cbf799b9a 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 da60433c7..5ecca0b6a 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 cb64c1f7a..8c34eb081 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() -- GitLab