Make kern.log_console_output a tuneable aswell as a sysctl.

MFC after:	1 week
This commit is contained in:
David Malone 2002-08-11 18:47:42 +00:00
parent 1b39d8a298
commit af338bea64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101693

View File

@ -95,6 +95,7 @@ static int msgbufmapped; /* Set when safe to use msgbuf */
int msgbuftrigger;
static int log_console_output = 1;
TUNABLE_INT("kern.log_console_output", &log_console_output);
SYSCTL_INT(_kern, OID_AUTO, log_console_output, CTLFLAG_RW,
&log_console_output, 0, "");