summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-11-19 04:45:07 +0000
committerjdp <jdp@FreeBSD.org>1999-11-19 04:45:07 +0000
commit386cf323ebeae7b8505516bc5efa7b8280cfff6f (patch)
tree5103cf10976d553f1db93df5ee7918009ca0fe9f /libexec
parent627ca3216b8451a360deabdd26c0c88aed984fa8 (diff)
downloadFreeBSD-src-386cf323ebeae7b8505516bc5efa7b8280cfff6f.zip
FreeBSD-src-386cf323ebeae7b8505516bc5efa7b8280cfff6f.tar.gz
In revision 1.21 I changed the search order for shared libraries,
but I forgot to make the corresponding fix to the comment. Rectify that. Submitted by: Tony Finch <fanf@demon.net>
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index d0a3ce4..8ba21b4 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -676,9 +676,9 @@ elf_hash(const char *name)
* loaded shared object, whose library search path will be searched.
*
* The search order is:
+ * rpath in the referencing file
* LD_LIBRARY_PATH
* ldconfig hints
- * rpath in the referencing file
* /usr/lib
*/
static char *
OpenPOWER on IntegriCloud