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

Starting to prepare for first 5.1 series release

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@400 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 9743cd86
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.75 2003/01/02 16:38:29 pjwilliams Exp $ $Id: CHANGELOG,v 1.76 2003/01/03 07:00:26 ballen4705 Exp $
Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
...@@ -33,6 +33,15 @@ NOTES FOR FUTURE RELEASES: see TODO file. ...@@ -33,6 +33,15 @@ NOTES FOR FUTURE RELEASES: see TODO file.
CURRENT RELEASE (see VERSION file in this directory): CURRENT RELEASE (see VERSION file in this directory):
smartmontools-5.1.1
START OF SMARTMONTOOLS 5.1 series
smartmontools-5.0.50
[PW] Changed smartd.conf Directives -- see man page [PW] Changed smartd.conf Directives -- see man page
[BA/DG] Fixed uncommented comment in smartd.conf [BA/DG] Fixed uncommented comment in smartd.conf
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Home page: http://smartmontools.sourceforge.net # Home page: http://smartmontools.sourceforge.net
# #
# $Id: Makefile,v 1.40 2002/12/05 06:13:20 ballen4705 Exp $ # $Id: Makefile,v 1.41 2003/01/03 07:00:27 ballen4705 Exp $
# #
# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> # Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
# #
...@@ -44,7 +44,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern. ...@@ -44,7 +44,7 @@ releasefiles=atacmds.c atacmds.h ataprint.c ataprint.h CHANGELOG COPYING extern.
counter=$(shell cat VERSION) counter=$(shell cat VERSION)
newcounter=$(shell ./add ) newcounter=$(shell ./add )
pkgname=smartmontools-5.0 pkgname=smartmontools-5.1
pkgname2=$(pkgname)-$(counter) pkgname2=$(pkgname)-$(counter)
all: smartd smartctl all: smartd smartctl
...@@ -101,26 +101,26 @@ install: ...@@ -101,26 +101,26 @@ install:
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 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.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 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.0/CHANGELOG 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.0/COPYING 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.0/README 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.0/TODO 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.0/VERSION 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.0/WARNINGS 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.0/smartd.conf 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 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
@echo -e "\n\nTo manually start smartd on bootup, run /etc/rc.d/init.d/smartd start" @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 "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." @echo -e "\n\nSmartd can now use a configuration file /etc/smartd.conf. Do:\nman 8 smartd\n."
@echo -e "A sample configuration file may be found in /usr/share/doc/smartmontools-5.0 and /etc/smartd.conf.example/\n\n" @echo -e "A sample configuration file may be found in /usr/share/doc/smartmontools-5.1 and /etc/smartd.conf.example/\n\n"
# perhaps for consistency I should also have $(DESTDIR) for the uninstall... # perhaps for consistency I should also have $(DESTDIR) for the uninstall...
uninstall: uninstall:
rm -f /usr/share/man/man8/smartctl.8 /usr/share/man/man8/smartd.8 /usr/sbin/smartctl \ rm -f /usr/share/man/man8/smartctl.8 /usr/share/man/man8/smartd.8 /usr/sbin/smartctl \
/usr/share/man/man8/smartctl.8.gz /usr/share/man/man8/smartd.8.gz \ /usr/share/man/man8/smartctl.8.gz /usr/share/man/man8/smartd.8.gz \
/usr/share/man/man5/smartd.conf.5.gz /usr/sbin/smartd /usr/share/man/man5/smartd.conf.5.gz /usr/sbin/smartd
rm -rf /usr/share/doc/smartmontools-5.0/ rm -rf /usr/share/doc/smartmontools-5.1/
if [ -f /var/lock/subsys/smartd -a -f /etc/rc.d/init.d/smartd ] ; then /etc/rc.d/init.d/smartd stop ; fi if [ -f /var/lock/subsys/smartd -a -f /etc/rc.d/init.d/smartd ] ; then /etc/rc.d/init.d/smartd stop ; fi
if [ -f /etc/rc.d/init.d/smartd ] ; then /sbin/chkconfig --del smartd ; fi if [ -f /etc/rc.d/init.d/smartd ] ; then /sbin/chkconfig --del smartd ; fi
if [ -f /etc/rc.d/init.d/smartd ] ; then rm -f /etc/rc.d/init.d/smartd ; fi if [ -f /etc/rc.d/init.d/smartd ] ; then rm -f /etc/rc.d/init.d/smartd ; fi
...@@ -136,7 +136,7 @@ release: smartd.conf.5 ...@@ -136,7 +136,7 @@ release: smartd.conf.5
cat temp.version temp.spec > smartmontools.spec cat temp.version temp.spec > smartmontools.spec
rm -f temp.spec temp.version rm -f temp.spec temp.version
. cvs-script && cvs commit -m "release $(counter)" . cvs-script && cvs commit -m "release $(counter)"
. cvs-script && cvs tag -d "RELEASE_5_0_$(counter)" && cvs tag "RELEASE_5_0_$(counter)" . cvs-script && cvs tag -d "RELEASE_5_1_$(counter)" && cvs tag "RELEASE_5_1_$(counter)"
rm -rf $(pkgname) rm -rf $(pkgname)
mkdir $(pkgname) mkdir $(pkgname)
cp -a $(releasefiles) $(pkgname) cp -a $(releasefiles) $(pkgname)
......
50 1
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
#define _ATACMDS_H_ #define _ATACMDS_H_
#ifndef CVSID1 #ifndef CVSID1
#define CVSID1 "$Id: atacmds.h,v 1.27 2002/12/19 00:05:19 pjwilliams Exp $\n" #define CVSID1 "$Id: atacmds.h,v 1.28 2003/01/03 07:00:27 ballen4705 Exp $\n"
#endif #endif
// These are the major and minor versions for smartd and smartctl // These are the major and minor versions for smartd and smartctl
#define PROJECTHOME "http://smartmontools.sourceforge.net/" #define PROJECTHOME "http://smartmontools.sourceforge.net/"
#define RELEASE_MAJOR 5 #define RELEASE_MAJOR 5
#define RELEASE_MINOR 0 #define RELEASE_MINOR 1
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <linux/hdreg.h> #include <linux/hdreg.h>
......
...@@ -8,7 +8,7 @@ Summary(pt): SMARTmontools - para monitorar discos e dispositivos S.M.A.R.T. ...@@ -8,7 +8,7 @@ Summary(pt): SMARTmontools - para monitorar discos e dispositivos S.M.A.R.T.
Summary(it): SMARTmontools - per monitare dischi e dispositivi S.M.A.R.T. Summary(it): SMARTmontools - per monitare dischi e dispositivi S.M.A.R.T.
Summary(pl): Monitorowanie i kontrola dyskw uywaj S.M.A.R.T. Summary(pl): Monitorowanie i kontrola dyskw uywaj S.M.A.R.T.
Name: smartmontools Name: smartmontools
Version: 5.0 Version: 5.1
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Group(de): Applikationen/System Group(de): Applikationen/System
...@@ -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.75 2002/12/16 03:00:41 ballen4705 Exp $ # $Id: smartmontools.spec,v 1.76 2003/01/03 07:00:27 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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment