From 06c84cc17466ac9779fd7b1e51593df98446d350 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 25 Jun 2000 10:55:23 +0000 Subject: Clean up all the old setup code for the old /dev/random. This will be revisited when the new /dev/random is done. --- etc/etc.i386/rc.i386 | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'etc/etc.i386') diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index dd72e80..778c8a5 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -209,17 +209,3 @@ if [ -n "${allscreens_flags}" ]; then fi echo '.' - -# interrupts for /dev/random device -# -case ${rand_irqs} in -[Nn][Oo] | '') - ;; -*) - echo -n 'entropy IRQs:' - for irq in ${rand_irqs}; do - echo -n " ${irq}" && rndcontrol -q -s ${irq} - done - echo '.' - ;; -esac -- cgit v1.1