Skip to content
Snippets Groups Projects
Commit 3bc94310 authored by ballen4705's avatar ballen4705
Browse files

release 18

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@152 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent fa6914dd
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.25 2002/10/26 19:33:39 ballen4705 Exp $ $Id: CHANGELOG,v 1.26 2002/10/29 10:16:13 ballen4705 Exp $
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
...@@ -25,7 +25,36 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -25,7 +25,36 @@ NOTES FOR FUTURE RELEASES: see TODO file.
CURRENT RELEASE (see VERSION file in this directory): CURRENT RELEASE (see VERSION file in this directory):
smartmontools-5.0-VERSION
smartmontools-5.0-18
smartctl: smartctl would previously print the LBA of a self-test
if it completed, and the LBA was not 0 or 0xff...f However
according to the specs this is not correct. According to the
specs, if the self-test completed without error then LBA is
undefined. This version fixes that. LBA value only printed if
self-test encountered an error.
smartmontools-5.0-17
smartd has changed significantly. This is the first CVS checkin of
code that extends the options available for smartd. The following
options can be placed into the /etc/smartd.conf file, and control the
behavior of smartd.
Configuration file Directives (following device name):
-A Device is an ATA device
-S Device is a SCSI device
-c Monitor SMART Health Status
-l Monitor SMART Error Log for changes
-L Monitor SMART Self-Test Log for new errors
-f Monitor for failure of any 'Usage' Attributes
-p Report changes in 'Prefailure' Attributes
-u Report changes in 'Usage' Attributes
-t Equivalent to -p and -u Directives
-i ID Ignore Attribute ID for -f Directive
-I ID Ignore Attribute ID for -p, -u or -t Directive
# Comment: text after a hash sign is ignored
\ Line continuation character
cleaned up functions used for printing CVS IDs. Now use string cleaned up functions used for printing CVS IDs. Now use string
library, as it should be. library, as it should be.
......
Release: 17 Release: 18
Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices
Name: smartmontools Name: smartmontools
Version: 5.0 Version: 5.0
...@@ -18,7 +18,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> ...@@ -18,7 +18,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net>
# http://telia.dl.sourceforge.net/sourceforge/smartmontools/smartmontools-%{version}-%{release}.tar.gz # http://telia.dl.sourceforge.net/sourceforge/smartmontools/smartmontools-%{version}-%{release}.tar.gz
# CVS ID of this file is: # CVS ID of this file is:
# $Id: smartmontools.spec,v 1.28 2002/10/26 20:53:08 ballen4705 Exp $ # $Id: smartmontools.spec,v 1.29 2002/10/29 10:16:13 ballen4705 Exp $
# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net # Home page: http://smartmontools.sourceforge.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment