aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-24 10:56:31 +0200
committerKurt J. Bosch <kjb-temp-2009@alpenjodel.de>2011-06-24 13:52:59 +0200
commit171da3d79b0494af47e8c8c3815e8abec385b7d3 (patch)
tree7c1533a6ecf7424185d90bf2470c6a27f11760e5 /rc.shutdown
parent7cd8819a634c8438efcd6861b6a234913ff8a8c6 (diff)
downloadinitscripts-171da3d79b0494af47e8c8c3815e8abec385b7d3.tar.xz
Some more cosmetics
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index b0b97d6..473953f 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -26,7 +26,7 @@ RANDOM_SEED=/var/lib/misc/random-seed
install -TDm 0600 <(:) $RANDOM_SEED
POOL_FILE=/proc/sys/kernel/random/poolsize
if [[ -r $POOL_FILE ]]; then
- read POOL_SIZE <$POOL_FILE
+ read POOL_SIZE < $POOL_FILE
else
POOL_SIZE=512
fi