diff --git a/sm5/Makefile b/sm5/Makefile index 72e11711e2123f1af34c412b2634a97c2ee1ca99..0570bd9a8d99841ccf5055113218637870d5120d 100644 --- a/sm5/Makefile +++ b/sm5/Makefile @@ -2,7 +2,7 @@ # # Home page: http://smartmontools.sourceforge.net # -# $Id: Makefile,v 1.43 2003/01/04 10:38:44 ballen4705 Exp $ +# $Id: Makefile,v 1.44 2003/01/14 13:07:40 ballen4705 Exp $ # # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # @@ -95,21 +95,21 @@ install: /bin/gzip -c smartd.conf.5 > smartd.conf.5.gz rm -f $(DESTDIR)/usr/share/man/man8/smartctl.8 rm -f $(DESTDIR)/usr/share/man/man8/smartd.8 - install -m 755 -o root -g root -D smartctl $(DESTDIR)/usr/sbin/smartctl - install -m 755 -o root -g root -D smartd $(DESTDIR)/usr/sbin/smartd - install -m 755 -o root -g root -D smartd.initd $(DESTDIR)/etc/rc.d/init.d/smartd - install -m 644 -o root -g root -D smartctl.8.gz $(DESTDIR)/usr/share/man/man8/smartctl.8.gz - install -m 644 -o root -g root -D smartd.8.gz $(DESTDIR)/usr/share/man/man8/smartd.8.gz - install -m 644 -o root -g root -D smartd.conf.5.gz $(DESTDIR)/usr/share/man/man5/smartd.conf.5.gz - install -m 644 -o root -g root -D CHANGELOG $(DESTDIR)/usr/share/doc/smartmontools-5.1/CHANGELOG - install -m 644 -o root -g root -D COPYING $(DESTDIR)/usr/share/doc/smartmontools-5.1/COPYING - install -m 644 -o root -g root -D README $(DESTDIR)/usr/share/doc/smartmontools-5.1/README - install -m 644 -o root -g root -D TODO $(DESTDIR)/usr/share/doc/smartmontools-5.1/TODO - install -m 644 -o root -g root -D VERSION $(DESTDIR)/usr/share/doc/smartmontools-5.1/VERSION - install -m 644 -o root -g root -D WARNINGS $(DESTDIR)/usr/share/doc/smartmontools-5.1/WARNINGS - install -m 644 -o root -g root -D smartd.conf $(DESTDIR)/usr/share/doc/smartmontools-5.1/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 + install -m 755 -D smartctl $(DESTDIR)/usr/sbin/smartctl + install -m 755 -D smartd $(DESTDIR)/usr/sbin/smartd + install -m 755 -D smartd.initd $(DESTDIR)/etc/rc.d/init.d/smartd + install -m 644 -D smartctl.8.gz $(DESTDIR)/usr/share/man/man8/smartctl.8.gz + install -m 644 -D smartd.8.gz $(DESTDIR)/usr/share/man/man8/smartd.8.gz + install -m 644 -D smartd.conf.5.gz $(DESTDIR)/usr/share/man/man5/smartd.conf.5.gz + install -m 644 -D CHANGELOG $(DESTDIR)/usr/share/doc/smartmontools-5.1/CHANGELOG + install -m 644 -D COPYING $(DESTDIR)/usr/share/doc/smartmontools-5.1/COPYING + install -m 644 -D README $(DESTDIR)/usr/share/doc/smartmontools-5.1/README + install -m 644 -D TODO $(DESTDIR)/usr/share/doc/smartmontools-5.1/TODO + install -m 644 -D VERSION $(DESTDIR)/usr/share/doc/smartmontools-5.1/VERSION + install -m 644 -D WARNINGS $(DESTDIR)/usr/share/doc/smartmontools-5.1/WARNINGS + install -m 644 -D smartd.conf $(DESTDIR)/usr/share/doc/smartmontools-5.1/smartd.conf + install -m 644 -D smartd.conf $(DESTDIR)/etc/smartd.conf.example + if [ ! -f $(DESTDIR)/etc/smartd.conf ] ; then install -m 644 -D smartd.conf $(DESTDIR)/etc/smartd.conf ; fi @echo -e "\n\nTo manually start smartd on bootup, run /etc/rc.d/init.d/smartd start" @echo "To automatically start smartd on bootup, run /sbin/chkconfig --add smartd" @echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\nman 8 smartd\n." @@ -149,4 +149,4 @@ release: smartd.conf.5 mv /usr/src/redhat/RPMS/i386/$(pkgname)*.rpm . mv /usr/src/redhat/SRPMS/$(pkgname)*rpm . rm -f /usr/src/redhat/SOURCES/$(pkgname).tar.gz - echo `hostname` | grep -q ballen && echo $(newcounter) > VERSION && chown ballen.ballen * + echo `hostname` | grep -q ballen && echo $(newcounter) > VERSION diff --git a/sm5/VERSION b/sm5/VERSION index d00491fd7e5bb6fa28c517a0bb32b8b506539d4d..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f 100644 --- a/sm5/VERSION +++ b/sm5/VERSION @@ -1 +1 @@ -1 +2 diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec index b097077b9065cfa7256b373cea0ad440e2e8279a..28afff00b1889dc9228c562d3dbb82869fa847c7 100644 --- a/sm5/smartmontools.spec +++ b/sm5/smartmontools.spec @@ -1,4 +1,4 @@ -Release: 1 +Release: 2 Summary: SMARTmontools - for monitoring S.M.A.R.T. disks and devices Summary(cs): SMARTmontools - pro monitorov�n� S.M.A.R.T. disk� a za��zen� Summary(de): SMARTmontools - zur �berwachung von S.M.A.R.T.-Platten und-Ger�ten @@ -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.83 2003/01/12 10:23:29 ballen4705 Exp $ +# $Id: smartmontools.spec,v 1.84 2003/01/14 13:07:40 ballen4705 Exp $ # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Home page: http://smartmontools.sourceforge.net/