svn commit: r239569 - head/etc/rc.d
David O'Brien
obrien at FreeBSD.org
Tue Sep 11 21:17:32 UTC 2012
On Tue, Sep 11, 2012 at 02:04:42PM -0700, Xin Li wrote:
> So if I was to implement the low grade part I'd remove the variable
> names from the sysctl output at minimum.
I've removed the MIB names in my latest diff (based on input from this
thread):
+ ( dmesg; kenv; df -ib; \
+ ps -fauxrH -o majflt,minflt,nivcsw,nvcsw,nwchan,re,sl,time; \
+ sysctl -n kern.cp_times kern.geom kern.lastpid kern.timecounter \
+ kern.tty_nout kern.tty_nin vm vfs debug dev.cpu; \
+ date ) \
+ | /sbin/sha256 -q | dd of=/dev/random bs=8k 2>/dev/null
I don't believe I've sent out an updated diff yet. The above is updated
from what sent in Message-ID: <20120910135218.GA68128 at dragon.NUXI.org>.
--
-- David (obrien at FreeBSD.org)
More information about the freebsd-rc
mailing list