diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-08-10 20:45:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-08-10 20:45:14 +0000 |
commit | b188c43af9034c7caa658c8de98b160f5cbe127f (patch) | |
tree | 27435cbef7a2548285fc77c99d045fb8cb7fdcb4 | |
parent | 26386ea611ac1242125b3fe95aa589039ce62225 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 15 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 25 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a6e885bc4..632157071 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 4fae9b6be..e5726994e 100644 --- a/chapter06/sysvinit.xml +++ b/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> diff --git a/general.ent b/general.ent index e9acf2f57..e6beb3c52 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |