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

Xin LI delphij at FreeBSD.org
Fri Oct 31 22:20:28 UTC 2014


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


More information about the svn-src-head mailing list