]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
scsi: Stop installing both cam.4 and CAM.4
authorWarner Losh <imp@FreeBSD.org>
Fri, 15 Mar 2024 04:33:25 +0000 (22:33 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 15 Mar 2024 15:01:25 +0000 (09:01 -0600)
commita00f9e4e81810374755910ad7abf0fc335dcf86d
tree956d4604e1dd58db5bc6b7175ef8b33e83676000
parent9eae9233fdcc946945f4191e1413f548adfa2943
scsi: Stop installing both cam.4 and CAM.4

There's no real benefit from installing both cam.4 and CAM.4. The latter
is not an kernel option. This hits a pathological case in mlinks: we're
trying to link to another file and the second link fails on
case-preserving, case-insensitive filesystems, like on MacOS by default.
Since we don't need both, avoid this pathological case.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D44346
share/man/man4/Makefile