Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 22:20:27 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273919 - head/etc/rc.d
Message-ID:  <201410312220.s9VMKRaO096404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312220.s9VMKRaO096404>