diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2019-03-13 17:58:54 +0000 |
commit | 78cc3be1c3edc5f411095e26ae251b290b17bfe5 (patch) | |
tree | 2421211482f305a1a4f8638e1674f860a5bf8604 /chapter06/findutils.xml | |
parent | 1263de24b91da3f03775e358e8efe4f4820b4a56 (diff) |
Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r-- | chapter06/findutils.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 9ea7d6f3b..20da93a41 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -107,10 +107,13 @@ sed -i 's|find:=${BINDIR}|find:=/bin|' /usr/bin/updatedb</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> + <segtitle>Installed directory</segtitle> <seglistitem> <seg>find, locate, updatedb, and xargs</seg> + <seg>/var/lib/locate</seg> </seglistitem> + </segmentedlist> <variablelist> |