Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 16:16:52 -0700 (PDT)
From:      John Polstra <jdp>
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
Message-ID:  <199610102316.QAA24024@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610102316.QAA24024>