Update Question 10.24:

- Capitalize "Single User mode"
- Mark up securelevel with <literal>
- Mark up rc.conf with <filename>

Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-06-21 07:43:23 +00:00
parent 0fde643cef
commit 92b2af15b1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32338

View file

@ -6382,7 +6382,7 @@ options SYSVMSG # enable for messaging</programlisting>
<answer>
<para>Short answer: You are probably at security level
greater than 1. Reboot directly to single user mode to
greater than 1. Reboot directly to Single User mode to
change the date.</para>
<para>Long answer: FreeBSD disallows changing the time by
@ -6392,13 +6392,13 @@ options SYSVMSG # enable for messaging</programlisting>
<screen>&prompt.root; <userinput>sysctl kern.securelevel</userinput></screen>
<para>You cannot lower the security level; you have to boot
to single mode to change the date, or change the security
to Single User mode to change the date, or change the security
level in <filename>/etc/rc.conf</filename> then
reboot. See the &man.init.8; manual page for details on
securelevel, and see
<literal>securelevel</literal>, and see
<filename>/etc/defaults/rc.conf</filename> and the
&man.rc.conf.5; manual page for more information on
rc.conf.</para>
<filename>rc.conf</filename>.</para>
</answer>
</qandaentry>