From owner-freebsd-questions Tue Nov 19 6:57:24 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 92AB937B401 for ; Tue, 19 Nov 2002 06:57:22 -0800 (PST) Received: from mail4.messagelabs.com (mail4.messagelabs.com [212.125.75.12]) by mx1.FreeBSD.org (Postfix) with SMTP id D6B7443E75 for ; Tue, 19 Nov 2002 06:57:10 -0800 (PST) (envelope-from EbbingeO@logica.com) X-VirusChecked: Checked X-Env-Sender: EbbingeO@logica.com X-Msg-Ref: server-2.tower-4.messagelabs.com!1037717828!45049 Received: (qmail 28576 invoked from network); 19 Nov 2002 14:57:08 -0000 Received: from porgy.logica.co.uk (158.234.250.67) by server-2.tower-4.messagelabs.com with SMTP; 19 Nov 2002 14:57:08 -0000 Received: from nlxrtd3.nl.logica.com (nlxrtd3.europe.logica.com [158.234.100.35]) by porgy.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id OAA23714 for ; Tue, 19 Nov 2002 14:57:07 GMT X-Authentication-Warning: porgy.logica.co.uk: Host nlxrtd3.europe.logica.com [158.234.100.35] claimed to be nlxrtd3.nl.logica.com Received: by nlxrtd3.europe.logica.com with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Nov 2002 15:57:05 +0100 Message-ID: <718B456A2A03D511A83000D0B7828FA463DA0E@NLXGRN1> From: "Ebbinge, Onno" To: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: /etc/make.conf Date: Tue, 19 Nov 2002 15:57:00 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Is there a way to scan the Makefiles in the bind, sendmail and games directories to grab the installed files so that I can write a script that deletes them? Maybe a generic setup? # cleanup src/contrib/bind src/contrib/sendmail src/games > # Roman Neuhauser / 2002-11-19 > # 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. Regards, Onno This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message