Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".

This commit is contained in:
obrien 2004-06-07 09:16:19 +00:00
parent e2928bd733
commit a814c9089c

View File

@ -30,7 +30,7 @@ if [ -n "${soft_random_generator}" ] ; then
# First pass at reseeding /dev/random.
#
if [ -w /dev/random ]; then
feed_dev_random "/entropy"
feed_dev_random ${entropy_file}
fi
echo -n ' kickstart'