Browse Source

Don't move mklost+found to /sbin anymore - it's not essential, so let's
keep it in the default location where e2fsprogs install it into


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 years ago
parent
commit
f43df467de
2 changed files with 4 additions and 2 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/e2fsprogs-inst.xml

+ 3 - 0
chapter01/changelog.xml

@@ -5,6 +5,9 @@
 
 
 <itemizedlist>
 <itemizedlist>
 
 
+<listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs:
+Removed command to move mklost+found to /sbin.</para></listitem>
+
 <listitem><para>September 5th, 2001 [gerard]: Chapters 5 &amp; 6: Added
 <listitem><para>September 5th, 2001 [gerard]: Chapters 5 &amp; 6: Added
 notes to the gcc, binutils and glibc installations that these packages
 notes to the gcc, binutils and glibc installations that these packages
 behave badly when the default optimization flags are changed and should
 behave badly when the default optimization flags are changed and should

+ 1 - 2
chapter06/e2fsprogs-inst.xml

@@ -10,8 +10,7 @@ to be like that. We did not forget to supply a value there.</para>
 <userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput>
 <userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput>
 <userinput>make &amp;&amp;</userinput>
 <userinput>make &amp;&amp;</userinput>
 <userinput>make install &amp;&amp;</userinput>
 <userinput>make install &amp;&amp;</userinput>
-<userinput>make install-libs &amp;&amp;</userinput>
-<userinput>mv /usr/sbin/mklost+found /sbin</userinput></screen></para>
+<userinput>make install-libs &amp;&amp;</userinput></screen></para>
 
 
 </sect2>
 </sect2>