From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 16:09:20 2004 Return-Path: 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 1B64B16A4CE for ; Wed, 22 Dec 2004 16:09:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB5B43D2D for ; Wed, 22 Dec 2004 16:09:19 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so129wra for ; Wed, 22 Dec 2004 08:09:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=DN7fQZhCOeaGyU6noBMswY66U1exU+fdgRj2dGAxy8zNeHeWTXhBy2UVFgZDner8WsqAzU+njz6SxWT7o5Eri4GhUWrALydQUcpDGSZdAJ0cICYpsF8oPr3F9SFdW8aUpHbvuCbyHq8otoD1iTjvS9sMeHU2ptV3+MXQvygjMx8= Received: by 10.54.44.61 with SMTP id r61mr73223wrr; Wed, 22 Dec 2004 08:09:12 -0800 (PST) Received: by 10.54.11.33 with HTTP; Wed, 22 Dec 2004 08:09:12 -0800 (PST) Message-ID: Date: Wed, 22 Dec 2004 10:09:12 -0600 From: Joshua Lokken To: Frank Staals In-Reply-To: <41C9A412.6010107@zonnet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412221431.iBMEVhTZ045818@web7.zoznam.sk> <41C9A412.6010107@zonnet.nl> cc: FreeBSD-questions@freebsd.org Subject: Re: what can i delete from /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 16:09:20 -0000 On Wed, 22 Dec 2004 16:42:58 +0000, Frank Staals wrote: > goose bla wrote: > > >hello,, > > > >please. i have not big hdd,, and i need to make free place. what can i > >remove from /usr and system will be OK ? > > > >example: > > > >/usr/ports/distfiles/ - i can remove all files. > > > >in /usr/ports i can do > >rm -rf \*/work/ > > > > > > > I bet you install your ports by doing a 'make install', if you do, you > can probably better make an 'make install distclean' with the distclean > option turned on, it automatically removes the ~/work/ directory's and > the distfiles in /usr/ports/distfiles/. If you want to keep your > distfiles you can just do 'make install distclean' ^^^^^^^ Ack! If you want to keep your distfiles, you can just do: # make install clean -- Joshua Lokken Open Source Advocate