From owner-freebsd-current Fri Mar 14 07:29:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23496 for current-outgoing; Fri, 14 Mar 1997 07:29:11 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA23490 for ; Fri, 14 Mar 1997 07:29:03 -0800 (PST) Received: from imp by rover.village.org with local (Exim 0.56 #1) id E0w5Yuc-0003xk-00; Fri, 14 Mar 1997 08:28:54 -0700 To: current@freebsd.org Subject: libraries Message-Id: From: Warner Losh Date: Fri, 14 Mar 1997 08:28:54 -0700 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, my used space on /usr just went way down after the install. One place that this happened was in /usr/lib where I now have a bunch of things like libutil.so.2.0, 2.1 and 2.2 (as well as 1.0). If I understand the ldd we have, I can kill the 2.0 and 2.1 and life will be good, no? Just wanting a sanity check before going off and doing this since I have the extra space in /usr. I just don't want to waste it.... Warner