diff options
-rw-r--r-- | Hurd/RandomDevice.mdwn | 6 |
1 files 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 |