Skip to content
Snippets Groups Projects
Commit 763bb78b authored by ballen4705's avatar ballen4705
Browse files

Release 5.1.15

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@825 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 914a0b56
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.162 2003/07/20 20:09:38 ballen4705 Exp $ $Id: CHANGELOG,v 1.163 2003/07/23 23:13:19 ballen4705 Exp $
Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
...@@ -38,6 +38,10 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory): ...@@ -38,6 +38,10 @@ CURRENT DEVELOPMENT VERSION (see VERSION file in this directory):
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED HERE, PLEASE>
[BA] Cleaned up smartmontools.spec so that upgrading, removing
and other such operations correctly preserve running behavior
and booting behavior of smartd.
[BA] Improved formatting of ATA Error Log printout, and added [BA] Improved formatting of ATA Error Log printout, and added
listing of names of commands that caused the error. Added listing of names of commands that caused the error. Added
obsolete ATA-4 SMART feature commands to table, along with obsolete ATA-4 SMART feature commands to table, along with
......
...@@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net> ...@@ -30,7 +30,7 @@ Packager: Bruce Allen <smartmontools-support@lists.sourceforge.net>
# http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz # http://ftp1.sourceforge.net/smartmontools/smartmontools-%{version}-%{release}.tar.gz
# CVS ID of this file is: # CVS ID of this file is:
# $Id: smartmontools.spec,v 1.108 2003/07/23 22:30:55 ballen4705 Exp $ # $Id: smartmontools.spec,v 1.109 2003/07/23 23:13:19 ballen4705 Exp $
# Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net/ # Home page: http://smartmontools.sourceforge.net/
...@@ -240,12 +240,19 @@ if [ -f /usr/share/man/man8/smartd.8 ] ; then ...@@ -240,12 +240,19 @@ if [ -f /usr/share/man/man8/smartd.8 ] ; then
echo "You MUST delete (by hand) the outdated file /usr/share/man/man8/smartd.8 to read the new manual page for smartd." echo "You MUST delete (by hand) the outdated file /usr/share/man/man8/smartd.8 to read the new manual page for smartd."
fi fi
if [ ! -f /etc/smartd.conf ]; then
echo "Note that you can use a configuration file /etc/smartd.conf to control the"
echo "startup behavior of the smartd daemon. See man 8 smartd for details."
fi
# run after installation. Passed "1" the first time package installed, else a larger number # run after installation. Passed "1" the first time package installed, else a larger number
%post %post
# if smartd is already running, restart it with the new daemon
if [ -f /var/lock/subsys/smartd ]; then if [ -f /var/lock/subsys/smartd ]; then
/etc/rc.d/init.d/smartd restart 1>&2 /etc/rc.d/init.d/smartd restart 1>&2
echo "Restarted smartd services" echo "Restarted smartd services"
else else
# else tell the user how to start it
echo "Run \"/etc/rc.d/init.d/smartd start\" to start smartd service now." echo "Run \"/etc/rc.d/init.d/smartd start\" to start smartd service now."
fi fi
...@@ -255,10 +262,8 @@ printmessage=$? ...@@ -255,10 +262,8 @@ printmessage=$?
if [ $printmessage -ne 0 ] ; then if [ $printmessage -ne 0 ] ; then
echo "Run \"/sbin/chkconfig --add smartd\", to start smartd service on system boot" echo "Run \"/sbin/chkconfig --add smartd\", to start smartd service on system boot"
echo "Note that you can now use a configuration file /etc/smartd.conf to control the"
echo "startup behavior of the smartd daemon. See man 8 smartd for details."
else else
echo "smartd is currently configured to start up on system boot" echo "smartd will continue to start up on system boot"
fi fi
...@@ -278,7 +283,7 @@ if [ "$1" = "0" ]; then ...@@ -278,7 +283,7 @@ if [ "$1" = "0" ]; then
if [ $notlinked -eq 0 ]; then if [ $notlinked -eq 0 ]; then
/sbin/chkconfig --del smartd /sbin/chkconfig --del smartd
echo "Removing links to smartd boot-time startup scripts" echo "Removing chkconfig links to smartd boot-time startup scripts"
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment