diff options
author | Roy Marples <roy@marples.name> | 2007-05-11 10:33:49 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-11 10:33:49 +0000 |
commit | 81ccc674462dea1609664f0b887c5729dac9ba6d (patch) | |
tree | d236be845de7ba2f28c0b5ee6b1176e35a5a90e6 /init.d/local | |
parent | 56148d60ddc1838afe9dafd90f18dd7aca758420 (diff) |
Store the defined random pool size, #177722 thanks to Yaroslav Isakov.
Diffstat (limited to 'init.d/local')
-rwxr-xr-x | init.d/local | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init.d/local b/init.d/local index 4e4c265c..77d02668 100755 --- a/init.d/local +++ b/init.d/local @@ -30,5 +30,4 @@ stop() { eend $? $"Failed to stop local" } - -# vim:ts=4 +# vim: set ts=4 : |