diff options
-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}]" --> |