diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-19 20:51:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-12-19 20:51:24 +0000 |
commit | 6bf3f584c1fc06c9be3bab167c6c7a7889c73e26 (patch) | |
tree | e1c5f51de5267c98e3b0e86055b753b643cf247c /chapter06/creatingdirs.xml | |
parent | 57682447175329fc9fee70eeb002e8d32b080a58 (diff) |
Reword FHS Compliance Note.
Update to perl-5.22.1.
Update to perl-5.22.1.
Update to linux-4.3.1.
Update to man-pages-4.03.
Fix xz problem identified upstream.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 09ad4fd65..80e5dc474 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -52,15 +52,14 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen> <sect2> <title>FHS Compliance Note</title> - <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) - (available at <ulink url="https://wiki.linuxfoundation.org/en/FHS"/>). - The FHS also stipulates the existence of <filename + <para>The directory tree is based on the Filesystem Hierarchy Standard + (FHS) (available at <ulink + url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also stipulates + the optional existence some directories such as <filename class="directory">/usr/local/games</filename> and <filename - class="directory">/usr/share/games</filename>. The FHS is not precise as to - the structure of the <filename class="directory">/usr/local/share</filename> - subdirectory, so we create only the directories that are needed. However, - feel free to create these directories if you prefer to conform more strictly - to the FHS.</para> + class="directory">/usr/share/games</filename>. We create only the + directories that are needed. However, feel free to create these + directories. </para> </sect2> |