[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1333-g59913e1

git git at cross-lfs.org
Thu Jul 10 03:18:56 PDT 2014


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  59913e1f853502c3c31e4030d6b150922e861c4f (commit)
      from  195f497f4e7430363026ce3b70405dc623faa46e (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 59913e1f853502c3c31e4030d6b150922e861c4f
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Jul 10 06:18:51 2014 -0400

    Changed /var/run references to /run

diff --git a/BOOK/boot/common/boot-scripts.xml b/BOOK/boot/common/boot-scripts.xml
index 2e309bb..004d2dd 100644
--- a/BOOK/boot/common/boot-scripts.xml
+++ b/BOOK/boot/common/boot-scripts.xml
@@ -94,9 +94,9 @@ EOF</userinput></screen>
         <term><command>cleanfs</command></term>
         <listitem>
           <para>Removes files that should not be preserved between reboots,
-          such as those in <filename class="directory">/var/run/</filename>
+          such as those in <filename class="directory">/run/</filename>
           and <filename class="directory">/var/lock/</filename>; it re-creates
-          <filename>/var/run/utmp</filename> and removes the possibly present
+          <filename>/run/utmp</filename> and removes the possibly present
           <filename>/etc/nologin</filename>, <filename>/fastboot</filename>,
           and <filename>/forcefsck</filename> files</para>
           <indexterm zone="ch-boot-boot-scripts cleanfs-boot-scripts">
diff --git a/BOOK/boot/common/sysvinit.xml b/BOOK/boot/common/sysvinit.xml
index 77e81f5..7355b25 100644
--- a/BOOK/boot/common/sysvinit.xml
+++ b/BOOK/boot/common/sysvinit.xml
@@ -218,7 +218,7 @@ EOF</userinput></screen>
         <term><command>runlevel</command></term>
         <listitem>
           <para>Reports the previous and the current run-level, as noted in
-          the last run-level record in <filename>/var/run/utmp</filename></para>
+          the last run-level record in <filename>/run/utmp</filename></para>
           <indexterm zone="ch-boot-sysvinit runlevel-sysv">
             <primary sortas="b-runlevel-sysv">runlevel</primary>
           </indexterm>

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

Summary of changes:
 BOOK/boot/common/boot-scripts.xml |    4 ++--
 BOOK/boot/common/sysvinit.xml     |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list