diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-08-17 11:17:58 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-08-17 11:17:58 +0000 |
commit | 8b7cb7c52ee285703fc93061f636de09837c83b5 (patch) | |
tree | 187800b93faf80cba00bab4688605ded0599dbbc /sysutils/diskcheckd | |
parent | 1453312320523cc451fd60ad8872b4aa32811746 (diff) | |
download | ports-8b7cb7c52ee285703fc93061f636de09837c83b5.tar.gz ports-8b7cb7c52ee285703fc93061f636de09837c83b5.zip |
No-one seems to be able to answer for this code, so mark DEPRECATED and announce on ports@
PR: ports/143566
Notes
Notes:
svn path=/head/; revision=279897
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r-- | sysutils/diskcheckd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/diskcheckd/Makefile b/sysutils/diskcheckd/Makefile index efcfb474aebd..76868e01a4f1 100644 --- a/sysutils/diskcheckd/Makefile +++ b/sysutils/diskcheckd/Makefile @@ -17,6 +17,9 @@ EXTRACT_ONLY= # part of port MAINTAINER= ports@FreeBSD.org 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 |