ports/sysutils/diskcheckd (Re: bad sector in gmirror HDD)

perryh at pluto.rain.com perryh at pluto.rain.com
Thu Sep 1 00:12:50 UTC 2011


Chris Rees <utisoft at 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.
-------------- next part --------------
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 at FreeBSD.org
+MAINTAINER=	perryh at 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
 


More information about the freebsd-ports mailing list