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.
Details
Details
- Reviewers
manu emaste - Group Reviewers
manpages Linux Emulation - Commits
- rS355818: Add compat.linux.emul_path, so it can be set to something other
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28176 Build 26307: arc lint + arc unit
Event Timeline
share/man/man4/linux.4 | ||
---|---|---|
27 | Don't forget to update the date. |
Comment Actions
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?
Comment Actions
It doesn’t clash with linux_base-c7, for one. Besides it removes code (well, string) duplication.