Subject: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 07/18/2002 17:46:11
Module Name: basesrc
Committed By: abs
Date: Thu Jul 18 14:46:11 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: load.c
Log Message:
If /etc/ld.so.conf contains an invalid sysctl name any dynamically
executable that uses the library on that line has the rather cryptic
"sysctl" printed when it starts executing.
Switch to (_PATH_LD_HINTS": unknown sysctl for %s", name);
Discovered after someone copied /etc from an i386 to a sparc64 box.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/libexec/ld.elf_so/load.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.