From 202bbb3d748f48f3ecab17b8ce1fb44dfd953237 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 31 Oct 2014 22:20:27 +0000 Subject: [PATCH] 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'). --- etc/rc.d/geli | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/rc.d/geli b/etc/rc.d/geli index 4551f716613..77fff39fdd4 100755 --- a/etc/rc.d/geli +++ b/etc/rc.d/geli @@ -28,7 +28,6 @@ # # PROVIDE: disks -# REQUIRE: random # KEYWORD: nojail . /etc/rc.subr