From b03670a846e7032644e23aa420d050945aee4740 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 3 Oct 2003 21:11:13 +0000 Subject: [PATCH] Release 5.19 RELEASE_5_19 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1057 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/NEWS | 12 +++++++++--- sm5/smartctl.8.in | 15 ++++++++++----- sm5/smartd.8.in | 17 ++++++++++------- 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/sm5/NEWS b/sm5/NEWS index 67b634150..d7c328686 100644 --- a/sm5/NEWS +++ b/sm5/NEWS @@ -1,4 +1,6 @@ -$Id: NEWS,v 1.4 2003/10/03 14:01:46 ballen4705 Exp $ +smartmontools NEWS +------------------ +CVS ID: $Id: NEWS,v 1.5 2003/10/03 21:11:12 ballen4705 Exp $ Refer to the CHANGELOG file for a complete change log. @@ -11,8 +13,12 @@ Summary: smartmontools release 5.19 This is the first release of smartmontools based on autoconf/automake. For this reason, it is a very experimental release. Please let us know in particular about documenation errors/omissions, missing or -unneccesary files, and similar oversights. - +unneccesary files, and similar oversights. The major changes are: + [1] installation scripts based on autoconfig/automake + [2] ./configure [options] lets you set arbitrary paths + [3] supports FHS with ./configure --prefix=/usr/local + [4] correct paths are inserted into all man pages, binaries, etc. + [5] tarballs and RPMs are now GPG-signed Date: 2003-10-02 11:35 Summary: smartd SEGV diff --git a/sm5/smartctl.8.in b/sm5/smartctl.8.in index 110dc66e1..d0f5e7b39 100644 --- a/sm5/smartctl.8.in +++ b/sm5/smartctl.8.in @@ -1,6 +1,6 @@ \# Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartctl.8.in,v 1.4 2003/10/03 13:14:13 ballen4705 Exp $ +\# $Id: smartctl.8.in,v 1.5 2003/10/03 21:11:13 ballen4705 Exp $ \# \# This program is free software; you can redistribute it and/or modify it \# under the terms of the GNU General Public License as published by the Free @@ -16,13 +16,18 @@ \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# -.TH SMARTCTL 8 "$Date: 2003/10/03 13:14:13 $" RELEASE +.TH SMARTCTL 8 "$Date: 2003/10/03 21:11:13 $" RELEASE .SH NAME -\fBsmartctl\fP \- Control and Monitor Utility for SMART Disks \- \fBRELEASE\fP +\fBsmartctl\fP \- Control and Monitor Utility for SMART Disks + .SH SYNOPSIS .B smartctl [options] device + +.SH FULL PATH +.B /usr/sbin/smartctl + .SH PACKAGE VERSION -RELEASE "$Date: 2003/10/03 13:14:13 $" +\fBRELEASE\fP "$Date: 2003/10/03 21:11:13 $" .SH DESCRIPTION \fBsmartctl\fP controls the Self-Monitoring, Analysis and Reporting @@ -957,4 +962,4 @@ these documents may be found in the References section of the .SH CVS ID OF THIS PAGE: -$Id: smartctl.8.in,v 1.4 2003/10/03 13:14:13 ballen4705 Exp $ +$Id: smartctl.8.in,v 1.5 2003/10/03 21:11:13 ballen4705 Exp $ diff --git a/sm5/smartd.8.in b/sm5/smartd.8.in index 7df864cd1..a33b8aa9b 100644 --- a/sm5/smartd.8.in +++ b/sm5/smartd.8.in @@ -1,6 +1,6 @@ \# Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartd.8.in,v 1.3 2003/10/02 13:36:05 ballen4705 Exp $ +\# $Id: smartd.8.in,v 1.4 2003/10/03 21:11:13 ballen4705 Exp $ \# \# This program is free software; you can redistribute it and/or modify it \# under the terms of the GNU General Public License as published by the Free @@ -16,16 +16,19 @@ \# Research Center), Jack Baskin School of Engineering, University of \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# -.TH SMARTD 8 "$Date: 2003/10/02 13:36:05 $" RELEASE +.TH SMARTD 8 "$Date: 2003/10/03 21:11:13 $" RELEASE .SH NAME -\fBsmartd\fP \- SMART Disk Monitoring Daemon \- \fBRELEASE\fP - -.SH PACKAGE VERSION -RELEASE "$Date: 2003/10/02 13:36:05 $" +\fBsmartd\fP \- SMART Disk Monitoring Daemon .SH SYNOPSIS .B smartd [options] +.SH FULL PATH +.B /usr/sbin/smartd + +.SH PACKAGE VERSION +\fBRELEASE\fP "$Date: 2003/10/03 21:11:13 $" + .SH DESCRIPTION .B smartd is a daemon that monitors the Self-Monitoring, Analysis and Reporting @@ -1332,4 +1335,4 @@ smartmontools home page at \fBhttp://smartmontools.sourceforge.net/\fP . .SH CVS ID OF THIS PAGE: -$Id: smartd.8.in,v 1.3 2003/10/02 13:36:05 ballen4705 Exp $ +$Id: smartd.8.in,v 1.4 2003/10/03 21:11:13 ballen4705 Exp $ -- GitLab