From owner-freebsd-ports@FreeBSD.ORG Thu Sep 1 00:12:50 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E12106564A for ; Thu, 1 Sep 2011 00:12:50 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 4986D8FC12 for ; Thu, 1 Sep 2011 00:12:50 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p810Cnlp075133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 31 Aug 2011 17:12:50 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p810CnCj075132; Wed, 31 Aug 2011 17:12:49 -0700 (PDT) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA26334; Wed, 31 Aug 11 17:02:29 PDT Date: Thu, 01 Sep 2011 00:02:23 -0700 From: perryh@pluto.rain.com To: utisoft@gmail.com Message-Id: <4e5f2dff.BxgZocoUYYb74+Ul%perryh@pluto.rain.com> References: <1B4FC0D8-60E6-49DA-BC52-688052C4DA51@langille.org> <20110819232125.GA4965@icarus.home.lan> <20110820032438.GA21925@icarus.home.lan> <4774BC00-F32B-4BF4-A955-3728F885CAA1@langille.org> <4E4FF4D6.1090305@os2.kiev.ua> <20110820183456.GA38317@icarus.home.lan> <4e50c931.gCNlQFqn5sVQXXax%perryh@pluto.rain.com> <20110821050051.GA47415@icarus.home.lan> <4e5141dd.mmh6t9R/knnc8Jll%perryh@pluto.rain.com> <4e55153e.Tj16zX3SskfuVesE%perryh@pluto.rain.com> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_4e5f2dff.4GWkznJSrzlFqWciFy5gqlBWnH86P1SOhWKUpywEo741S9P/" Cc: freebsd-ports@freebsd.org Subject: Re: ports/sysutils/diskcheckd (Re: bad sector in gmirror HDD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 00:12:50 -0000 This is a multi-part message in MIME format. --=_4e5f2dff.4GWkznJSrzlFqWciFy5gqlBWnH86P1SOhWKUpywEo741S9P/ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Chris Rees wrote: > Committed. Thanks! Oops. There was another file (not needing testing, since the changes are only in the comments) that I was also going to include in a "final" patch after the functional changes got whatever testing they were going to get :) The attached also includes the Makefile, although you've probably already taken care of that. --=_4e5f2dff.4GWkznJSrzlFqWciFy5gqlBWnH86P1SOhWKUpywEo741S9P/ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="2011-0825.other.diff" diff -ruN diskcheckd.old/files/diskcheckd.conf diskcheckd.new/files/diskcheckd.conf --- diskcheckd.old/files/diskcheckd.conf 2001-07-04 11:33:01.000000000 -0700 +++ diskcheckd.new/files/diskcheckd.conf 2011-08-21 03:07:40.000000000 -0700 @@ -1,6 +1,6 @@ # $FreeBSD: ports/sysutils/diskcheckd/files/diskcheckd.conf,v 1.3 2001/07/04 18:33:01 ben Exp $ # -# Configuration file for diskcheckd, refer to the diskcheckd.conf(5) manual +# Configuration file for diskcheckd, refer to the diskcheckd(8) manual # page for further information. # # First, a line starting with an exclamation mark should contain only one @@ -21,10 +21,11 @@ # The size may be specified as "*", in which case the size is automatically # determined from the disklabel. # -# One of either "Days" or "Rate" must be specified, to specify a complete -# scan should happen once every n days, or that scanning should take place -# at n KB/s. Note that the "Days" value will not cause a scan exactly every -# n days since diskcheckd will always read in power-of-2 size blocks. +# One of either "Days" or "Rate" must be specified, to specify scanning at +# a rate which will accomplish a complete scan in the space of n days, or +# that scanning should take place at n KB/s. Note that the "Days" value +# will not cause a scan exactly every n days since diskcheckd will always +# read in power-of-2 size blocks. # # Device Size Days Rate * * 28 * diff -ruN diskcheckd.old/Makefile diskcheckd.new/Makefile --- diskcheckd.old/Makefile 2011-08-17 18:31:40.000000000 -0700 +++ diskcheckd.new/Makefile 2011-08-26 02:28:30.000000000 -0700 @@ -8,18 +8,15 @@ PORTNAME= diskcheckd PORTVERSION= 20010823 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= # part of port DISTFILES= # part of port EXTRACT_ONLY= # part of port -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perryh@pluto.rain.com COMMENT= Daemon to check for disk read errors -DEPRECATED= Unmaintained, broken (ports/143566) -EXPIRATION_DATE=2011-10-17 - MAN8= diskcheckd.8 MLINKS= diskcheckd.8 diskcheckd.conf.5 --=_4e5f2dff.4GWkznJSrzlFqWciFy5gqlBWnH86P1SOhWKUpywEo741S9P/--