diff options
author | Tom Gundersen <teg@jklm.no> | 2011-10-22 14:21:48 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-10-29 17:28:44 +0200 |
commit | 697aa90c7eede255635f9c6d2e7fe12338aa2886 (patch) | |
tree | f347a0e58ac619ed5a88194eff51fd5121ae12b2 /rc.shutdown | |
parent | 559175f82d6320af8855c34b7e4b9b3cb4a3ad9a (diff) |
bits, bytes, who cares?
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown index 38b22b0..8363737 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -37,6 +37,7 @@ stat_busy "Saving Random Seed" POOL_FILE=/proc/sys/kernel/random/poolsize if [[ -r $POOL_FILE ]]; then read POOL_SIZE < $POOL_FILE + (( POOL_SIZE /= 8 )) else POOL_SIZE=512 fi |