summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-07-01 00:13:25 +0100
committerRoy Marples <roy@marples.name>2009-07-01 00:13:25 +0100
commit9907c905524cadc025e78a0400a157d417af0087 (patch)
treefef5b0f881d3fedbd1d6d874ab11c216bc73ef24
parentb4104957b198b38aba609ed3889e7fa605012d19 (diff)
downloadopenrc-9907c905524cadc025e78a0400a157d417af0087.tar.gz
openrc-9907c905524cadc025e78a0400a157d417af0087.tar.bz2
openrc-9907c905524cadc025e78a0400a157d417af0087.tar.xz
Host should configure urandom.
Fixes #179.
-rw-r--r--init.d/urandom.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/urandom.in b/init.d/urandom.in
index 28c5614..ab85e3e 100644
--- a/init.d/urandom.in
+++ b/init.d/urandom.in
@@ -8,7 +8,7 @@ description="Initializes the random number generator."
depend()
{
need localmount
- keyword -jail -prefix
+ keyword -jail -openvz -prefix
}
save_seed()