From fa70f2f8be9bd45ff389423be3c40eecf8f50900 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 7 Mar 2005 19:46:27 +0000 Subject: don't run rngd by default --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 509047cb..31e6e355 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -511,7 +511,7 @@ chmod 600 /var/lib/random-seed dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null # Use the hardware RNG to seed the entropy pool, if available -[ -x /sbin/rngd -a -c /dev/hw_random ] && rngd +#[ -x /sbin/rngd -a -c /dev/hw_random ] && rngd # Configure machine if necessary. if [ -f /.unconfigured ]; then -- cgit