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/hostname | |
parent | 56148d60ddc1838afe9dafd90f18dd7aca758420 (diff) |
Store the defined random pool size, #177722 thanks to Yaroslav Isakov.
Diffstat (limited to 'init.d/hostname')
-rwxr-xr-x | init.d/hostname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname b/init.d/hostname index 86eb989a..4e804520 100755 --- a/init.d/hostname +++ b/init.d/hostname @@ -17,4 +17,4 @@ start() { eend $? "Failed to set the hostname" } -# vim: ts=4 : +# vim: set ts=4 : |