These are programs that either used getenv("LOCALBASE") or had _PATH_LOCALBASE compiled in and which have been converted to use getlocalbase() instead.
Details
Details
- Reviewers
scottl imp bdrewery bapt - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) - Commits
- rS367816: Make use of the getlocalbase() function for run-time adjustment of the
Apply the patches in review D27236 and rebuild and install lib/libutil.
Verify that the programs included in this review can be built and that they continue to run.
Test with different values of the LOCALBASE environment variable and the user.localbase sysctl parameter to verify that the correct path is constructed.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Add another invocation of getlocalbase() instead of getenv("LOCALBASE") in usr.sbin/pkg