From 99854705eb52b3367386ca258f953df51e1bb590 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 15 Nov 2002 14:51:31 +0000 Subject: [PATCH] Added WARNING file with list of problem systems git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@281 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/Makefile | 5 +++-- sm5/README | 1 + sm5/WARNINGS | 4 ++++ sm5/smartmontools.spec | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 sm5/WARNINGS diff --git a/sm5/Makefile b/sm5/Makefile index 7e215fc8f..f6697f46e 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 d14bae23f..64f40ea3a 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 000000000..205f1f071 --- /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 210579fb6..09f5913f0 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 -- GitLab