From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 11 04:31:47 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 337F043A for ; Fri, 11 Jan 2013 04:31:47 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DE3CBE1E for ; Fri, 11 Jan 2013 04:31:46 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0B4VkAp023665; Thu, 10 Jan 2013 21:31:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0B4VjiE023662; Thu, 10 Jan 2013 21:31:45 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 10 Jan 2013 21:31:45 -0700 (MST) From: Warren Block To: Ryan Stone Subject: Re: VirtualBox kernel modules In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 10 Jan 2013 21:31:46 -0700 (MST) Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 04:31:47 -0000 On Thu, 10 Jan 2013, Ryan Stone wrote: > As I recall, a make installkernel will first mv /boot/kernel /boot/kernel.old > > Should ports put modules in /boot/modules to avoid this kind of thing? I thought so, but the Porter's Handbook doesn't say anything about it. multimedia/cuse4bsd-kmod installs a module there.