From b19d5b8a9e358d04f1bd01bb5b834b5c19f82364 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 31 Oct 2002 17:01:15 +0000 Subject: [PATCH] release 26 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@189 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 9 +++++++-- sm5/VERSION | 2 +- sm5/smartd.8 | 20 ++++++++++++++------ sm5/smartmontools.spec | 4 ++-- 4 files changed, 24 insertions(+), 11 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index f9530274f..a8449ac0d 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.34 2002/10/30 19:16:40 ballen4705 Exp $ +$Id: CHANGELOG,v 1.35 2002/10/31 17:01:14 ballen4705 Exp $ Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> @@ -25,8 +25,13 @@ NOTES FOR FUTURE RELEASES: see TODO file. CURRENT RELEASE (see VERSION file in this directory): +smartmontools-5.0.26 -smartmontools-5.0.24 +Fixed typesetting error in man page smartd.8 + +Removed redundant variable (harmless) from smartd.c + +smartmontools-5.0.25 Added a new directive for the configuration file. If the word DEVICESCAN appears before any non-commented material in the diff --git a/sm5/VERSION b/sm5/VERSION index 7273c0fa8..6f4247a62 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -25 +26 diff --git a/sm5/smartd.8 b/sm5/smartd.8 index fbf07beb8..9829f32bf 100644 --- a/sm5/smartd.8 +++ b/sm5/smartd.8 @@ -13,7 +13,7 @@ \# at the Concurrent Systems Laboratory (now part of the Storage Systems \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ -.TH SMARTD 8 "$Date: 2002/10/30 19:16:41 $" "smartmontools-5.0" +.TH SMARTD 8 "$Date: 2002/10/31 17:01:15 $" "smartmontools-5.0" .SH NAME smartd \- S.M.A.R.T. Daemon .SH SYNOPSIS @@ -316,17 +316,23 @@ command-line option.] .TP .B \-p Prefail: Report anytime that a prefail attribute has changed -its value since the last check, 30 min ago. +its value since the last check, 30 min ago. [Please see the +.B smartctl \-v +command-line option.] .TP .B \-u Usage: Report anytime that a usage attribute has changed its value -since the last check, N seconds ago. +since the last check, N seconds ago. [Please see the +.B smartctl \-v +command-line option.] .TP .B \-t Track: Equivalent to turning on the two previous flags '\-t' and '\-u'. Tracks changes in .I all -device attributes. +device attributes. [Please see the +.B smartctl \-v +command-line option.] .TP .B \-i <ID> Ignore: This Directive modifies the behavior of the '\-f' attribute @@ -359,11 +365,13 @@ to track changes in both prefailure and usage attributes, to report increases in the number of self-test log errors, and .B '\-l' to report increases in the number of ATA errors. +.TP .B # Comment: ignore the remainder of the line. +.TP .B \(rs Continuation character: if this is the last non-white or non-comment -character, then the following line is a continuation of the current +character on a line, then the following line is a continuation of the current one. If you are not sure which Directives to use, I suggest experimenting @@ -484,4 +492,4 @@ Please let us know if there is an on\-line source for this document. .SH CVS ID OF THIS PAGE: -$Id: smartd.8,v 1.18 2002/10/30 19:16:41 ballen4705 Exp $ +$Id: smartd.8,v 1.19 2002/10/31 17:01:15 ballen4705 Exp $ diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 68c1d2272..68e1db6c0 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 25 +Release: 26 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Name: smartmontools Version: 5.0 @@ -18,7 +18,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> # http://telia.dl.sourceforge.net/sourceforge/smartmontools/smartmontools-%{version}-%{release}.tar.gz # CVS ID of this file is: -# $Id: smartmontools.spec,v 1.36 2002/10/30 19:20:10 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.37 2002/10/31 17:01:15 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net -- GitLab