Reduce chattiness of entropy file mechanism with extreme prejudice.

Reviewed by:	USENIX Cabal (peter, jhb, wpaul, et al)
This commit is contained in:
Robert Watson 2001-06-28 06:43:47 +00:00
parent dc9ffb125c
commit 0b725700c2

2
etc/rc
View File

@ -73,7 +73,7 @@ fi
feed_dev_random() {
if [ -f "${1}" -a -r "${1}" -a -s "${1}" ]; then
echo "Using ${1} as an entropy file"
# echo "Using ${1} as an entropy file"
cat "${1}" | dd of=/dev/random bs=8k 2>/dev/null
fi
}