Author: obrien
Date: Thu Dec  1 22:50:10 2011
New Revision: 228191
URL: http://svn.freebsd.org/changeset/base/228191

Log:
  Ensure kldxref is run first.  Currently both 'kldxref' and 'kld' depend
  on "FILESYSTEMS" and 'kld' is being run 8 scripts ahead of 'kldxref'.
  
  Reported by:  dhw

Modified:
  head/etc/rc.d/kld

Modified: head/etc/rc.d/kld
==============================================================================
--- head/etc/rc.d/kld   Thu Dec  1 21:17:59 2011        (r228190)
+++ head/etc/rc.d/kld   Thu Dec  1 22:50:10 2011        (r228191)
@@ -27,7 +27,7 @@
 # $FreeBSD$
 #
 # PROVIDE: kld
-# REQUIRE: FILESYSTEMS
+# REQUIRE: kldxref
 # KEYWORD: nojail
 
 . /etc/rc.subr
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to