Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/traceroute.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY traceroute-download-ftp  " ">
    99  <!ENTITY traceroute-md5sum        "79289adabd6f3ebf9160fc0815ab3150">
    10   <!ENTITY traceroute-size          "66 KB">
    11   <!ENTITY traceroute-buildsize     "531 KB">
     10  <!ENTITY traceroute-size          "68 KB">
     11  <!ENTITY traceroute-buildsize     "912 KB">
    1212  <!ENTITY traceroute-time          "Less than 0.1 SBU">
    1313]>
     
    4141    the standard version.</para></note>
    4242
    43     &lfs76_checked;
     43    &lfs77_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8282    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8383
    84 <screen role='root'><userinput>make prefix=/usr install &amp;&amp;
    85 mv /usr/bin/traceroute /bin &amp;&amp;
    86 ln -sv -f traceroute /bin/traceroute6 &amp;&amp;
    87 ln -sv -f traceroute.8 /usr/share/man/man8/traceroute6.8</userinput></screen>
     84<screen role='root'><userinput>make prefix=/usr install                               &amp;&amp;
     85mv /usr/bin/traceroute /bin                            &amp;&amp;
     86ln -sfv traceroute /bin/traceroute6                    &amp;&amp;
     87ln -sfv traceroute.8 /usr/share/man/man8/traceroute6.8 &amp;&amp;
     88rm -fv /usr/share/man/man1/traceroute.1</userinput></screen>
    8889
    89     <para>Use <command>man 8 traceroute</command> and/or
    90     <command>man 8 traceroute6</command>, because
    91     <command>man traceroute</command> refer to the overwritten version
    92     installed in LFS by inetutils.</para>
     90    <para>The traceroute.1 file that was installed in LFS
     91    by inetutils is no longer relevant.  This package overwrites
     92    that version of traceroute and installs the man page in man
     93    chapter 8.</para>
    9394  </sect2>
    9495
Note: See TracChangeset for help on using the changeset viewer.