From 8e1eaee86c74c09242b196b9c8be88769949d742 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 31 Oct 2003 22:28:37 +0000
Subject: [PATCH] Release 5.23 RELEASE_5_23

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1189 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG          | 6 +++---
 sm5/smartd.initd.in    | 4 ++--
 sm5/smartmontools.spec | 9 ++++++++-
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index d6b63ed82..9e4df24a7 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 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
diff --git a/sm5/smartd.initd.in b/sm5/smartd.initd.in
index f06720921..1391004ae 100755
--- a/sm5/smartd.initd.in
+++ b/sm5/smartd.initd.in
@@ -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
diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index f4c0e81be..0113431d6 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -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.
-- 
GitLab