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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysvinit.xml | 15 |
1 files changed, 13 insertions, 2 deletions
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> |