Parcourir la source

Add fstab-decode to list of progrms installed by sysvinit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9354 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs il y a 15 ans
Parent
commit
b188c43af9
3 fichiers modifiés avec 25 ajouts et 4 suppressions
  1. 10 0
      chapter01/changelog.xml
  2. 13 2
      chapter06/sysvinit.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 13 - 2
chapter06/sysvinit.xml

@@ -127,8 +127,9 @@ EOF</userinput></screen>
       <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 @@ EOF</userinput></screen>
         </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>

+ 2 - 2
general.ent

@@ -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}]" -->