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

Minor edits

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1952 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 5ff4f4d0
No related branches found
No related tags found
No related merge requests found
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]) {"
......
.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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment