diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index aee6988d2..c2c5207fa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 9a2e267a5..00f28e236 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -130,7 +130,8 @@ EOF</userinput></screen> <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> diff --git a/general.ent b/general.ent index b3e413e4b..d8a84cd87 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> |