diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-20 19:14:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-20 19:14:53 +0000 |
commit | 9f58ad6a45b8543eb3a139b1af82ec880bf08080 (patch) | |
tree | 4f4bc76d61062a90af8b6d169354718cb9607247 | |
parent | 05c312a339096ac54d404029ddfcd0114d452a4c (diff) | |
download | src-9f58ad6a45b8543eb3a139b1af82ec880bf08080.tar.gz src-9f58ad6a45b8543eb3a139b1af82ec880bf08080.zip |
Add ufm(4) to ObsoleteFiles.inc
The ufm driver was removed in r364432, add the manual to ObsoleteFiles.
OK by: imp
Notes
Notes:
svn path=/head/; revision=364436
-rw-r--r-- | ObsoleteFiles.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 616b47eac527..2b7eccdc800d 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20200820: Removal of the ufm driver. +OLD_FILES+=usr/share/man/man4/ufm.4.gz + # 20200816: new clang import which bumps version from 10.0.1 to 11.0.0. OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/algorithm OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/complex |