Author: bdubbs
Date: 2012-03-28 14:45:14 -0600 (Wed, 28 Mar 2012)
New Revision: 9794
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/createfiles.xml
trunk/BOOK/general.ent
trunk/BOOK/prologue/hostreqs.xml
Log:
Adjust minimum version of xz-utils in Host Requirements.
Reword description of log files in section Creating Essential Files.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-03-28 19:39:42 UTC (rev 9793)
+++ trunk/BOOK/chapter01/changelog.xml 2012-03-28 20:45:14 UTC (rev 9794)
@@ -37,6 +37,20 @@
-->
<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>
<listitem>
Modified: trunk/BOOK/chapter06/createfiles.xml
===================================================================
--- trunk/BOOK/chapter06/createfiles.xml 2012-03-28 19:39:42 UTC (rev
9793)
+++ trunk/BOOK/chapter06/createfiles.xml 2012-03-28 20:45:14 UTC (rev
9794)
@@ -129,16 +129,18 @@
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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-03-28 19:39:42 UTC (rev 9793)
+++ trunk/BOOK/general.ent 2012-03-28 20:45:14 UTC (rev 9794)
@@ -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
– -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/prologue/hostreqs.xml
===================================================================
--- trunk/BOOK/prologue/hostreqs.xml 2012-03-28 19:39:42 UTC (rev 9793)
+++ trunk/BOOK/prologue/hostreqs.xml 2012-03-28 20:45:14 UTC (rev 9794)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page