diff --git a/sm5/NEWS b/sm5/NEWS index 67b6341500462a28b35311912c128bee9f663e50..d7c328686a6eb7be7332484afafc21dd70d07071 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 110dc66e1e065144186c0a3f3c7ed8a1135a1c62..d0f5e7b39cbcb307e29bbe4db6a5deaa85ca7f81 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 7df864cd1c02a2280c920550e5b2aedee1f0278f..a33b8aa9b83bec25fd4bd88313da0a0d30a5b943 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 $