Date: Tue, 15 Sep 1998 22:42:39 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc rc.conf Message-ID: <199809160542.WAA17408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/09/15 22:42:38 PDT Modified files: etc rc rc.conf Log: Fix up the boot-time ldconfig handling to deal with dual object file formats. I have added a new rc.conf variable ${ldconfig_paths_aout} which is like ${ldconfig_paths}, but only for a.out shared libraries. On a "standard" ELF system, the ELF ldconfig path is taken from ${ldconfig_paths}, while the a.out ldconfig path is taken from ${ldconfig_paths_aout}. On a not-yet-converted a.out system, only the a.out ldconfig path is set, and it is taken from ${ldconfig_paths_aout}. If that variable is unset, /etc/rc defaults it to the value of ${ldconfig_paths}, on the assumption that the system's "/etc/rc.conf" file hasn't been updated. Revision Changes Path 1.156 +16 -2 src/etc/rc 1.58 +2 -1 src/etc/rc.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809160542.WAA17408>