[arch-projects] [PATCH 3/7] bits, bytes, who cares?

Tom Gundersen teg at jklm.no
Wed Oct 26 19:38:29 EDT 2011


Signed-off-by: Tom Gundersen <teg at jklm.no>
---
 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



More information about the arch-projects mailing list