https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264067
--- Comment #4 from Ed Maste <[email protected]> --- > /etc/rc.d/ldconfig: # Legacy aout support for i386 only > /etc/rc.d/ldconfig: : ${ldconfig_paths_aout=${ldconfig_paths}} > /etc/rc.d/ldconfig: for i in /usr/lib/aout ${ldconfig_paths_aout} > /etc/ld.so.conf; do > /etc/rc.d/ldconfig: ${ldconfig} -aout ${_ins} ${_LDC} Aha, these lines should not exist in rc.d/ldconfig on 13.x. I guess new /etc content was not merged when the upgrade was done. -- You are receiving this mail because: You are the assignee for the bug.
