Skip to content
Snippets Groups Projects
Commit d5a0f02e authored by chrfranke's avatar chrfranke
Browse files

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
parent 6bc3419b
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools 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: 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: Maintainers / Developers Key:
[BA] Bruce Allen [BA] Bruce Allen
...@@ -32,6 +32,8 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -32,6 +32,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE> <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 [CF] smartd: Added '-W' directive to track temperature changes
and warn if temperature limits are reached. and warn if temperature limits are reached.
......
Smartmontools installation instructions 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: Please also see the smartmontools home page:
http://smartmontools.sourceforge.net/ http://smartmontools.sourceforge.net/
...@@ -206,8 +206,8 @@ Table of contents: ...@@ -206,8 +206,8 @@ Table of contents:
[2] Installing from CVS [2] Installing from CVS
======================= =======================
Get the sources from the CVS repository: Get the sources from the CVS repository:
cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login cvs -d :pserver:anonymous@smartmontools.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 co sm5
(when prompted for a password, just press Enter) (when prompted for a password, just press Enter)
Then type: Then type:
......
smartmontools NEWS 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: 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 Date 2006-04-12
Summary: smartmontools release 5.36 (STABLE) Summary: smartmontools release 5.36 (STABLE)
...@@ -72,7 +72,7 @@ This is an stable release of smartmontools. ...@@ -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 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 modify the 'configure' file, changing "pc-*-solaris*" on line 106
to read "*-pc-solaris*". Reference: 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 Date: 2004-5-4
......
...@@ -3,7 +3,7 @@ smartmontools - S.M.A.R.T. utility toolset for Darwin/Mac ...@@ -3,7 +3,7 @@ smartmontools - S.M.A.R.T. utility toolset for Darwin/Mac
OSX, FreeBSD, Linux, NetBSD, OpenBSD, Solaris, and Windows. 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 == == HOME ==
The home for smartmontools is located at: The home for smartmontools is located at:
...@@ -74,14 +74,14 @@ http://sourceforge.net/project/showfiles.php?group_id=64297 ...@@ -74,14 +74,14 @@ http://sourceforge.net/project/showfiles.php?group_id=64297
CVS CVS
--- ---
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter) cvs -d:pserver:anonymous@smartmontools.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 co sm5
This will create a subdirectory called sm5/ containing the code. This will create a subdirectory called sm5/ containing the code.
To instead get the 5.1-16 release: 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: To update your sources to the 5.1-18 release:
...@@ -94,7 +94,7 @@ cd sm5 ...@@ -94,7 +94,7 @@ cd sm5
cvs up -A cvs up -A
You can see what the different tags are by looking at 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 You'll see the tag names in the little scroll window where it says "Show
only files with tag". only files with tag".
......
$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: 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 The following are reports of serious problems (eg system lockup) which
were due to smartmontools. There are DARWIN, LINUX, FREEBSD, SOLARIS 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 ...@@ -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 ATA_SMART_READ_LOG_SECTOR on NT4/2000/XP. The Win32
implementation of smartctl/smartd uses undocumented implementation of smartctl/smartd uses undocumented
and possibly buggy system calls for this purpose: 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). command SCSIOP_ATA_PASSTHROUGH (0xCC).
2000/XP: Undocumented IOCTL_IDE_PASS_THROUGH. 2000/XP: Undocumented IOCTL_IDE_PASS_THROUGH.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# do a smartmontools release # do a smartmontools release
# (C) 2003-6 Bruce Allen <ballen4705@users.sourceforge.net>, # (C) 2003-6 Bruce Allen <ballen4705@users.sourceforge.net>,
# Guido Guenther <agx@sigxcpu.org> # 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: # Notes on generating releases:
# (1) update NEWS # (1) update NEWS
...@@ -29,7 +29,7 @@ setup_cvs() ...@@ -29,7 +29,7 @@ setup_cvs()
CVS_SERVER=fakevalue CVS_SERVER=fakevalue
unset CVS_SERVER || echo "can't unset CVS_SERVER=$CVS_SERVER" unset CVS_SERVER || echo "can't unset CVS_SERVER=$CVS_SERVER"
CVS_RSH=ssh CVS_RSH=ssh
CVSROOT=:ext:ballen4705@cvs.sourceforge.net:/cvsroot/smartmontools CVSROOT=:ext:ballen4705@smartmontools.cvs.sourceforge.net:/cvsroot/smartmontools
} }
get_release() get_release()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment