svn commit: r239569 - head/etc/rc.d

Xin Li delphij at delphij.net
Tue Sep 11 21:45:45 UTC 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

By the way what I meant would be something like:

Instead of:

| /sbin/sha256 -q | dd of=/dev/random bs=8k 2>/dev/null

Do:

| gzip | dd ibs=1 iseek=16 obs=8k count=8k of=/dev/random 2>/dev/null

Note that the first few bytes are deterministic (header, etc) so I
choose to skip first 16 bytes.

Cheers,
- -- 
Xin LI <delphij at delphij.net>    https://www.delphij.net/
FreeBSD - The Power to Serve!           Live free or die
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBCAAGBQJQT7EHAAoJEG80Jeu8UPuzwVAH/iJ0EqAJhunpAJSn3P+X3fM5
wOphiC/eQ6A8sJjoUkL3CfB3DlAWJGFThTe/N8u1rp/gHnbrRMGTcs4g6WzYeD5K
atsGpPzM3h0b5PrrMJ3tY9u9KBlRztehayUjfQZKrPOwmJe2DxzZATaa+A617PGz
88g7+40HcWgUhYqv0TlgiNjxlMKUNxZfDZExYzg2NnYDCSnRLGrN//xlrS3cO2Im
HlB2gXeVFBfF/fwDxEAsOSw5yCOSQIyrqUX8o3Cdlqm5MHj1eU/NLsjqVoJ2y/v4
5CtLErrKKmVjow4ycEWdtkhIPaE9Fj1InwhfWBGOYKThwDnCGaG/Apz1zYQ0SIA=
=GIbg
-----END PGP SIGNATURE-----


More information about the freebsd-rc mailing list