From adc7f91f245e4e768475396733d66015c9978c6a Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 14 Sep 2004 01:48:35 +0000 Subject: [PATCH] Minor edits git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1952 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/NEWS | 4 ++-- sm5/smartctl.8.in | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sm5/NEWS b/sm5/NEWS index 0c3162543..29e939381 100644 --- a/sm5/NEWS +++ b/sm5/NEWS @@ -1,6 +1,6 @@ smartmontools NEWS ------------------ -CVS ID: $Id: NEWS,v 1.24 2004/09/05 21:04:56 ballen4705 Exp $ +CVS ID: $Id: NEWS,v 1.25 2004/09/14 01:48:35 ballen4705 Exp $ The most up-to-date version of this file is: http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/NEWS?sortby=date&view=markup @@ -52,7 +52,7 @@ since 5.26. the configuration file /etc/smartd.conf contains NO valid entries. This bug was introduced in version 1.259 of smartd.c by BA and is present in smartmontools releases 5.27-5.30 inclusive. This can - be fixed by editing line 3389 of smartd.c, and changing: + be fixed by editing line 3165 of smartd.c, and changing: "else if (cfgentries[0]) {" to read: "else if (cfgentries && cfgentries[0]) {" diff --git a/sm5/smartctl.8.in b/sm5/smartctl.8.in index d1ebd8f9f..4033bbffd 100644 --- a/sm5/smartctl.8.in +++ b/sm5/smartctl.8.in @@ -1,7 +1,7 @@ .ig Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> - $Id: smartctl.8.in,v 1.64 2004/09/10 04:13:41 ballen4705 Exp $ + $Id: smartctl.8.in,v 1.65 2004/09/14 01:48:35 ballen4705 Exp $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -947,7 +947,6 @@ during normal system operation (unless run in captive mode \- see the \'\-C\' option below). .I select,N\-M - \- [ATA ONLY] [NEW EXPERIMENTAL SMARTCTL FEATURE] runs a SMART Selective Self Test, to test a \fBrange\fP of disk Logical Block Addresses (LBAs), rather than the entire disk. Each range of LBAs @@ -1239,7 +1238,7 @@ these documents may be found in the References section of the .SH CVS ID OF THIS PAGE: -$Id: smartctl.8.in,v 1.64 2004/09/10 04:13:41 ballen4705 Exp $ +$Id: smartctl.8.in,v 1.65 2004/09/14 01:48:35 ballen4705 Exp $ .\" Local Variables: .\" mode: nroff .\" End: -- GitLab