mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
26386ea611
commit
b188c43af9
@ -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>
|
<listitem>
|
||||||
<para>2010-08-08</para>
|
<para>2010-08-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -127,8 +127,9 @@ EOF</userinput></screen>
|
|||||||
<segtitle>Installed programs</segtitle>
|
<segtitle>Installed programs</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
|
<seg>bootlogd, fstab-decode, halt, init, killall5, last,
|
||||||
mountpoint, pidof (link to killall5), poweroff (link to halt),
|
lastb (link to last), mesg, mountpoint, pidof (link to killall5),
|
||||||
|
poweroff (link to halt),
|
||||||
reboot (link to halt), runlevel, shutdown, sulogin,
|
reboot (link to halt), runlevel, shutdown, sulogin,
|
||||||
telinit (link to init), and utmpdump</seg>
|
telinit (link to init), and utmpdump</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
@ -149,6 +150,16 @@ EOF</userinput></screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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">
|
<varlistentry id="halt">
|
||||||
<term><command>halt</command></term>
|
<term><command>halt</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20100808">
|
<!ENTITY version "SVN-20100810">
|
||||||
<!ENTITY releasedate "August 8, 2010">
|
<!ENTITY releasedate "August 10, 2010">
|
||||||
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.7">
|
<!ENTITY milestone "6.7">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user