From owner-cvs-gnu Mon Sep 30 18:33:58 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA29718 for cvs-gnu-outgoing; Mon, 30 Sep 1996 18:33:58 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28406; Mon, 30 Sep 1996 18:32:12 -0700 (PDT) Date: Mon, 30 Sep 1996 18:32:12 -0700 (PDT) From: Peter Wemm Message-Id: <199610010132.SAA28406@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld/ldconfig Makefile ldconfig.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/30 18:32:07 Modified: gnu/usr.bin/ld/ldconfig Makefile ldconfig.c Log: Updates to deal with ld.so.hints version 2. It now deals with the ldconfig path (from NetBSD). I added code to make sure there were no duplicates in the path when multiple ldconfig -m's were used. Reviewed by: nate, jdp Obtained from: NetBSD (partly) Revision Changes Path 1.8 +2 -2 src/gnu/usr.bin/ld/ldconfig/Makefile 1.14 +51 -16 src/gnu/usr.bin/ld/ldconfig/ldconfig.c