Ignore:
Timestamp:
07/23/2015 12:19:36 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
b94e5a5
Parents:
367e615
Message:

Merged trunk. Updated to dbus-1.8.20, systemd-222.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/iproute2.xml

    r367e615 rf168b8f  
    5757    <para>Remove a compiler flag that causes the compilation to fail:</para>
    5858<screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
     59
    5960-->
    60 
     61<!--
     62
     63    <para>Do not build the unneeded tipc program.  Transparent Inter-process
     64    Communication (TIPC) is a network communications protocol for Inter-process
     65    communication (IPC) that was designed for intra-cluster
     66    communication.</para>
     67
     68<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen>
     69-->
    6170    <para>Compile the package:</para>
    6271
     
    8998        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9099        and tc</seg>
    91         <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
    92         and /usr/lib/tc</seg>
     100        <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;,
     101        </seg>
    93102      </seglistitem>
    94103    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.