From 73aa45316e86cf766eb9c0379fbbf4947141e2bb Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 22 Aug 2012 18:49:02 +0000 Subject: 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. --- etc/rc.d/adjkerntz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/adjkerntz b/etc/rc.d/adjkerntz index 77e1e9d..03f6159 100755 --- a/etc/rc.d/adjkerntz +++ b/etc/rc.d/adjkerntz @@ -4,7 +4,7 @@ # # PROVIDE: adjkerntz -# REQUIRE: FILESYSTEMS random +# REQUIRE: FILESYSTEMS postrandom # BEFORE: netif # KEYWORD: nojail -- cgit v1.1