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 /ObsoleteFiles.inc | |
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 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 93bf476cea2a..9377f936873d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20171108: badsect(8) removal +OLD_FILES+=sbin/badsect +OLD_FILES+=rescue/badsect +OLD_FILES+=usr/share/man/man8/badsect.8.gz # 20171105: fixing lib/libclang_rt CRTARCH for arm:armv[67]. .if ${MACHINE} == "arm" .if ${MACHINE_ARCH:Marmv[67]*} != "" && ${CPUTYPE:M*soft*} == "" |