diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-01-23 06:43:01 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-01-23 06:43:01 +0000 |
commit | 8a4b5c397d9dc43d41a1de9b80bee7de9fb51b6d (patch) | |
tree | 99e579d0ea73928a8f9fef3ec2dfdbbbbe410325 /Hurd | |
parent | 4acf2ff68d87271caa6b37d8e45ee3a24c5a49cd (diff) |
none
Diffstat (limited to 'Hurd')
-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 |