Author: matthew
Date: 2006-08-31 13:20:19 -0600 (Thu, 31 Aug 2006)
New Revision: 7780
Modified:
trunk/BOOK/chapter06/findutils.xml
Log:
Move an incorrectly placed tag. Found when jhalfs failed to change the path to
'find' in updatedb.
Modified: trunk/BOOK/chapter06/findutils.xml
===================================================================
--- trunk/BOOK/chapter06/findutils.xml 2006-08-31 19:01:15 UTC (rev 7779)
+++ trunk/BOOK/chapter06/findutils.xml 2006-08-31 19:20:19 UTC (rev 7780)
@@ -73,8 +73,8 @@
needs to be on the root partition. The <command>updatedb</command>
script also needs to be modified to correct an explicit path:</para>
-<screen><userinput>mv -v /usr/bin/find /bin</userinput>
-sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</screen>
+<screen><userinput>mv -v /usr/bin/find /bin
+sed -i -e 's/find:=${BINDIR}/find:=\/bin/'
/usr/bin/updatedb</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page