From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 13:08:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F3AE16A49E for ; Wed, 29 Nov 2006 13:08:01 +0000 (UTC) (envelope-from el.nadow@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8080D43C9D for ; Wed, 29 Nov 2006 13:07:58 +0000 (GMT) (envelope-from el.nadow@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so2734408nfc for ; Wed, 29 Nov 2006 05:07:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lOgMSV5zbkGkAyYP3bM+f6gliHV2ycQZehb1Az9NOEswCdu0nVZ/r8LHAp/e3YfpIXBhawXEoeuJz4IlKE/Ks+PVP8zVZHmyelwDxebepSZ/PUTWD4vOteK0MdlJ+lzkhqOvw5P071ADODJ8+mKwQ85DjjyXiRl5EeEPxZjf5mA= Received: by 10.49.34.11 with SMTP id m11mr6150623nfj.1164805678573; Wed, 29 Nov 2006 05:07:58 -0800 (PST) Received: by 10.48.210.2 with HTTP; Wed, 29 Nov 2006 05:07:58 -0800 (PST) Message-ID: Date: Wed, 29 Nov 2006 14:07:58 +0100 From: Nadow To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Removing "modules" from the Userland X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: el.nadow@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 13:08:01 -0000 Hi! I installed the 6.2-RC1 version but now I have decided to remove the profiled libraries and I know that for that purpose I have to add the line "NO_PROFILE=" to the make.conf before the "make world" action. My doubt is if I reinstall or upgrade the Userland without this option or anyone (let's say Kerberos, Sendmail.. etc) that I have already installed, these options are going to be removed, or simply are not going to be upgraded and/or reinstalled again. Regards.