From 697aa90c7eede255635f9c6d2e7fe12338aa2886 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 22 Oct 2011 14:21:48 +0200 Subject: bits, bytes, who cares? Signed-off-by: Tom Gundersen --- rc.shutdown | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.shutdown') 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 -- cgit v1.2.3