summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-03-02 20:09:03 +0000
committerBill Nottingham <notting@redhat.com>2005-03-02 20:09:03 +0000
commitedd263678b3e3bde1a767822277b82ee80b5cef5 (patch)
tree7af37214ab2ac14b6a58bb9575396d01dfc3f82c
parentbaf989f9641700cab3d63dea0d17b9a6c3d3383d (diff)
downloadinitscripts-edd263678b3e3bde1a767822277b82ee80b5cef5.tar.gz
initscripts-edd263678b3e3bde1a767822277b82ee80b5cef5.tar.xz
initscripts-edd263678b3e3bde1a767822277b82ee80b5cef5.zip
fix check (#130350)
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6dcc7f52..efa630ff 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -750,7 +750,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 -f /dev/hw_random ] && rngd
+[ -x /sbin/rngd -a -c /dev/hw_random ] && rngd
# Configure machine if necessary.
if [ -f /.unconfigured ]; then