Changes in / [f780602:6a72404]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf780602 r6a72404  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem>
     48      <para>2021-06-09</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - For consistency, make the cpp link in /usr/lib.
     52          </para>
     53        </listitem>
     54        <listitem>
     55          <para>[ken] - Install iproute2 programs in /usr/sbin for
     56          consistency.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
    4761    <listitem revision="sysv">
    4862      <para>2021-06-08</para>
  • chapter08/gcc.xml

    rf780602 r6a72404  
    186186    for "historical" reasons.</para>
    187187
    188 <screen><userinput remap="install">ln -svr /usr/bin/cpp /lib</userinput></screen>
     188<screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen>
    189189  <!-- already done earlier
    190190    <para>Many packages use the name <command>cc</command> to call the C
  • chapter08/iproute2.xml

    rf780602 r6a72404  
    7676    <para>Install the package:</para>
    7777
    78 <screen><userinput remap="install">make install</userinput></screen>
     78<screen><userinput remap="install">make SBINDIR=/usr/sbin install</userinput></screen>
    7979
    8080    <para>If desired, install the documentation:</para>
Note: See TracChangeset for help on using the changeset viewer.