diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-05 22:00:54 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-11-05 22:00:54 +0000 |
commit | 93b09f581a60c198819b854e767524e30deeed53 (patch) | |
tree | bc6708de6a5cc5861b080c370d6655ebfab9bae9 /sbin/Makefile | |
parent | ba324b594655a4ad8bb11566d7de91cd6e89b9cc (diff) | |
download | src-93b09f581a60c198819b854e767524e30deeed53.tar.gz src-93b09f581a60c198819b854e767524e30deeed53.zip |
Remove badsect(8).
Failure modes of the modern (that is, produced in the last 25 years)
hard drives and SSDs made the utility outdated. Since the kernel
interface to support it was removed in r324853, cut the userspace
remnants as well.
Discussed with: bde (who does not like the removal)
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=325452
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 43f3cec7e03c..ca9f42ec0d6b 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -6,7 +6,6 @@ # XXX MISSING: icheck ncheck SUBDIR=adjkerntz \ - badsect \ camcontrol \ clri \ comcontrol \ |