From 20e731302f5e94c769a9e771cc03119cdda8481f Mon Sep 17 00:00:00 2001 From: nyan Date: Mon, 12 Jan 2004 08:37:32 +0000 Subject: Use /etc/rc.d/ldconfig script rather than the ldconfig command directly. Submitted by: matusita --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index 77f3291..d0eb082 100644 --- a/release/Makefile +++ b/release/Makefile @@ -450,7 +450,7 @@ release rerelease: # NB: these may fail if the host is running w/o devfs echo "umount /dev >/dev/null 2>&1 || true" >> ${_MK} echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" >> ${_MK} - echo "ldconfig /lib /usr/lib /usr/local/lib" >> ${_MK} + echo "/etc/rc.d/ldconfig start" >> ${_MK} echo "if [ ! -f /tmp/.world_done ]; then" >> ${_MK} echo " cd /usr/src" >> ${_MK} echo " ${CROSSMAKE} ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${_MK} -- cgit v1.1