https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222068
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Yuri Pankov <[email protected]> --- The files in /usr/local/libdata/ldconfig/ are created by ports framework and shouldn't be documented in ldconfig(8) as ldconfig doesn't read them by itself, it's rather 'rc' doing, and the related variables are documented in rc.conf(5): ldconfig_local_dirs ldconfig32_local_dirs ...and these are set to include /usr/local/libdata/ldconfig/ by default: /etc/defaults/rc.conf:ldconfig_local_dirs="/usr/local/libdata/ldconfig" /etc/defaults/rc.conf:ldconfig_local32_dirs="/usr/local/libdata/ldconfig32" -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
