Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 00:49:30 -0600
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        "Graham North" <northg@shaw.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to clear userland?
Message-ID:  <d7195cff0603282249t793f8529r315cdffecb6324a1@mail.gmail.com>
In-Reply-To: <442A1692.3040805@shaw.ca>
References:  <442A1692.3040805@shaw.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/28/06, Graham North <northg@shaw.ca> wrote:
> Is there a nice tidy way to clear my userland - CLEAN without
> jeopardizing or reloading the OS?

pkg_delete -a
should get rid of anything not in the base system.
alternately, deleting /usr/local and /usr/X11R6 will
remove it pretty quickly, as well.  though one would
have to check for things started in /etc/rc.conf

Unlike certain operating systems, the bloat doesn't
do much except take up drive space if you're not
actually running the stuff in the bloat.

Make the locate database build a tiny bit slower,
I suppose.

rock the bloat/don't rock the bloat

You can rebuild the base system from scratch by
following the whole cvsup, buildworld, kernel
business.  Note what can be not installed in
/etc/make.conf (I think you still have a partial
reference living in /etc/defaults/make.conf on 4.11,
though I may have forgotten.)

--
--



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