aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 00:05:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-23 00:05:48 +0000
commit8a57f7e2458e36231ceaf905f7d704bffc3c4358 (patch)
treeca643302ccb520f7ec5c77ff76f176db37db0dd0
parentf0baf66556a3a1775baf62a38147528adcf34d3c (diff)
Notes
-rw-r--r--etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 422e5231df7b..c5e7d53cd26f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -175,7 +175,7 @@ esac
# harvesting rate up
# Entropy below is not great,
# but better than nothing.
-( ps -efauxww; sysctl -a; date; df -ib; dmesg; ps -efauxww; ) \
+( ps -fauxww; sysctl -a; 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