From 0ca1295d06c155b211a54beb8fcfa578a84a17fa Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 25 Oct 2002 14:23:40 +0000
Subject: [PATCH] Updating spec file changelog, todo list

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@121 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/TODO               |  7 +++++--
 sm5/smartmontools.spec | 10 +++++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/sm5/TODO b/sm5/TODO
index cd8574a90..3a35dba3a 100644
--- a/sm5/TODO
+++ b/sm5/TODO
@@ -4,7 +4,7 @@ Home page of code is: http://smartmontools.sourceforge.net
 
 Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
-$Id: TODO,v 1.14 2002/10/24 15:25:27 ballen4705 Exp $
+$Id: TODO,v 1.15 2002/10/25 14:23:40 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
@@ -45,7 +45,10 @@ error condition.  Make it also look at the smart status, if that is enabled and
 do that test as well.  Perhaps also see if the number of device errors has changed.
 
 Change smartd so that it monitors the ATA disk error log, and if the number of errors changes,
-log an entry.
+log an entry..
+
+Perhaps modify the -q option (quiet mode) so that it only warns of ATA errors if they have (say)
+taken place in the last 168 hours (week).
 
 Change input command line from using current command line format
 (getopt) to getopt_long() for long input options.  This will be
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index 677a99f39..86a1ee732 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -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.20 2002/10/24 13:08:17 ballen4705 Exp $
+# $Id: smartmontools.spec,v 1.21 2002/10/25 14:23:40 ballen4705 Exp $
 
 # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 # Home page: http://smartmontools.sourceforge.net
@@ -104,6 +104,14 @@ fi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
+* Fri Oct 25 2002 Bruce Allen  <smartmontools-support@lists.sourceforge.net>
+-   smartd on startup now looks in the configuration file /etc/smartd.conf for
+    a list of devices which to include in its monitoring list.  See man page
+    (man smartd) for syntax. If not found, try all ata and ide devices.
+-   smartd: close file descriptors of SCSI device if not SMART capable
+    Closes ALL file descriptors after forking to daemon.
+-   added new temperature attribute (231, temperature)
+-   smartd: now open ATA disks using O_RDONLY
 * Thu Oct 24 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 - smartd now prints the name of a failed or changed attribute into logfile,
   not just ID number
-- 
GitLab