summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-06-20 17:21:42 -0400
committerBill Nottingham <notting@redhat.com>2008-06-20 17:21:42 -0400
commit733d2e4ac2e4e36679d0600f6f6883d2bfa6844a (patch)
treebeed55d7e21c5a8b621b6812ac510bfac9ce619c
parent25809e59f2006e99863d4be5766aba9348ea56ae (diff)
downloadinitscripts-733d2e4ac2e4e36679d0600f6f6883d2bfa6844a.tar.gz
initscripts-733d2e4ac2e4e36679d0600f6f6883d2bfa6844a.tar.xz
initscripts-733d2e4ac2e4e36679d0600f6f6883d2bfa6844a.zip
Remove commented-out code
-rwxr-xr-xrc.d/rc.sysinit3
1 files changed, 0 insertions, 3 deletions
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