diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index d6b63ed8212b3441ec5a32d7f4747f478aef3ef4..9e4df24a78a8d98dd2bff7b204fc9307c0676064 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 f067209211d6a2cd654428a299b25c3d33b2a2c5..1391004ae31b6f18221e1f48849e2c30c87fdc13 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 f4c0e81be94c8ff73fbaf5a825c1bd7ffc6df14a..0113431d69c718a383cf1e9cba637e9d1fd2868b 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.