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

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
parent 3e899a9a
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Home page: http://smartmontools.sourceforge.net # 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> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# #
...@@ -39,7 +39,7 @@ LDFLAGS = # -s ...@@ -39,7 +39,7 @@ LDFLAGS = # -s
releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.h Makefile\ 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\ 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) counter=$(shell cat VERSION)
newcounter=$(shell ./add ) newcounter=$(shell ./add )
...@@ -105,6 +105,7 @@ install: ...@@ -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 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 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 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)/usr/share/doc/smartmontools-5.0/smartd.conf
install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/etc/smartd.conf.example 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 if [ ! -f $(DESTDIR)/etc/smartd.conf ] ; then install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/etc/smartd.conf ; fi
......
...@@ -91,6 +91,7 @@ Eleven files are installed: ...@@ -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/CHANGELOG [A log of changes. Also see CVS]
/usr/share/doc/smartmontools-5.0/COPYING [GNU Public License.] /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/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/] /usr/share/doc/smartmontools-5.0/smartd.conf [Example Configuration file for /etc/]
/etc/smartd.conf.example [Example Configuration file for /etc/] /etc/smartd.conf.example [Example Configuration file for /etc/]
......
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
...@@ -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.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> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# Home page: http://smartmontools.sourceforge.net/ # Home page: http://smartmontools.sourceforge.net/
...@@ -212,7 +212,7 @@ make DESTDIR=$RPM_BUILD_ROOT install ...@@ -212,7 +212,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
%attr(644,root,root) %{_mandir}/man8/smartctl.8* %attr(644,root,root) %{_mandir}/man8/smartctl.8*
%attr(644,root,root) %{_mandir}/man8/smartd.8* %attr(644,root,root) %{_mandir}/man8/smartd.8*
%attr(644,root,root) %{_mandir}/man5/smartd.conf.5* %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(noreplace) %{_sysconfdir}/smartd.conf
%config %{_sysconfdir}/smartd.conf.example %config %{_sysconfdir}/smartd.conf.example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment