aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-02-25 21:12:38 +0000
committerBill Nottingham <notting@redhat.com>1999-02-25 21:12:38 +0000
commit4e2746c3217a1b9f1b6be9ae7fb27927ae563590 (patch)
treeb8e11ed3f56bd3ffd7a9aa29acf56125aa533458 /rc.d
parentd49b76009d467ce1751d56058239efea9d279816 (diff)
downloadinitscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar
initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.gz
initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.bz2
initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.tar.xz
initscripts-4e2746c3217a1b9f1b6be9ae7fb27927ae563590.zip
remove random from rc.sysinit
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit3
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