diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 7541cb26c8c22cff6737427a2ee7ebdd3665f296..50252b4d5938d2055a1f32a4e5ef812ead4eb546 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 e8fb4a180ec6b070214d4ccf9c9a4219d1121ade..cc5c1d61215343ed3fb0752c82de80943033ecff 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 21aaf9e14b2db12d0909001bcabc84761e0e6b24..2d6fbfa85752da64dbe43df8dec2def15b5e891a 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 6d6e1c821fb5d6dd70d8c3c83da1381c8d774848..15cd0bc1fdab3870d50ac800a4547bec17b7d88a 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 21e23d85fcc57845d0717bb29aa536bce3edd664..2abfe7d0d81a9ea2434672587d0b2ab732383d68 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 6e110c2085ea232309bb17e2bc16b975c4ff1d09..b1f79c08e39f2af13af73180a9a450a1a0ad8fa6 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()