Changeset 42af63a


Ignore:
Timestamp:
Sep 11, 2007, 2:32:01 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
37df206
Parents:
07d4825
Message:

Added back command to move logger to /bin

Location:
BOOK/final-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/util-linux-ng.xml

    r07d4825 r42af63a  
    5656    xpointer="xpointer(//*[@os='h'])"/>
    5757
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="../common/util-linux-ng.xml"
     60    xpointer="xpointer(//*[@os='i'])"/>
     61
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     63    href="../common/util-linux-ng.xml"
     64    xpointer="xpointer(//*[@os='j'])"/>
     65
    5866  </sect2>
    5967
  • BOOK/final-system/common/util-linux-ng.xml

    r07d4825 r42af63a  
    5656
    5757<screen os="h"><userinput>make install</userinput></screen>
     58
     59    <para os="i">Move the <command>logger</command> binary to
     60    <filename class="directory">/bin</filename> as it is needed by the
     61    CLFS-Bootscripts package:</para>
     62
     63<screen os="j"><userinput>mv -v /usr/bin/logger /bin</userinput></screen>
    5864
    5965  </sect2>
  • BOOK/final-system/multilib/util-linux-ng.xml

    r07d4825 r42af63a  
    5656    xpointer="xpointer(//*[@os='h'])"/>
    5757
     58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     59    href="../common/util-linux-ng.xml"
     60    xpointer="xpointer(//*[@os='i'])"/>
     61
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     63    href="../common/util-linux-ng.xml"
     64    xpointer="xpointer(//*[@os='j'])"/>
     65
    5866  </sect2>
    5967
Note: See TracChangeset for help on using the changeset viewer.