diff --git a/sm5/Makefile b/sm5/Makefile index 7e215fc8f51b1f05ed6bfd84c6506349795ab58b..f6697f46ef56a84471a05eae56f9daaa7ffba739 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -2,7 +2,7 @@ # # Home page: http://smartmontools.sourceforge.net # -# $Id: Makefile,v 1.37 2002/11/11 12:43:53 ballen4705 Exp $ +# $Id: Makefile,v 1.38 2002/11/15 14:51:31 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # @@ -39,7 +39,7 @@ LDFLAGS = # -s releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.h Makefile\ README scsicmds.c scsicmds.h scsiprint.c scsiprint.h smartctl.8 smartctl.c smartctl.h\ - smartd.8 smartd.c smartd.h smartd.initd TODO VERSION smartd.conf smartd.conf.5 + smartd.8 smartd.c smartd.h smartd.initd TODO WARNINGS VERSION smartd.conf smartd.conf.5 counter=$(shell cat VERSION) newcounter=$(shell ./add ) @@ -105,6 +105,7 @@ install: install -m 644 -o root -g root -D README $(DESTDIR)/usr/share/doc/smartmontools-5.0/README install -m 644 -o root -g root -D TODO $(DESTDIR)/usr/share/doc/smartmontools-5.0/TODO install -m 644 -o root -g root -D VERSION $(DESTDIR)/usr/share/doc/smartmontools-5.0/VERSION + install -m 644 -o root -g root -D WARNINGS $(DESTDIR)/usr/share/doc/smartmontools-5.0/WARNINGS install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/usr/share/doc/smartmontools-5.0/smartd.conf install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/etc/smartd.conf.example if [ ! -f $(DESTDIR)/etc/smartd.conf ] ; then install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/etc/smartd.conf ; fi diff --git a/sm5/README b/sm5/README index d14bae23fe06f5573dd0cf7545855fbd477ff096..64f40ea3aacf66bb263c81968d11445ad4f4b002 100644 --- a/sm5/README +++ b/sm5/README @@ -91,6 +91,7 @@ Eleven files are installed: /usr/share/doc/smartmontools-5.0/CHANGELOG [A log of changes. Also see CVS] /usr/share/doc/smartmontools-5.0/COPYING [GNU Public License.] /usr/share/doc/smartmontools-5.0/VERSION [Version number] +/usr/share/doc/smartmontools-5.0/WARNINGS [Systems where lockups or other serious problems reported] /usr/share/doc/smartmontools-5.0/smartd.conf [Example Configuration file for /etc/] /etc/smartd.conf.example [Example Configuration file for /etc/] diff --git a/sm5/WARNINGS b/sm5/WARNINGS new file mode 100644 index 0000000000000000000000000000000000000000..205f1f07196c76fd5618a2b24b9afffb561ef05a --- /dev/null +++ b/sm5/WARNINGS @@ -0,0 +1,4 @@ +The following are controllers/drives where there have been reports of +serious problems (eg system lockup): + +Dell servers using AACRAID (SCSI): drew@eastvan.bc.ca diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index 210579fb6ffc01dbae143649685fa8bf2d268cb9..09f5913f0c91a9a2720137793c8a77274b55b9b5 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.65 2002/11/15 13:13:13 sbrabec Exp $ +# $Id: smartmontools.spec,v 1.66 2002/11/15 14:51:31 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net/ @@ -212,7 +212,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %attr(644,root,root) %{_mandir}/man8/smartctl.8* %attr(644,root,root) %{_mandir}/man8/smartd.8* %attr(644,root,root) %{_mandir}/man5/smartd.conf.5* -%doc CHANGELOG COPYING TODO README VERSION smartd.conf +%doc WARNINGS CHANGELOG COPYING TODO README VERSION smartd.conf %config(noreplace) %{_sysconfdir}/smartd.conf %config %{_sysconfdir}/smartd.conf.example