diff options
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 16 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 |
4 files changed, 26 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d8da5f337..47caa3882 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index f0091bcd2..444cb091c 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -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> diff --git a/general.ent b/general.ent index 105e43262..ff669ffaa 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index cf7c711e0..5da0da209 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -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> |