From owner-svn-src-all@FreeBSD.ORG Wed Jul 13 00:18:02 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 438801065674; Wed, 13 Jul 2011 00:18:02 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4E31E8FC08; Wed, 13 Jul 2011 00:18:00 +0000 (UTC) Received: by ewy1 with SMTP id 1so2480522ewy.13 for ; Tue, 12 Jul 2011 17:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0QG6pe0DX2MbkVEEvvSuo4OLHZcl4NKRi8f/x5F5D9Y=; b=p3nlxwVzZHXwFew4QhoJLuXorJUFil9e6woOIU8SjcBVN/PC6JE0LyTCBiemyV9g8+ dGfMgJRNA/oTWk6eyKS6Yq2J+3yv1cB2huHACmP+inIhlzOWwhjkuyZ98K74S2h9o6cW bJ86yFWwrw2ufOBY4YlYk1+pOL2IQx82UFZHQ= MIME-Version: 1.0 Received: by 10.213.21.2 with SMTP id h2mr178570ebb.90.1310514545507; Tue, 12 Jul 2011 16:49:05 -0700 (PDT) Received: by 10.213.15.70 with HTTP; Tue, 12 Jul 2011 16:49:05 -0700 (PDT) In-Reply-To: <4E1CC6A3.90005@FreeBSD.org> References: <201107102347.p6ANl3qK066321__21248.7196004533$1310341655$gmane$org@svn.freebsd.org> <201107111114.33159.jhb@freebsd.org> <4E1B919F.7000800@FreeBSD.org> <201107120758.30202.jhb@freebsd.org> <4E1CC6A3.90005@FreeBSD.org> Date: Tue, 12 Jul 2011 19:49:05 -0400 Message-ID: From: Ryan Stone To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Pan Tsu , John Baldwin Subject: Re: svn commit: r223917 - head/etc/rc.d X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2011 00:18:02 -0000 I can confirm that on a 8.2-RELEASE derived system, the loader is setting module_path correctly: (TPC-F4-42:wheel)# cat /boot/loader.conf.local kernel="STOCK" module_path="/boot/kernel;/boot/modules;/modules" (TPC-F4-42:wheel)# sysctl kern.module_path kern.module_path: /boot/STOCK;/boot/kernel;/boot/modules;/modules