Author: bdubbs
Date: 2011-11-16 11:39:39 -0700 (Wed, 16 Nov 2011)
New Revision: 9663
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/createfiles.xml
trunk/BOOK/general.ent
Log:
Set 660 permissions for /var/log/btmp
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-11-14 20:46:34 UTC (rev 9662)
+++ trunk/BOOK/chapter01/changelog.xml 2011-11-16 18:39:39 UTC (rev 9663)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-11-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Make /var/log/btmp have 660 permissions.
+ Suggestion from Michael Blanchard.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-11-14</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/createfiles.xml
===================================================================
--- trunk/BOOK/chapter06/createfiles.xml 2011-11-14 20:46:34 UTC (rev
9662)
+++ trunk/BOOK/chapter06/createfiles.xml 2011-11-16 18:39:39 UTC (rev
9663)
@@ -130,7 +130,8 @@
<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
chgrp -v utmp /var/run/utmp /var/log/lastlog
-chmod -v 664 /var/run/utmp /var/log/lastlog</userinput></screen>
+chmod -v 664 /var/run/utmp /var/log/lastlog
+chmod -v 660 /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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-11-14 20:46:34 UTC (rev 9662)
+++ trunk/BOOK/general.ent 2011-11-16 18:39:39 UTC (rev 9663)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111114">
-<!ENTITY releasedate "Nov 14, 2011">
+<!ENTITY version "SVN-20111116">
+<!ENTITY releasedate "Nov 16, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page