diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:39:25 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:39:25 +0000 |
commit | fde4f7de29feb3a867ab572415c2eb7722d3d880 (patch) | |
tree | 7b5999f09e19c8bf5a6d76cce1348238c922a4cb /chapter06/psmisc.xml | |
parent | 4d938efaa059430738ff5c7dbae00b42e1b5b7d5 (diff) |
Brought all occurences of LFS-Bootscripts into conformity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index f430462d5..6952268a1 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -40,12 +40,11 @@ GCC, Gettext, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <variablelist> <varlistentry> <term><parameter>--exec-prefix=""</parameter></term> -<listitem><para>This causes the binaries to be installed in <filename -class="directory">/bin</filename> instead of <filename -class="directory">/usr/bin</filename>. Because the Psmisc programs are -often used in bootscripts, they should be available when the <filename -class="directory">/usr</filename> file system is not -mounted.</para></listitem> +<listitem><para>This ensures that the Psmisc binaries will install into +<filename class="directory">/bin</filename> instead of <filename +class="directory">/usr/bin</filename>. This is the correct location according to +the FHS, because some of the Psmisc binaries are used by the LFS-Bootscripts +package.</para></listitem> </varlistentry> </variablelist> |