Revise my previous commit: The hw.syscons.kbd_reboot sysctl exists unless the kernel is compiled with the SC_DISABLE_REBOOT option
This commit is contained in:
parent
4e60cc0333
commit
e04c9411db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33067
1 changed files with 3 additions and 2 deletions
|
@ -6334,8 +6334,9 @@ options SYSVMSG # enable for messaging</programlisting>
|
||||||
<screen>&prompt.root; <userinput>sysctl hw.syscons.kbd_reboot=0</userinput></screen>
|
<screen>&prompt.root; <userinput>sysctl hw.syscons.kbd_reboot=0</userinput></screen>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>This &man.sysctl.8; has been removed from
|
<para>The above two methods are exclusive: The &man.sysctl.8;
|
||||||
&os; 6.3-RELEASE and subsequent versions.</para>
|
does not exist if you compile your kernel with the
|
||||||
|
<literal>SC_DISABLE_REBOOT</literal> option.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>If you use the &man.pcvt.4; console driver, use the
|
<para>If you use the &man.pcvt.4; console driver, use the
|
||||||
|
|
Loading…
Reference in a new issue