[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-253-g03394ec

git git at clfs.org
Thu Mar 3 18:21:18 PST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  03394ecf8d1c1e00d650f29134de79d24e195c09 (commit)
       via  f5a4dd3df055ce20d9e941b4eee2fce86cd94495 (commit)
      from  204c846c35984cacee551331ab78935f396b2e62 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03394ecf8d1c1e00d650f29134de79d24e195c09
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Mar 4 03:56:03 2016 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 7f4b608..afc996c 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "02"> <!-- Use two digits -->
-<!ENTITY month_name "February">
-<!ENTITY day "19"> <!-- Use two digits -->
+<!ENTITY month "03"> <!-- Use two digits -->
+<!ENTITY month_name "March">
+<!ENTITY day "04"> <!-- Use two digits -->
 <!ENTITY year "2016"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit f5a4dd3df055ce20d9e941b4eee2fce86cd94495
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Mar 4 03:55:55 2016 -0500

    Create /var/log/faillog

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 048ce70..23a0ffc 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -189,9 +189,9 @@ EOF</userinput></screen>
   do not already exist. Initialize the log files and give them
   proper permissions:</para>
 
-<screen os="g"><userinput>touch ${CLFS}/var/log/{btmp,lastlog,wtmp}
-chgrp -v &gid-utmp; ${CLFS}/var/log/lastlog
-chmod -v 664 ${CLFS}/var/log/lastlog
+<screen os="g"><userinput>touch ${CLFS}/var/log/{btmp,faillog,lastlog,wtmp}
+chgrp -v &gid-utmp; ${CLFS}/var/log/{faillog,lastlog}
+chmod -v 664 ${CLFS}/var/log/{faillog,lastlog}
 chmod -v 600 ${CLFS}/var/log/btmp</userinput></screen>
 
   <para os="h">The <filename>/var/log/wtmp</filename>
diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index 012f88c..7d06d03 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -97,9 +97,9 @@ EOF</userinput></screen>
   href="../../boot/common/pwdgroup.xml"
   xpointer="xpointer(//*[@os='f'])"/>
 
-<screen os="g"><userinput>touch /var/log/{btmp,lastlog,wtmp}
-chgrp -v utmp /var/log/lastlog
-chmod -v 664 /var/log/lastlog
+<screen os="g"><userinput>touch /var/log/{btmp,faillog,lastlog,wtmp}
+chgrp -v utmp /var/log/{faillog,lastlog}
+chmod -v 664 /var/log/{faillog,lastlog}
 chmod -v 600 /var/log/btmp</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f5a58d0..9ec73f8 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>04 March 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added creation of
+          <filename>/var/log/faillog</filename> to Shadow instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>19 February 2016</para>
       <itemizedlist>
         <listitem>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/common/pwdgroup.xml          |    6 +++---
 BOOK/chroot/common/pwdgroup.xml        |    6 +++---
 BOOK/general.ent                       |    6 +++---
 BOOK/introduction/common/changelog.xml |   10 ++++++++++
 4 files changed, 19 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list