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

Release 5.23 RELEASE_5_23

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1189 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent c96abf24
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.235 2003/10/31 20:37:49 ballen4705 Exp $
$Id: CHANGELOG,v 1.236 2003/10/31 22:28:37 ballen4705 Exp $
Maintainers / Developers Key:
[BA] Bruce Allen
......@@ -25,8 +25,8 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory):
smartmontools 5.23
[BA] smartd: doesn't close file descriptors of ATA packet devices
that are scanned.
[BA] smartd: didn't close file descriptors of ATA packet devices
that are scanned. Fixed.
[BA] Added reload/report targets to the smartmontools init script.
reload: reloads config file
......
......@@ -6,7 +6,7 @@
#
# processname: smartd
#
# $Id: smartd.initd.in,v 1.8 2003/10/31 10:24:28 ballen4705 Exp $
# $Id: smartd.initd.in,v 1.9 2003/10/31 22:28:37 ballen4705 Exp $
#
# Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
#
......@@ -53,7 +53,7 @@ if [ -f /etc/redhat-release -o -f /etc/yellowdog-release -o -f /etc/mandrake-rel
echo
;;
reload)
echo -n $"Reloading smartd.conf: "
echo -n $"Reloading config file smartd.conf: "
killproc /usr/sbin/smartd -HUP
RETVAL=$?
echo
......
......@@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net>
# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz
# CVS ID of this file is:
# $Id: smartmontools.spec,v 1.139 2003/10/30 12:56:39 ballen4705 Exp $
# $Id: smartmontools.spec,v 1.140 2003/10/31 22:28:37 ballen4705 Exp $
# Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net/
......@@ -306,6 +306,13 @@ fi
# [PW] Phil Williams
%changelog
* Fri Oct 31 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- [BA] smartd: didn't close file descriptors of ATA packet devices
that are scanned. Fixed.
- [BA] Added reload/report targets to the smartmontools init script.
reload: reloads config file
report: send SIGUSR1 to check devices now
* Mon Oct 27 2003 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- [EM] Fix compile issues for FreeBSD < 5-CURRENT.
- [PW] Added Fujitsu MHM2200AT to knowndrives table.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment