Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Correct rc.conf variable for random seed.



details:   https://anonhg.NetBSD.org/src/rev/f22975671e16
branches:  trunk
changeset: 345064:f22975671e16
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri May 06 03:04:14 2016 +0000

description:
Correct rc.conf variable for random seed.

Note that it is enabled by default.

diffstat:

 share/man/man4/rnd.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 633961a8ffef -r f22975671e16 share/man/man4/rnd.4
--- a/share/man/man4/rnd.4      Fri May 06 00:24:45 2016 +0000
+++ b/share/man/man4/rnd.4      Fri May 06 03:04:14 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rnd.4,v 1.22 2015/04/13 22:23:54 riastradh Exp $
+.\"    $NetBSD: rnd.4,v 1.23 2016/05/06 03:04:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -199,10 +199,10 @@
 For those that don't, the
 .Xr rndctl 8
 command can do it once userland has started, for example by setting
-.Dq Va rndctl=YES
+.Dq Va random_seed=YES
 in
-.Pa /etc/rc.conf ;
-see
+.Pa /etc/rc.conf ,
+which is enabled by default; see
 .Xr rc.conf 5 .
 .Sh LIMITATIONS
 Some people worry about recovery from state compromise -- that is,



Home | Main Index | Thread Index | Old Index