Author: bdubbs
Date: 2010-08-10 14:45:14 -0600 (Tue, 10 Aug 2010)
New Revision: 9354

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/sysvinit.xml
   trunk/BOOK/general.ent
Log:
Add fstab-decode to list of progrms installed by sysvinit

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-08 08:46:19 UTC (rev 9353)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-10 20:45:14 UTC (rev 9354)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2010-08-10</para>
+      <itemizedlist>
+         <listitem>
+           <para>[bdubbs] - Added fstab-decode to list of progrms installed
+           by sysvinit.</para>
+         </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-08-08</para>
       <itemizedlist>
          <listitem>

Modified: trunk/BOOK/chapter06/sysvinit.xml
===================================================================
--- trunk/BOOK/chapter06/sysvinit.xml   2010-08-08 08:46:19 UTC (rev 9353)
+++ trunk/BOOK/chapter06/sysvinit.xml   2010-08-10 20:45:14 UTC (rev 9354)
@@ -127,8 +127,9 @@
       <segtitle>Installed programs</segtitle>
 
       <seglistitem>
-        <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
-        mountpoint, pidof (link to killall5), poweroff (link to halt),
+        <seg>bootlogd, fstab-decode, halt, init, killall5, last, 
+        lastb (link to last), mesg, mountpoint, pidof (link to killall5), 
+        poweroff (link to halt),
         reboot (link to halt), runlevel, shutdown, sulogin,
         telinit (link to init), and utmpdump</seg>
       </seglistitem>
@@ -149,6 +150,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="fstab-decode">
+        <term><command>fstab-decode</command></term>
+        <listitem>
+          <para>Run a command with fstab-encoded arguments</para>
+          <indexterm zone="ch-system-sysvinit fstab-decode">
+            <primary sortas="b-fstab-decode">fstab-decode</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="halt">
         <term><command>halt</command></term>
         <listitem>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-08-08 08:46:19 UTC (rev 9353)
+++ trunk/BOOK/general.ent      2010-08-10 20:45:14 UTC (rev 9354)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100808">
-<!ENTITY releasedate "August 8, 2010">
+<!ENTITY version "SVN-20100810">
+<!ENTITY releasedate "August 10, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!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

Reply via email to