Page MenuHomeFreeBSD

nanobsd: Use the real path for NANO_PACKAGE_DIR
ClosedPublic

Authored by jlduran on Nov 12 2024, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 4:26 AM
Unknown Object (File)
Tue, Apr 21, 12:55 AM
Unknown Object (File)
Mon, Apr 20, 8:16 PM
Unknown Object (File)
Mon, Apr 20, 5:08 AM
Unknown Object (File)
Sun, Apr 19, 6:42 PM
Unknown Object (File)
Sat, Apr 11, 12:43 AM
Unknown Object (File)
Mon, Apr 6, 1:59 PM
Unknown Object (File)
Sun, Apr 5, 8:30 PM
Subscribers
None

Details

Summary

As users may have the Pkg directory as a symbolic link to the NanoBSD
"package dump directory". In commit 9af130ae8c03, cust_pkgng() was
greatly improved, however as a side effect of using a nullfs mount, the
directories and files must not be symlinks.

Fix it by using NANO_PACKAGE_DIR realpath().

PR: 269884

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable