Page MenuHomeFreeBSD

Add compat.linux.emul_path
ClosedPublic

Authored by trasz on Nov 27 2019, 7:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2024, 10:18 AM
Unknown Object (File)
Feb 19 2024, 4:26 AM
Unknown Object (File)
Dec 22 2023, 11:51 PM
Unknown Object (File)
Nov 27 2023, 10:18 PM
Unknown Object (File)
Nov 25 2023, 12:17 PM
Unknown Object (File)
Nov 25 2023, 2:57 AM
Unknown Object (File)
Nov 22 2023, 12:07 PM
Unknown Object (File)
Nov 22 2023, 2:41 AM

Details

Summary

Add compat.linux.emul_path, so it can be set to something other
than "/compat/linux". Useful when you have several compat directories
with different Linux versions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27810
Build 25989: arc lint + arc unit

Event Timeline

bcr added a subscriber: bcr.

OK from manpages.

lwhsu added inline comments.
share/man/man4/linux.4
27

Don't forget to update the date.

Useful when you have several compat directories with different Linux versions.

So what's the difference with traditional approach of making /compat/linux a symlink to desired implementation?

Useful when you have several compat directories with different Linux versions.

So what's the difference with traditional approach of making /compat/linux a symlink to desired implementation?

It doesn’t clash with linux_base-c7, for one. Besides it removes code (well, string) duplication.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 16 2019, 8:07 PM
This revision was automatically updated to reflect the committed changes.