On Wed, Dec 22, 2010 at 08:28:51AM +0300, Vadim Zhukov wrote:
>  # if there's no /var/db/host.random, make one through /dev/urandom
                                                              ^
>  if [ ! -f /var/db/host.random ]; then
> -     dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 \
> +     dd if=/dev/arandom of=/var/db/host.random bs=1024 count=64 \
               ^
>               >/dev/null 2>&1
>       chmod 600 /var/db/host.random >/dev/null 2>&1
>  else

Reply via email to