Changeset 1f2828b2 for networking


Ignore:
Timestamp:
11/13/2014 05:03:17 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94b9889
Parents:
82b2c97
Message:

Update to traceroute-2.0.21.
Update to gnome-themes-standard-3.14.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14895 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/traceroute.xml

    r82b2c97 r1f2828b2  
    55  %general-entities;
    66
    7   <!ENTITY traceroute-download-http "&sourceforge-repo;/traceroute/traceroute-&traceroute-version;.tar.gz">
     7  <!ENTITY traceroute-download-http "&sourceforge-repo;/project/traceroute/traceroute-&traceroute-version;/traceroute-&traceroute-version;.tar.gz">
    88  <!ENTITY traceroute-download-ftp  " ">
    9   <!ENTITY traceroute-md5sum        "559f104e155e0e14ee0c717776a745fa">
     9  <!ENTITY traceroute-md5sum        "79289adabd6f3ebf9160fc0815ab3150">
    1010  <!ENTITY traceroute-size          "68 KB">
    11   <!ENTITY traceroute-buildsize     "648 KB">
     11  <!ENTITY traceroute-buildsize     "912 KB">
    1212  <!ENTITY traceroute-time          "Less than 0.1 SBU">
    1313]>
     
    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 -sv -f traceroute /bin/traceroute6                    &amp;&amp;
     87ln -sv -f 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.