Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK
Date: Wed, 31 Jul 2024 21:16:18 UTC
Thanks! I'd thought about removing it, but didn't want to always remove CAM.4.gz on a filesystem that's case insensitive, which will remove cam.4.gz... Warner On Wed, Jul 31, 2024 at 1:26 PM John Baldwin <jhb@freebsd.org> wrote: > The branch main has been updated by jhb: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=66158bda905eea447d2f8beef92556c090c41dbb > > commit 66158bda905eea447d2f8beef92556c090c41dbb > Author: John Baldwin <jhb@FreeBSD.org> > AuthorDate: 2024-07-31 16:12:25 +0000 > Commit: John Baldwin <jhb@FreeBSD.org> > CommitDate: 2024-07-31 19:25:40 +0000 > > ObsoleteFiles.inc: Remove CAM.4 MLINK > > Reported by: Mark Millard <marklmi@yahoo.com> > Fixes: a00f9e4e8181 scsi: Stop installing both cam.4 and CAM.4 > --- > ObsoleteFiles.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc > index 79d0f315b17b..eeea036390d0 100644 > --- a/ObsoleteFiles.inc > +++ b/ObsoleteFiles.inc > @@ -562,6 +562,9 @@ OLD_FILES+=usr/include/c++/v1/setjmp.h > # 20240321: remove empty /usr/libdata/gcc directory > OLD_DIRS+=usr/libdata/gcc > > +# 20240315: stop installing CAM.4 link to scsi.4 > +OLD_FILES+=usr/share/man/man4/CAM.4.gz > + > # 20240307: Improperly installed awk tests removed > OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/missing-precision.ok > OLD_FILES+=usr/tests/usr.bin/awk/bugs-fixed/negative-nf.ok >