Re: svn commit: r223917 - head/etc/rc.d

2011-07-12 Thread Ryan Stone
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;/b

Re: svn commit: r223917 - head/etc/rc.d

2011-07-12 Thread Doug Barton
On 07/12/2011 04:58, John Baldwin wrote: > On Monday, July 11, 2011 8:13:19 pm Doug Barton wrote: >> On 07/11/2011 08:14, John Baldwin wrote: >>> On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: On 07/10/2011 17:42, Pan Tsu wrote: > Doug Barton writes: > > Doesn't /boot/supp

Re: svn commit: r223917 - head/etc/rc.d

2011-07-12 Thread John Baldwin
On Monday, July 11, 2011 8:13:19 pm Doug Barton wrote: > On 07/11/2011 08:14, John Baldwin wrote: > > On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: > >> On 07/10/2011 17:42, Pan Tsu wrote: > >>> Doug Barton writes: > >>> > >>> Doesn't /boot/support.4th already populates kern.module_path w

Re: svn commit: r223917 - head/etc/rc.d

2011-07-11 Thread Doug Barton
On 07/11/2011 08:14, John Baldwin wrote: > On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: >> On 07/10/2011 17:42, Pan Tsu wrote: >>> Doug Barton writes: >>> >>> Doesn't /boot/support.4th already populates kern.module_path with >>> the path of successfully booted kernel? How is this differe

Re: svn commit: r223917 - head/etc/rc.d

2011-07-11 Thread John Baldwin
On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote: > On 07/10/2011 17:42, Pan Tsu wrote: > > Doug Barton writes: > > > >> Author: dougb > >> Date: Sun Jul 10 23:47:03 2011 > >> New Revision: 223917 > >> URL: http://svn.freebsd.org/changeset/base/223917 > >> > >> Log: > >> Make sure we load

Re: svn commit: r223917 - head/etc/rc.d

2011-07-10 Thread Pan Tsu
Doug Barton writes: > On 07/10/2011 17:42, Pan Tsu wrote: >> Doug Barton writes: >> >>> Author: dougb >>> Date: Sun Jul 10 23:47:03 2011 >>> New Revision: 223917 >>> URL: http://svn.freebsd.org/changeset/base/223917 >>> >>> Log: >>> Make sure we load kernel modules from the same path as the r

Re: svn commit: r223917 - head/etc/rc.d

2011-07-10 Thread Doug Barton
On 07/10/2011 17:42, Pan Tsu wrote: > Doug Barton writes: > >> Author: dougb >> Date: Sun Jul 10 23:47:03 2011 >> New Revision: 223917 >> URL: http://svn.freebsd.org/changeset/base/223917 >> >> Log: >> Make sure we load kernel modules from the same path as the running kernel >> >> Modified: >>

Re: svn commit: r223917 - head/etc/rc.d

2011-07-10 Thread Pan Tsu
Doug Barton writes: > Author: dougb > Date: Sun Jul 10 23:47:03 2011 > New Revision: 223917 > URL: http://svn.freebsd.org/changeset/base/223917 > > Log: > Make sure we load kernel modules from the same path as the running kernel > > Modified: > head/etc/rc.d/kld > > Modified: head/etc/rc.d/kl

svn commit: r223917 - head/etc/rc.d

2011-07-10 Thread Doug Barton
Author: dougb Date: Sun Jul 10 23:47:03 2011 New Revision: 223917 URL: http://svn.freebsd.org/changeset/base/223917 Log: Make sure we load kernel modules from the same path as the running kernel Modified: head/etc/rc.d/kld Modified: head/etc/rc.d/kld =