Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 13:33:36 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        "Ebbinge, Onno" <EbbingeO@logica.com>
Cc:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: /etc/make.conf
Message-ID:  <20021119123336.GC77198@freepuppy.bellavista.cz>
In-Reply-To: <718B456A2A03D511A83000D0B7828FA463DA0C@NLXGRN1>
References:  <718B456A2A03D511A83000D0B7828FA463DA0C@NLXGRN1>

next in thread | previous in thread | raw e-mail | index | archive | help
# EbbingeO@logica.com / 2002-11-19 12:45:36 +0100:
> I recently setup /etc/make.conf with the following settings:
> 
> NO_BIND=        true    # do not build BIND
> NO_SENDMAIL=    true    # do not build sendmail and related programs
> NOGAMES=        true    # do not build games (games/ subdir)
> 
> This means 'do not BUILD' those parts of 'world'... 

    right.

> Does this also mean that the old binaries of bind, sendmail and games 
> are uninstalled?

    nope.

> If not, how can I uninstall them in a clean way?

    well, the best way is to gather what exactly gets installed in the
    exact version you installed, and rm those files/dirs.

    most probably with some find(1)-fu.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

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?20021119123336.GC77198>