From owner-freebsd-questions Fri Feb 9 12: 7:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tolik.localdomain (ras-c5800-2-54-28.dialup.wisc.edu [128.104.54.28]) by hub.freebsd.org (Postfix) with ESMTP id 69A3B37B69D for ; Fri, 9 Feb 2001 12:07:10 -0800 (PST) Received: (from karp@localhost) by tolik.localdomain (8.11.2/8.11.2) id f19KDmP04268; Fri, 9 Feb 2001 14:13:48 -0600 (CST) (envelope-from karp@math.wisc.edu) Date: Fri, 9 Feb 2001 14:13:48 -0600 (CST) Message-Id: <200102092013.f19KDmP04268@tolik.localdomain> X-Authentication-Warning: tolik.localdomain: karp set sender to karp@math.wisc.edu using -f From: Anatoly Karp To: freebsd-questions@freebsd.org Subject: [Q] clean way to get rid of games and more Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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