Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Sep 2011 00:02:23 -0700
From:      perryh@pluto.rain.com
To:        utisoft@gmail.com
Cc:        freebsd-ports@freebsd.org
Subject:   Re: ports/sysutils/diskcheckd (Re: bad sector in gmirror HDD)
Message-ID:  <4e5f2dff.BxgZocoUYYb74%2BUl%perryh@pluto.rain.com>
In-Reply-To: <CADLo83_RDJLCPyo%2BziFuw833qOAxGqSLFGY5uUJSYvVCA4MYZA@mail.gmail.com>
References:  <1B4FC0D8-60E6-49DA-BC52-688052C4DA51@langille.org> <20110819232125.GA4965@icarus.home.lan> <B6B0AD0F-A74C-4F2C-88B0-101443D7831A@langille.org> <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> <CADLo83-HYHN2xt2ggL7Xa9=Lk8FZgiaebM5hFqvFdvhqjJXNCw@mail.gmail.com> <CADLo83_RDJLCPyo%2BziFuw833qOAxGqSLFGY5uUJSYvVCA4MYZA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <utisoft@gmail.com> 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/--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4e5f2dff.BxgZocoUYYb74%2BUl%perryh>