git: 37c03d4de3d2 - main - ObsoleteFiles: Remove old CAM driver man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 07:46:58 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=37c03d4de3d2104336adbb67a9aa2aa681b6d042 commit 37c03d4de3d2104336adbb67a9aa2aa681b6d042 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-11-25 07:22:08 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-11-25 07:45:13 +0000 ObsoleteFiles: Remove old CAM driver man pages Add the old man pages to ObsoleteFiles for amr, esp iir, mly and twa that were slated to be removed before 13.0, but were overlooked. Sponsored by: Netflix --- ObsoleteFiles.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9bfd496e334b..ac84263ab1b7 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -40,6 +40,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20211125 Old SCSI drivers removed +OLD_FILES+=usr/share/man/man4/amr.4.gz +OLD_FILES+=usr/share/man/man4/esp.4.gz +OLD_FILES+=usr/share/man/man4/iir.4.gz +OLD_FILES+=usr/share/man/man4/mly.4.gz +OLD_FILES+=usr/share/man/man4/twa.4.gz + # 20211120 OLD_FILES+=usr/share/man/man9/kernel_vmount.9.gz