Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 07:10:48 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11314 for review
Message-ID:  <200205141410.g4EEAmT65647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11314

Change 11314 by jake@jake_sparc64 on 2002/05/14 07:09:47

	Remove sysctl -a from random seeding.  Its broken.

Affected files ...

... //depot/projects/sparc64/etc/rc#9 edit

Differences ...

==== //depot/projects/sparc64/etc/rc#9 (text+ko) ====

@@ -175,7 +175,7 @@
 # harvesting rate up
 # Entropy below is not great,
 # but better than nothing.
-( ps -fauxww; sysctl -a; date; df -ib; dmesg; ps -fauxww; ) \
+( ps -fauxww; date; df -ib; dmesg; ps -fauxww; ) \
     | dd of=/dev/random bs=8k 2>/dev/null
 cat /bin/ls | dd of=/dev/random bs=8k 2>/dev/null
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205141410.g4EEAmT65647>