Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 14:47:01 +0100
From:      Francesco Casadei <fcasadei@inwind.it>
To:        Anatoly Karp <karp@math.wisc.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [Q] clean way to get rid of games and more
Message-ID:  <20010211144701.A317@junior.kasby>
In-Reply-To: <200102092013.f19KDmP04268@tolik.localdomain>; from karp@math.wisc.edu on Fri, Feb 09, 2001 at 02:13:48PM -0600
References:  <200102092013.f19KDmP04268@tolik.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 09, 2001 at 02:13:48PM -0600, Anatoly Karp wrote:
> Hello all,
> 
> I'm running 4.2-STABLE and I have a full set of sources
> installed. Now I realize I don't need /usr/games and
> a few other parts of the source tree (so yes I want
> to get rid of them, and never, ever, see them appear
> on my machine, via cvsup or otherwise)
> 
> My question is: what is a clean way to achieve this?
> Can I just do, say,
> 
> # rm -rf /usr/games
> (but I'm worried if it might ruin some crucial dependencies
> somewhere)
> 
> and update my cvsup-file correspondingly?
> 
> The same question applies to (some) ports that
> I don't need.
> 
> Many thanks,
> Anatoly
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> end of the original message

If you remove /usr/src/games/ remember also to put:

# To avoid building games
NOGAMES=        true

in /etc/make.conf to prevent buildworld from building games.

	Francesco Casadei



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010211144701.A317>