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

David E. O'Brien obrien at FreeBSD.org
Wed Aug 22 18:49:02 UTC 2012


Author: obrien
Date: Wed Aug 22 18:49:02 2012
New Revision: 239570
URL: http://svn.freebsd.org/changeset/base/239570

Log:
  Depend on the new 'postrandom' instead of random.
  We need to limit the amount of time between consuming the entropy seeds
  and removing it in case of a kernel panic.

Modified:
  head/etc/rc.d/adjkerntz

Modified: head/etc/rc.d/adjkerntz
==============================================================================
--- head/etc/rc.d/adjkerntz	Wed Aug 22 18:43:21 2012	(r239569)
+++ head/etc/rc.d/adjkerntz	Wed Aug 22 18:49:02 2012	(r239570)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: adjkerntz
-# REQUIRE: FILESYSTEMS random
+# REQUIRE: FILESYSTEMS postrandom
 # BEFORE: netif
 # KEYWORD: nojail
 


More information about the svn-src-all mailing list