From 8a4b5c397d9dc43d41a1de9b80bee7de9fb51b6d Mon Sep 17 00:00:00 2001 From: Ognyan Kulev Date: Thu, 23 Jan 2003 06:43:01 +0000 Subject: none --- Hurd/RandomDevice.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Hurd/RandomDevice.mdwn b/Hurd/RandomDevice.mdwn index 8901378f..c1caaec0 100644 --- a/Hurd/RandomDevice.mdwn +++ b/Hurd/RandomDevice.mdwn @@ -17,8 +17,10 @@ Here are some tips on how to actually setup the two random devices using Kilobug After untaring the package you copy the random binary to the /hurd directory. Then you setup the translators for random and urandom. - # settrans -c /dev/random /hurd/random --seed-file /var/run/random-seed --secure - # settrans -c /dev/urandom /hurd/random --seed-file /var/run/urandom-seed --fast + # settrans -c /dev/random /hurd/random \ + --seed-file /var/run/random-seed --secure + # settrans -c /dev/urandom /hurd/random \ + --seed-file /var/run/urandom-seed --fast # chmod 0644 /dev/random /dev/urandom -- [[Main/JoachimNilsson]] - 21 Jan 2003 -- cgit v1.2.3