From 4de1b426013fa3b6dcf50536394c9ff01c1583dd Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 25 Oct 2002 15:05:09 +0000 Subject: [PATCH] release 13 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@124 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/VERSION | 2 +- sm5/smartmontools.spec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sm5/VERSION b/sm5/VERSION index 48082f72f..b1bd38b62 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -12 +13 diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 86e791c29..2d473a31e 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 12 +Release: 13 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Name: smartmontools Version: 5.0 @@ -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.22 2002/10/25 14:54:14 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.23 2002/10/25 15:05:09 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net @@ -94,6 +94,8 @@ else echo "Run \"/etc/rc.d/init.d/smartd start\" to start smartd service now." echo "Run \"/sbin/chkconfig --add smartd\", to start smartd service on system boot" fi +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 smartd for details." %preun if [ -f /var/lock/subsys/smartd ]; then -- GitLab