aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-10-22 14:21:48 +0200
committerTom Gundersen <teg@jklm.no>2011-10-29 17:28:44 +0200
commit697aa90c7eede255635f9c6d2e7fe12338aa2886 (patch)
treef347a0e58ac619ed5a88194eff51fd5121ae12b2
parent559175f82d6320af8855c34b7e4b9b3cb4a3ad9a (diff)
downloadinitscripts-697aa90c7eede255635f9c6d2e7fe12338aa2886.tar.xz
bits, bytes, who cares?
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rwxr-xr-xrc.shutdown1
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