mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
* Move /usr/bin/logger to /bin as it's needed by the bootscripts. Fixes bug 1035
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1f908d1670
commit
99df5e83e7
@ -81,6 +81,10 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>February 28, 2005 [matt]: Move /usr/bin/logger to /bin
|
||||
as the bootscripts need it there. Fixes bug 1035.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>February 28, 2005 [matt]: Upgraded to iana-etc-1.04</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -79,9 +79,13 @@ by Glibc) from being built and installed again.</para></listitem>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
<para>Install the package and move the <command>logger</command> binary to
|
||||
<filename class="directory">/bin</filename> as it is needed by the bootscripts:
|
||||
</para>
|
||||
|
||||
<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
|
||||
<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install
|
||||
mv /usr/bin/logger /bin</userinput>
|
||||
</screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user