Adjust minimum version of xz-utils in Host Requirements.

Reword description of log files in section Creating Essential Files.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2012-03-28 20:45:14 +00:00
parent 0759a218c9
commit 44f6add12a
4 changed files with 26 additions and 10 deletions

View File

@ -36,6 +36,20 @@
</listitem>
-->
<listitem>
<para>2012-03-28</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Adjust minimum version of xz-utils in Host
Requirements.</para>
</listitem>
<listitem>
<para>[bdubbs] - Reword description of log files in section
creating essential files.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-03-27</para>
<itemizedlist>

View File

@ -129,16 +129,18 @@ EOF</userinput></screen>
do not already exist. Initialize the log files and give them
proper permissions:</para>
<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
<screen><userinput>touch /var/log/{btmp,lastlog,wtmp}
chgrp -v utmp /var/run/utmp /var/log/lastlog
chmod -v 664 /var/run/utmp /var/log/lastlog
chmod -v 600 /var/log/btmp</userinput></screen>
<para>The <filename>/var/run/utmp</filename> file records the users
that are currently logged in. The <filename>/var/log/wtmp</filename>
file records all logins and logouts. The
<filename>/var/log/lastlog</filename> file records when
each user last logged in. The <filename>/var/log/btmp</filename> file
records the bad login attempts.</para>
<para>The <filename>/var/log/wtmp</filename> file records all logins and
logouts. The <filename>/var/log/lastlog</filename> file records when each
user last logged in. The <filename>/var/log/btmp</filename> file records the
bad login attempts.</para>
<note><para>The <filename>/run/utmp</filename> file records the users that
are currently logged in. This file is created dynamically in the boot
scripts.</para></note>
</sect1>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120327">
<!ENTITY releasedate "Mar 27, 2012">
<!ENTITY version "SVN-20120328">
<!ENTITY releasedate "Mar 28, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -131,7 +131,7 @@
</listitem>
<listitem>
<para><emphasis role="strong">Xz-5.0.3</emphasis></para>
<para><emphasis role="strong">Xz-5.0.0</emphasis></para>
</listitem>
</itemizedlist>