1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
John Polstra d66f9d22f7 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.
1996-11-08 02:12:40 +00:00
bin Replace collate_range_cmp call with its code 1996-10-31 07:22:48 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc The standard .mc files shipped with the new sendmail have an extra divert(0) 1996-11-06 22:30:29 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Fixed a bug in the handling of the directories in the search path 1996-11-08 02:12:40 +00:00
include Remove collate_range_cmp 1996-10-31 14:41:30 +00:00
lib - Avoid possible SEGVs: never call clnt_destroy() without checking 1996-11-08 01:42:02 +00:00
libexec Correct the ancient paths here in case someone ever uncomments this again. 1996-11-05 05:13:39 +00:00
lkm Prepare kernel to take advantage of "branded" ELF binaries. 1996-10-16 17:51:08 +00:00
release More cosmetic tweaks, get the prefixes adjusted properly to XFree86 3.2's 1996-11-07 18:30:59 +00:00
sbin Fixed a bug in the handling of the directories in the search path 1996-11-08 02:12:40 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Since we use $ in our sample Makefiles, we can just say 1996-11-07 15:07:00 +00:00
sys Typo, MATSHITA -> MATSUSHITA. 1996-11-07 18:13:57 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin add PATH variable 1996-11-05 07:24:48 +00:00
usr.sbin More cosmetic tweaks, get the prefixes adjusted properly to XFree86 3.2's 1996-11-07 18:30:59 +00:00
COPYRIGHT
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00