diff options
Diffstat (limited to 'rc.d/init.d/random')
-rwxr-xr-x | rc.d/init.d/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/random b/rc.d/init.d/random index aeef33be..995061b6 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -4,7 +4,7 @@ # # Author: Theodore Ts'o <tytso@mit.edu> # -# chkconfig: 2345 20 80 +# chkconfig: 2345 20 80 # description: Saves and restores system entropy pool for higher quality \ # random number generation. |