diff options
| author | Mark Murray <markm@FreeBSD.org> | 2014-10-30 21:21:53 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2014-10-30 21:21:53 +0000 |
| commit | 10cb24248a6f13974e11c255c8014cfefe6420a7 (patch) | |
| tree | d5dfa61a018a7d209b25f173c6ee76709037035a /libexec/save-entropy | |
| parent | 39d22d86ab05fb09689a9882909dfd35ab546ade (diff) | |
Notes
Diffstat (limited to 'libexec/save-entropy')
| -rwxr-xr-x | libexec/save-entropy/save-entropy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/save-entropy/save-entropy.sh b/libexec/save-entropy/save-entropy.sh index 880a988404d7..06319d56e67a 100755 --- a/libexec/save-entropy/save-entropy.sh +++ b/libexec/save-entropy/save-entropy.sh @@ -53,7 +53,7 @@ case ${entropy_dir} in ;; esac -entropy_save_sz=${entropy_save_sz:-2048} +entropy_save_sz=${entropy_save_sz:-4096} entropy_save_num=${entropy_save_num:-8} if [ ! -d "${entropy_dir}" ]; then |
