head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2001.08.28.23.00.28;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	2001.07.20.06.20.32;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.20.04.23.01;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2001.06.23.19.24.18;	author ben;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.03.20.02.03;	author phk;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove `diskcheckd'.  It is now in ports/sysutils.

Consensus on:	freebsd-current.
@
text
@# $FreeBSD: src/usr.sbin/diskcheckd/Makefile,v 1.4 2001/07/20 06:20:32 obrien Exp $

BINDIR?=	/usr/sbin

PROG=	diskcheckd
MAN8=	diskcheckd.8
MLINKS=	diskcheckd.8 diskcheckd.conf.5

.include <bsd.prog.mk>
@


1.4
log
@Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/diskcheckd/Makefile,v 1.3 2001/07/20 04:23:01 obrien Exp $
@


1.3
log
@Remove GCC'isms in CFLAGS.
@
text
@d1 3
a3 1
# $FreeBSD: src/usr.sbin/diskcheckd/Makefile,v 1.2 2001/06/23 19:24:18 ben Exp $
a6 1

a7 2

BINDIR?=	/usr/sbin
@


1.2
log
@remove -g -O0, that was only for debugging...
@
text
@d1 1
a1 3
# $FreeBSD: src/usr.sbin/diskcheckd/Makefile,v 1.1 2001/06/03 20:02:03 phk Exp $

CFLAGS+= -W -Wall
@


1.1
log
@Add diskcheck-daemon.

With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.

Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.

Idea by:	phk
Written by:     ben
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
a3 1
CFLAGS+= -W -Wall -g -O0
@

