From owner-freebsd-questions@FreeBSD.ORG Tue Apr 20 13:55:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92D39106566B for ; Tue, 20 Apr 2010 13:55:55 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 26C9F8FC21 for ; Tue, 20 Apr 2010 13:55:54 +0000 (UTC) Received: by wye20 with SMTP id 20so149323wye.13 for ; Tue, 20 Apr 2010 06:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=hXWduWv9FULZHn7+Q/CKOcE81PqIiCHKfQ98az+ZtsM=; b=pZ3IHVvKokiblTTnrdFn6Z9o6SiG2tFyLTejilsO1LCuLl7RpxC3aq5Oc59q2KWTXe Fy0K0wEpiY8VJbmq2Rn+z51r23JoVMHKdl8faLjh2n3dQfZr8tdvMYXqmJAfbAeDargJ ncDvXeGgBbM0LA9XrUneo3LeTwGohLIkemS20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=bETwm1au98fj+2JHC4MTHRaSX31N9THDPqXjjY+IY4hgnTAdg57CWbZcZVhJjAeL0L 3xvecLgvePe6aLlEcmi7+uvUTt2on2om/jo1kkmGKhTMglljk/EAoGbIE8jiua8tFlBh EUibZi8K0oLXSmBFo6GuuIlQ62T7nxIcpq5s4= Received: by 10.216.88.21 with SMTP id z21mr3038435wee.162.1271771752477; Tue, 20 Apr 2010 06:55:52 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id t27sm16425347wbc.17.2010.04.20.06.55.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 06:55:51 -0700 (PDT) Date: Tue, 20 Apr 2010 15:56:10 +0200 From: Demelier David To: freebsd-questions@freebsd.org Message-ID: <20100420135610.GA888@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Removing some buildworld modules. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 13:55:55 -0000 Hi freebsd-questions@, I like to build only what I use, that's why I'm reading src.conf(5) and checking what I can remove but there are some modules which I don't know if the system use them itself (like the bpf device used by dhclient) so I don't know if I can remove them safely. The modules I wanted to remove are : WTIHOUT _ACCT, _ATM, _BSNMP, _CTM, _FORTH, _GPIB, _IPX, _NCP. Do some of these are used by the system? Thanks for the help :). King regards. -- Demelier David