From 25a76868d112375fb69d8a76ba4f344fc9a1d0ca Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 3 May 2004 16:04:07 +0000 Subject: [PATCH] Updating IPs for SF cvs server git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1701 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- www/cvs-script | 2 +- www/index.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/cvs-script b/www/cvs-script index 6974e72e2..42e4fa2e8 100755 --- a/www/cvs-script +++ b/www/cvs-script @@ -3,4 +3,4 @@ # . cvs_script unset CVS_SERVER export CVS_RSH=ssh -export CVSROOT=:ext:ballen4705@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools +export CVSROOT=:ext:ballen4705@cvs.sourceforge.net:/cvsroot/smartmontools diff --git a/www/index.html b/www/index.html index 6d4fa408e..f05bd2089 100644 --- a/www/index.html +++ b/www/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> - <title>smartmontools Home Page (last updated $Date: 2004/04/28 18:51:23 $)</title> + <title>smartmontools Home Page (last updated $Date: 2004/05/03 16:04:07 $)</title> <link rev="made" href="mailto:smartmontools-support@sourceforge.net" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="description" content="smartmontools Home Page" /> @@ -9,7 +9,7 @@ </head> <body> -<!-- $Id: index.html,v 1.146 2004/04/28 18:51:23 ballen4705 Exp $ --> +<!-- $Id: index.html,v 1.147 2004/05/03 16:04:07 ballen4705 Exp $ --> <div align="center"> <img src="smart_logo.gif" border="0" width="105" height="59" alt="SMART LOGO" /> @@ -151,12 +151,12 @@ do to get the latest development code is (but note that the development code may be unstable, and that the documentation and code may be inconsistent):</p> -<pre>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</pre></li> +<pre>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</pre></li> <li>To instead get the 5.1-16 release: -<pre>cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5</pre></li> +<pre>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5</pre></li> <li><p>This will create a subdirectory called <tt>sm5/</tt> containing the code.  Go to that directory, build, and install:</p> @@ -963,8 +963,8 @@ from smartmontools smartctl utility:</b> Maintained by: <a href="mailto:smartmontools-support@lists.sourceforge.net">Bruce Allen</a><br /> Copyright (C) 2002-4 Bruce Allen<br /> -Last updated: <tt>$Date: 2004/04/28 18:51:23 $</tt><br /> -CVS tag: <tt>$Id: index.html,v 1.146 2004/04/28 18:51:23 ballen4705 Exp $</tt> +Last updated: <tt>$Date: 2004/05/03 16:04:07 $</tt><br /> +CVS tag: <tt>$Id: index.html,v 1.147 2004/05/03 16:04:07 ballen4705 Exp $</tt> <hr size="2" /> -- GitLab