aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-03-02 20:09:22 +0000
committerBill Nottingham <notting@redhat.com>2005-03-02 20:09:22 +0000
commit58fc42efc8fb4453301a4b8a55cb165e3d220f5e (patch)
tree0ed1417ed7978aebe4c2295ae42d2a2ffaddc620 /rc.d
parent6bd611763a5afcca2b5606003755c12f269cd71f (diff)
downloadinitscripts-58fc42efc8fb4453301a4b8a55cb165e3d220f5e.tar
initscripts-58fc42efc8fb4453301a4b8a55cb165e3d220f5e.tar.gz
initscripts-58fc42efc8fb4453301a4b8a55cb165e3d220f5e.tar.bz2
initscripts-58fc42efc8fb4453301a4b8a55cb165e3d220f5e.tar.xz
initscripts-58fc42efc8fb4453301a4b8a55cb165e3d220f5e.zip
fix check (#130350)
Diffstat (limited to 'rc.d')
-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 82d43937..74bbb5f4 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