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

Updating spec file changelog, todo list

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