[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. d0269273d1ee92578df655178d4c81d95e543152

git git at cross-lfs.org
Fri Nov 2 12:00:24 PDT 2012


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, master has been updated
       via  d0269273d1ee92578df655178d4c81d95e543152 (commit)
       via  6e3a0c6f9438ff9000c589840404fd38467adbef (commit)
      from  47aca2391924d036e6c870943aa4dba6f1b00c32 (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 d0269273d1ee92578df655178d4c81d95e543152
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Nov 2 12:59:59 2012 -0500

    Edit hwclock sed for util-linux.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 6463853..dad79db 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -32,8 +32,8 @@
     location for the <filename>adjtime</filename> file. To make the
     <command>hwclock</command> program FHS-compliant, run the following:</para>
 
-<screen><userinput>sed -i 's at etc/adjtime at var/lib/hwclock/adjtime at g' \
-    hwclock/hwclock.c
+<screen><userinput>sed -i -e 's at etc/adjtime at var/lib/hwclock/adjtime at g' \
+    $(grep -rl '/etc/adjtime' .) 
 mkdir -pv /var/lib/hwclock</userinput></screen>
 
   </sect2>

commit 6e3a0c6f9438ff9000c589840404fd38467adbef
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Nov 2 12:59:43 2012 -0500

    Update introduction changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 89a9282..51657de 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -41,6 +41,9 @@
         <listitem>
           <para>[William Harrington] - Disable login and su programs in util-linux.</para> 
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Edit hwclock sed for util-linux.</para> 
+        </listitem>
       </itemizedlist>
     </listitem>
 

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

Summary of changes:
 BOOK/final-system/common/util-linux.xml |    4 ++--
 BOOK/introduction/common/changelog.xml  |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list