Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2024 15:16:18 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        John Baldwin <jhb@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK
Message-ID:  <CANCZdfpfdTv9FoZohoor0vc-MoDA%2BoFYD55QHQJe20%2BN%2Bvau_Q@mail.gmail.com>
In-Reply-To: <202407311926.46VJQCOP077960@gitrepo.freebsd.org>
References:  <202407311926.46VJQCOP077960@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000009c3743061e919b49
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

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=E2=80=AFPM John Baldwin <jhb@freebsd.org> wrot=
e:

> The branch main has been updated by jhb:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=3D66158bda905eea447d2f8beef92556c=
090c41dbb
>
> 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+=3Dusr/include/c++/v1/setjmp.h
>  # 20240321: remove empty /usr/libdata/gcc directory
>  OLD_DIRS+=3Dusr/libdata/gcc
>
> +# 20240315: stop installing CAM.4 link to scsi.4
> +OLD_FILES+=3Dusr/share/man/man4/CAM.4.gz
> +
>  # 20240307: Improperly installed awk tests removed
>  OLD_FILES+=3Dusr/tests/usr.bin/awk/bugs-fixed/missing-precision.ok
>  OLD_FILES+=3Dusr/tests/usr.bin/awk/bugs-fixed/negative-nf.ok
>

--0000000000009c3743061e919b49
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div>Thanks!</div><div><br></div><div>I&#=
39;d thought about removing it, but didn&#39;t want to always remove CAM.4.=
gz on a filesystem that&#39;s case insensitive, which will remove cam.4.gz.=
..<br></div><div><br></div><div>Warner<br></div></div><br><div class=3D"gma=
il_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Jul 31, 2024 at 1:2=
6=E2=80=AFPM John Baldwin &lt;<a href=3D"mailto:jhb@freebsd.org">jhb@freebs=
d.org</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:=
1ex">The branch main has been updated by jhb:<br>
<br>
URL: <a href=3D"https://cgit.FreeBSD.org/src/commit/?id=3D66158bda905eea447=
d2f8beef92556c090c41dbb" rel=3D"noreferrer" target=3D"_blank">https://cgit.=
FreeBSD.org/src/commit/?id=3D66158bda905eea447d2f8beef92556c090c41dbb</a><b=
r>
<br>
commit 66158bda905eea447d2f8beef92556c090c41dbb<br>
Author:=C2=A0 =C2=A0 =C2=A0John Baldwin &lt;jhb@FreeBSD.org&gt;<br>
AuthorDate: 2024-07-31 16:12:25 +0000<br>
Commit:=C2=A0 =C2=A0 =C2=A0John Baldwin &lt;jhb@FreeBSD.org&gt;<br>
CommitDate: 2024-07-31 19:25:40 +0000<br>
<br>
=C2=A0 =C2=A0 ObsoleteFiles.inc: Remove CAM.4 MLINK<br>
<br>
=C2=A0 =C2=A0 Reported by:=C2=A0 =C2=A0 Mark Millard &lt;<a href=3D"mailto:=
marklmi@yahoo.com" target=3D"_blank">marklmi@yahoo.com</a>&gt;<br>
=C2=A0 =C2=A0 Fixes:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 a00f9e4e8181 scsi: S=
top installing both cam.4 and CAM.4<br>
---<br>
=C2=A0ObsoleteFiles.inc | 3 +++<br>
=C2=A01 file changed, 3 insertions(+)<br>
<br>
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc<br>
index 79d0f315b17b..eeea036390d0 100644<br>
--- a/ObsoleteFiles.inc<br>
+++ b/ObsoleteFiles.inc<br>
@@ -562,6 +562,9 @@ OLD_FILES+=3Dusr/include/c++/v1/setjmp.h<br>
=C2=A0# 20240321: remove empty /usr/libdata/gcc directory<br>
=C2=A0OLD_DIRS+=3Dusr/libdata/gcc<br>
<br>
+# 20240315: stop installing CAM.4 link to scsi.4<br>
+OLD_FILES+=3Dusr/share/man/man4/CAM.4.gz<br>
+<br>
=C2=A0# 20240307: Improperly installed awk tests removed<br>
=C2=A0OLD_FILES+=3Dusr/tests/usr.bin/awk/bugs-fixed/missing-precision.ok<br=
>
=C2=A0OLD_FILES+=3Dusr/tests/usr.bin/awk/bugs-fixed/negative-nf.ok<br>
</blockquote></div></div>

--0000000000009c3743061e919b49--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpfdTv9FoZohoor0vc-MoDA%2BoFYD55QHQJe20%2BN%2Bvau_Q>