Author: delphij
Date: Fri Oct 31 22:20:27 2014
New Revision: 273919
URL: https://svnweb.freebsd.org/changeset/base/273919

Log:
  rc.d/geli should not depend on random, as the attach functionality
  do not require additional entropy to function.
  
  It would create a circular dependency (not immediately obvious:
  geli provides 'disks' and requires 'random' as of r273872,
  'random' requires 'FILESYSTEMS', 'FILESYSTEMS' requires 'root',
  'root' requires 'swap', and finally 'swap' requires 'disk').

Modified:
  head/etc/rc.d/geli

Modified: head/etc/rc.d/geli
==============================================================================
--- head/etc/rc.d/geli  Fri Oct 31 19:26:12 2014        (r273918)
+++ head/etc/rc.d/geli  Fri Oct 31 22:20:27 2014        (r273919)
@@ -28,7 +28,6 @@
 #
 
 # PROVIDE: disks
-# REQUIRE: random
 # KEYWORD: nojail
 
 . /etc/rc.subr
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to