diff options
author | Bill Nottingham <notting@redhat.com> | 1999-02-25 21:12:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-02-25 21:12:38 +0000 |
commit | 4e2746c3217a1b9f1b6be9ae7fb27927ae563590 (patch) | |
tree | b8e11ed3f56bd3ffd7a9aa29acf56125aa533458 | |
parent | d49b76009d467ce1751d56058239efea9d279816 (diff) | |
download | initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.gz initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.bz2 initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.xz initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.zip |
remove random from rc.sysinit
-rwxr-xr-x | rc.d/rc.sysinit | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 3973ac10..78788485 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -331,6 +331,3 @@ fi # Now that we have all of our basic modules loaded and the kernel going, # let's dump the syslog ring somewhere so we can find it later dmesg > /var/log/dmesg - -# Feed entropy into the entropy pool -/etc/rc.d/init.d/random start |