diff options
Diffstat (limited to 'rc.d/init.d/random')
-rwxr-xr-x | rc.d/init.d/random | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 872468bb..09ddd881 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -8,7 +8,6 @@ # description: Saves and restores system entropy pool for higher quality \ # random number generation. -# Source function library. . /etc/init.d/functions random_seed=/var/lib/random-seed @@ -58,4 +57,3 @@ case "$1" in esac exit 0 - |