Add `adjkerntz -i' to the list of single-user commands.

In non-GMT timezones, missing adjkerntz may install files with
timestamps `in the future'.  This may make automated reports from
IDS tools a bit surprising after the system boots normally, or it
may cause problems with make(1)-like dependency checking.
This commit is contained in:
Giorgos Keramidas 2009-01-31 06:37:04 +00:00
parent 736cb525de
commit 21a39b1947
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33784

View file

@ -1612,7 +1612,8 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
(i.e.&nbsp;using <command>boot -s</command> from the loader
prompt). Then run:</para>
<screen>&prompt.root; <userinput>mount -a -t ufs</userinput>
<screen>&prompt.root; <userinput>adjkerntz -i</userinput>
&prompt.root; <userinput>mount -a -t ufs</userinput>
&prompt.root; <userinput>mergemaster -p</userinput>
&prompt.root; <userinput>cd /usr/src</userinput>
&prompt.root; <userinput>make installworld</userinput>