From owner-cvs-gnu Thu Oct 10 16:17:00 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24040 for cvs-gnu-outgoing; Thu, 10 Oct 1996 16:17:00 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24024; Thu, 10 Oct 1996 16:16:52 -0700 (PDT) Date: Thu, 10 Oct 1996 16:16:52 -0700 (PDT) From: John Polstra Message-Id: <199610102316.QAA24024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldconfig ldconfig.8 ldconfig.c src/gnu/usr.bin/ld/rtld rtld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/10/10 16:16:52 Modified: gnu/usr.bin/ld/ldconfig ldconfig.8 ldconfig.c Log: Add a new option "-f hints_file" to specify an alternate file instead of "/var/run/ld.so.hints". Delete an incorrect statement about LD_LIBRARY_PATH from the manual page. Revision Changes Path 1.9 +9 -12 src/gnu/usr.bin/ld/ldconfig/ldconfig.8 1.15 +28 -25 src/gnu/usr.bin/ld/ldconfig/ldconfig.c Modified: gnu/usr.bin/ld/rtld rtld.c Log: Add the search directories from the hints file only the first time it is opened. After that, the directories are already present, and there is no point in adding them again. This doesn't fix any bugs; it's just for efficiency. Revision Changes Path 1.39 +5 -2 src/gnu/usr.bin/ld/rtld/rtld.c