From d5a0f02e0c6e46272d23925d2352b28d08fbf085 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 19 May 2006 16:33:33 +0000 Subject: [PATCH] Updated hostname and links for new SourceForge CVS service. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2169 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 6 ++++-- sm5/INSTALL | 6 +++--- sm5/NEWS | 6 +++--- sm5/README | 10 +++++----- sm5/WARNINGS | 6 +++--- sm5/do_release | 4 ++-- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 7541cb26c..50252b4d5 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,9 +1,9 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.544 2006/05/12 21:39:20 chrfranke Exp $ +$Id: CHANGELOG,v 1.545 2006/05/19 16:33:33 chrfranke Exp $ The most recent version of this file is: -http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup +http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup Maintainers / Developers Key: [BA] Bruce Allen @@ -32,6 +32,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> + [CF] Updated hostname and links for new SourceForge CVS service. + [CF] smartd: Added '-W' directive to track temperature changes and warn if temperature limits are reached. diff --git a/sm5/INSTALL b/sm5/INSTALL index e8fb4a180..cc5c1d612 100644 --- a/sm5/INSTALL +++ b/sm5/INSTALL @@ -1,7 +1,7 @@ Smartmontools installation instructions ======================================= -$Id: INSTALL,v 1.63 2006/04/23 14:34:40 chrfranke Exp $ +$Id: INSTALL,v 1.64 2006/05/19 16:33:33 chrfranke Exp $ Please also see the smartmontools home page: http://smartmontools.sourceforge.net/ @@ -206,8 +206,8 @@ Table of contents: [2] Installing from CVS ======================= Get the sources from the CVS repository: - cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login - cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools co sm5 + cvs -d :pserver:anonymous@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools login + cvs -d :pserver:anonymous@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools co sm5 (when prompted for a password, just press Enter) Then type: diff --git a/sm5/NEWS b/sm5/NEWS index 21aaf9e14..2d6fbfa85 100644 --- a/sm5/NEWS +++ b/sm5/NEWS @@ -1,9 +1,9 @@ smartmontools NEWS ------------------ -CVS ID: $Id: NEWS,v 1.29 2006/04/12 15:46:30 ballen4705 Exp $ +CVS ID: $Id: NEWS,v 1.30 2006/05/19 16:33:33 chrfranke Exp $ The most up-to-date version of this file is: -http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/NEWS?sortby=date&view=markup +http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/NEWS?view=markup Date 2006-04-12 Summary: smartmontools release 5.36 (STABLE) @@ -72,7 +72,7 @@ This is an stable release of smartmontools. Note added 2004/7/7: users building a Solaris/Intel version of the code should modify the 'configure' file, changing "pc-*-solaris*" on line 106 to read "*-pc-solaris*". Reference: -http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/configure.in?r1=1.83&r2=1.84 +http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/configure.in?r1=1.83&r2=1.84 Date: 2004-5-4 diff --git a/sm5/README b/sm5/README index 6d6e1c821..15cd0bc1f 100644 --- a/sm5/README +++ b/sm5/README @@ -3,7 +3,7 @@ smartmontools - S.M.A.R.T. utility toolset for Darwin/Mac OSX, FreeBSD, Linux, NetBSD, OpenBSD, Solaris, and Windows. ========================================================== -$Id: README,v 1.55 2006/04/12 14:54:28 ballen4705 Exp $ +$Id: README,v 1.56 2006/05/19 16:33:33 chrfranke Exp $ == HOME == The home for smartmontools is located at: @@ -74,14 +74,14 @@ http://sourceforge.net/project/showfiles.php?group_id=64297 CVS --- -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 +cvs -d:pserver:anonymous@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter) +cvs -d:pserver:anonymous@smartmontools.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.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5 +cvs -d:pserver:anonymous@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools co -r RELEASE_5_1_16 sm5 To update your sources to the 5.1-18 release: @@ -94,7 +94,7 @@ cd sm5 cvs up -A You can see what the different tags are by looking at -http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/smartmontools/sm5/ . +http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/ . You'll see the tag names in the little scroll window where it says "Show only files with tag". diff --git a/sm5/WARNINGS b/sm5/WARNINGS index 21e23d85f..2abfe7d0d 100644 --- a/sm5/WARNINGS +++ b/sm5/WARNINGS @@ -1,7 +1,7 @@ -$Id: WARNINGS,v 1.32 2005/04/20 19:17:33 geoffk1 Exp $ +$Id: WARNINGS,v 1.33 2006/05/19 16:33:33 chrfranke Exp $ The most recent version of this file can be found here: -http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/WARNINGS?view=markup +http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/WARNINGS?view=markup The following are reports of serious problems (eg system lockup) which were due to smartmontools. There are DARWIN, LINUX, FREEBSD, SOLARIS @@ -107,7 +107,7 @@ NOTE: The IOCTL call SMART_RCV_DRIVE_DATA does not support ATA_SMART_READ_LOG_SECTOR on NT4/2000/XP. The Win32 implementation of smartctl/smartd uses undocumented and possibly buggy system calls for this purpose: - NT4: IOCTL_SCSI_PASS_THROUGH.with undocumented pseudo SCSI + NT4: IOCTL_SCSI_PASS_THROUGH with undocumented pseudo SCSI command SCSIOP_ATA_PASSTHROUGH (0xCC). 2000/XP: Undocumented IOCTL_IDE_PASS_THROUGH. diff --git a/sm5/do_release b/sm5/do_release index 6e110c208..b1f79c08e 100755 --- a/sm5/do_release +++ b/sm5/do_release @@ -3,7 +3,7 @@ # do a smartmontools release # (C) 2003-6 Bruce Allen <ballen4705@users.sourceforge.net>, # Guido Guenther <agx@sigxcpu.org> -# $Id: do_release,v 1.38 2006/04/12 17:39:32 ballen4705 Exp $ +# $Id: do_release,v 1.39 2006/05/19 16:33:33 chrfranke Exp $ # Notes on generating releases: # (1) update NEWS @@ -29,7 +29,7 @@ setup_cvs() CVS_SERVER=fakevalue unset CVS_SERVER || echo "can't unset CVS_SERVER=$CVS_SERVER" CVS_RSH=ssh - CVSROOT=:ext:ballen4705@cvs.sourceforge.net:/cvsroot/smartmontools + CVSROOT=:ext:ballen4705@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools } get_release() -- GitLab