From owner-freebsd-questions Fri Aug 16 9:48:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E0737B400 for ; Fri, 16 Aug 2002 09:48:36 -0700 (PDT) Received: from mailout6.nyroc.rr.com (mailout6-1.nyroc.rr.com [24.92.226.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id C616D43E42 for ; Fri, 16 Aug 2002 09:48:35 -0700 (PDT) (envelope-from met@uberstats.com) Received: from SURVIVAL (rrcs-nys-24-97-200-196.biz.rr.com [24.97.200.196]) by mailout6.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id g7GGmYC28096; Fri, 16 Aug 2002 12:48:34 -0400 (EDT) From: "MET" To: "'Roman Neuhauser'" Cc: Subject: RE: Installing XFree86 from the Ports Date: Fri, 16 Aug 2002 12:53:37 -0400 Message-ID: <002701c24545$77357fd0$6901a8c0@SURVIVAL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020816145455.GG389@freepuppy.bellavista.cz> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Well accordingly I have 7.5 gigs left on the /usr partition. At some point during the last 'make install clean' of XFree86-4 it got to -87503 or something along those lines. JESUS. ~ Matthew -----Original Message----- From: Roman Neuhauser [mailto:neuhauser@bellavista.cz] Sent: Friday, August 16, 2002 10:55 AM To: MET Cc: freebsd-questions@freebsd.org Subject: Re: Installing XFree86 from the Ports > From: "MET" > Subject: Installing XFree86 from the Ports > Date: Fri, 16 Aug 2002 10:34:41 -0400 > Whets the command to check my file system's space? see df(1) and du(1) > And is there a system wide function to delete crap similar to what > 'make clean' does? well, there's 'make clean'. if you built a custom kernel and/or world, do 'rm -rf /usr/obj/*'. this is basically just like "cd /usr/src && make clean", but faster. if you install everything from ports but often forget to include the "clean" target in the make invocation (like me), do an occasional 'rm -rf /usr/ports/*/*/work'. after you'll have FreeBSD installed for a longer period of time, you'll want to delete old tarballs from /usr/ports/distfiles/. you'll probably appreciate portsclean (part of /usr/ports/sysutils/portupgrade/). 'portsclean -CD' will do the 'rm -fr /usr/ports/*/*/work' for you, plus remove any stale tarballs from /usr/ports/distfiles (not referenced by any port in the ports tree). -- FreeBSD 4.6-STABLE 4:42PM up 7 days, 4:37, 17 users, load averages: 0.00, 0.00, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message