Module Name: src Committed By: riastradh Date: Sun May 14 11:04:57 UTC 2023
Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.compat.in Log Message: openssl compat: Try this again! compatdir appears to be for things like /usr/lib that have /usr/lib/eabi as a subdirectory, so for /usr/lib/openssl it would mean we have /usr/lib/openssl/eabi as a subdirectory. But that's not what we have; we have /usr/lib/eabi/openssl. Let's try using NetBSD.dist.compat.in instead, which appears to be intended for this purpose, from what I can gather. To generate a diff of this commit: cvs rdiff -u -r1.1318 -r1.1319 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.2 -r1.3 src/etc/mtree/NetBSD.dist.compat.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.