Searched hist:d66f9d22f7cf80900529f170607e6bea2ea7d6db (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ldconfig/ |
H A D | ldconfig.c | diff d66f9d22f7cf80900529f170607e6bea2ea7d6db Fri Nov 08 03:12:40 CET 1996 John Polstra <jdp@FreeBSD.org> Fixed a bug in the handling of the directories in the search path that is stored in the hints file. If that search path contained a non-existent directory (one, say, that had been removed), and "ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned an error status without printing an error message. This caused some confusing bombs when installing ports, in particular.
I changed it so that non-existent directories from the stored search path are silently ignored. Only non-existent directories named explicitly on the command line are treated as errors. Also, a diagnostic is printed if and only if an error status is returned.
In an unrelated fix, ldconfig now silently ignores any directories named on the command line when the "-r" option is given. Formerly, these directories incorrectly made their way into the "search directories" line of the listing. It really should be an error to specify directories together with "-r", but I don't have time to fix the manual page in that way right now.
2.2 Candidate. diff d66f9d22f7cf80900529f170607e6bea2ea7d6db Fri Nov 08 03:12:40 CET 1996 John Polstra <jdp@FreeBSD.org> Fixed a bug in the handling of the directories in the search path that is stored in the hints file. If that search path contained a non-existent directory (one, say, that had been removed), and "ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned an error status without printing an error message. This caused some confusing bombs when installing ports, in particular.
I changed it so that non-existent directories from the stored search path are silently ignored. Only non-existent directories named explicitly on the command line are treated as errors. Also, a diagnostic is printed if and only if an error status is returned.
In an unrelated fix, ldconfig now silently ignores any directories named on the command line when the "-r" option is given. Formerly, these directories incorrectly made their way into the "search directories" line of the listing. It really should be an error to specify directories together with "-r", but I don't have time to fix the manual page in that way right now.
2.2 Candidate.
|