freebsd-skq/libexec
John Polstra a565ca5920 Implement ldconfig functionality for ELF. The hints are stored in
a different file than the a.out hints, namely, "/var/run/ld-elf.so.hints".
These hints consist only of the directory search path.  There is
no hash table as in the a.out hints, because ELF doesn't have to
search for the file with the highest minor version number.  (It
doesn't have minor version numbers at all.)

A single run of ldconfig updates either the a.out hints or the ELF
hints, but not both.  The set of hints to process is selected in
the usual way, via /etc/objformat, or ${OBJFORMAT}, or the "-aout"
or "-elf" command line option.  The rationale is that you probably
want to search different directories for ELF than for a.out.

"ldconfig -r" is faked up to produce output like we are used to,
except that for ELF there are no minor version numbers.  This should
enable "ldconfig -r" to be used for checking LIB_DEPENDS in ports
even for ELF.

I implemented the ELF functionality in a new source file, with an
eye toward eliminating the a.out code entirely at some point in
the future.
1998-09-05 03:31:00 +00:00
..
atrun
bootpd
comsat
fingerd
ftpd
getNAME
getty
mail.local Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support. 1998-08-04 15:30:17 +00:00
makekey
mknetid
named-xfer
rbootd
revnetgroup
rexecd
rlogind Add -lcrypt when building kerberos. 1998-09-05 00:32:27 +00:00
rpc.rquotad
rpc.rstatd
rpc.rusersd
rpc.rwalld
rpc.sprayd
rshd Add -lcrypt when building kerberos. 1998-09-05 00:32:27 +00:00
rtld-aout Pass me the pointy hat with the extra sequins. Just a moment, while I get 1998-08-22 15:51:41 +00:00
rtld-elf Implement ldconfig functionality for ELF. The hints are stored in 1998-09-05 03:31:00 +00:00
smrsh Build sendmail-8.9.1 smrsh 1998-08-04 15:31:31 +00:00
talkd
telnetd Sort cross references. 1998-08-31 16:41:09 +00:00
tftpd
uucpd
xtend
ypxfr
Makefile Enable rtld-elf for build on alpha too. We now have support for shared 1998-09-04 22:55:17 +00:00
Makefile.inc