From 733d2e4ac2e4e36679d0600f6f6883d2bfa6844a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Jun 2008 17:21:42 -0400 Subject: Remove commented-out code --- rc.d/rc.sysinit | 3 --- 1 file changed, 3 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 9637b8ab..bdcbe0fc 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -677,9 +677,6 @@ if [ "$READONLY" != "yes" ]; then dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null fi -# Use the hardware RNG to seed the entropy pool, if available -#[ -x /sbin/rngd -a -c /dev/hw_random ] && rngd - if [ -f /etc/crypttab ]; then init_crypto 1 fi -- cgit v1.2.1