diff --git a/sm5/NEWS b/sm5/NEWS index 0c3162543e213c13ed76d741e6da24872ae49e1e..29e9393810241ba4f681eb9b8718e9fc3dd73f1a 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 d1ebd8f9f5dfee46ad7738535ee279acf61c427a..4033bbffdb874dc28873aee3950419f42f7a4dcf 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: