From owner-freebsd-questions@FreeBSD.ORG Sun Oct 4 17:26:14 2009 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 65754106566B for ; Sun, 4 Oct 2009 17:26:14 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 23CD38FC0A for ; Sun, 4 Oct 2009 17:26:13 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 04 Oct 2009 13:26:13 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LDY36046; Sun, 4 Oct 2009 13:26:13 -0400 (EDT) Received: from 209-6-22-227.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.227]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Oct 2009 13:26:13 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19144.55988.434058.612528@jerusalem.litteratus.org> Date: Sun, 4 Oct 2009 13:26:12 -0400 To: Roland Smith In-Reply-To: <20091004150809.GA73704@slackbox.xs4all.nl> References: <20091004131504.GB1406@sandcat> <20091004150809.GA73704@slackbox.xs4all.nl> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: herbert langhans , freebsd-questions@freebsd.org Subject: Re: Deleting the kernel source - just with #rm? 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: Sun, 04 Oct 2009 17:26:14 -0000 Roland Smith writes: > > I just compiled a nice, slim kernel on my laptop, but I dont > > want to carry all the kernel sources around there. > > Keep in mind that some ports (those that contain kernel modules) > require the kernel sources. And not just kernel modules. The popular and useful sysutils/lsof not only requires the source tree (or at least some part of it), but requires the source match the running kernel. Robert Huff