Signed-off-by: Tom Gundersen <[email protected]>
---
 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
-- 
1.7.7.1

Reply via email to