Re: [PATCH] sutils: add random device targets to MAKEDEV

2014-08-24 Thread Samuel Thibault
David Michael, le Tue 17 Jun 2014 15:16:42 -0400, a écrit : > Perhaps it would be best to hold off on applying this if /dev/random > won't have entropy behind it. Right, I have only pushed the urandom part. Samuel

Re: [PATCH] sutils: add random device targets to MAKEDEV

2014-06-17 Thread Samuel Thibault
Pino Toscano, le Tue 17 Jun 2014 22:00:57 +0200, a écrit : > On Tuesday 17 June 2014 18:33:56 Justus Winter wrote: > > > (I'm not married to the seed file argument, in case there is a > > > better default location for it.) > > > > For the record, Debian uses /var/spool/random-seed. > > Not really

Re: [PATCH] sutils: add random device targets to MAKEDEV

2014-06-17 Thread Pino Toscano
On Tuesday 17 June 2014 18:33:56 Justus Winter wrote: > > (I'm not married to the seed file argument, in case there is a > > better default location for it.) > > For the record, Debian uses /var/spool/random-seed. Not really, see /etc/init.d/urandom. So far known locations on Linux distributions

Re: [PATCH] sutils: add random device targets to MAKEDEV

2014-06-17 Thread David Michael
Hi, On Tue, Jun 17, 2014 at 12:33 PM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting David Michael (2014-06-16 21:08:19) >> (I'm not married to the seed file argument, in case there is a >> better default location for it.) > > For the record, Debian uses /var/spool/random-seed.

Re: [PATCH] sutils: add random device targets to MAKEDEV

2014-06-17 Thread Justus Winter
Quoting David Michael (2014-06-16 21:08:19) > * sutils/MAKEDEV.sh (random,urandom): New targets. > (std): Add random and urandom to the standard devices list. > --- > > Hi, > > With the random merge, can /dev/(u)random devices now be added to > MAKEDEV? Yes. > (I'm not married to the seed file

[PATCH] sutils: add random device targets to MAKEDEV

2014-06-16 Thread David Michael
* sutils/MAKEDEV.sh (random,urandom): New targets. (std): Add random and urandom to the standard devices list. --- Hi, With the random merge, can /dev/(u)random devices now be added to MAKEDEV? (I'm not married to the seed file argument, in case there is a better default location for it.) Thank