From owner-freebsd-questions Tue Nov 19 4:34:30 2002 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 92B5437B401 for ; Tue, 19 Nov 2002 04:34:29 -0800 (PST) Received: from bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8B843E88 for ; Tue, 19 Nov 2002 04:34:27 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz ([10.1.0.1]) by bellavista.cz (8.9.3/8.9.8) with ESMTP id NAA27092; Tue, 19 Nov 2002 13:34:07 +0100 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 6EEFF2FDAB2; Tue, 19 Nov 2002 13:33:36 +0100 (CET) Date: Tue, 19 Nov 2002 13:33:36 +0100 From: Roman Neuhauser To: "Ebbinge, Onno" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: /etc/make.conf Message-ID: <20021119123336.GC77198@freepuppy.bellavista.cz> Mail-Followup-To: "Ebbinge, Onno" , "'freebsd-questions@FreeBSD.ORG'" References: <718B456A2A03D511A83000D0B7828FA463DA0C@NLXGRN1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <718B456A2A03D511A83000D0B7828FA463DA0C@NLXGRN1> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # 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