summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-03-02 20:31:15 +0000
committerBill Nottingham <notting@redhat.com>2005-03-02 20:31:15 +0000
commitcae449281fb29ebe05afad8d857b30291cd987e0 (patch)
treef42bfcec9bf082bcf31dc6dd4271eef437e5cf23
parentedd263678b3e3bde1a767822277b82ee80b5cef5 (diff)
downloadinitscripts-cae449281fb29ebe05afad8d857b30291cd987e0.tar.gz
initscripts-cae449281fb29ebe05afad8d857b30291cd987e0.tar.xz
initscripts-cae449281fb29ebe05afad8d857b30291cd987e0.zip
don't run rngd, it's broken
-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 efa630ff..844b3cbd 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -749,9 +749,6 @@ fi
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
-
# Configure machine if necessary.
if [ -f /.unconfigured ]; then
if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then