summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-20 16:32:05 +0000
committerache <ache@FreeBSD.org>2000-10-20 16:32:05 +0000
commit2ea359d7f64e4ab96340d7d077327f983b07747a (patch)
tree0e4e151a30c7c633aa409221f865132df6a67155 /etc/rc.shutdown
parent083aa30d63b3faf32773b4279d8502c18bfd2441 (diff)
downloadFreeBSD-src-2ea359d7f64e4ab96340d7d077327f983b07747a.zip
FreeBSD-src-2ea359d7f64e4ab96340d7d077327f983b07747a.tar.gz
Increase entropy file size from 4096 to 16384 because 4096 actually is not
enough to cause reseeding
Diffstat (limited to 'etc/rc.shutdown')
-rw-r--r--etc/rc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index 6719414..601cdec 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -78,7 +78,7 @@ case ${entropy_file} in
;;
*)
dd if=/dev/random of=${entropy_file_confirmed} \
- bs=4096 count=1 2> /dev/null
+ bs=16384 count=1 2> /dev/null
;;
esac
umask ${oumask}
OpenPOWER on IntegriCloud