Changeset 49b241a
- Timestamp:
- 03/01/2014 06:00:12 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 283854e4
- Parents:
- 43bb741
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r43bb741 r49b241a 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 27"> <!-- Always 2 digits -->4 <!ENTITY month "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " February 27th, &year;">9 <!ENTITY releasedate "March 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r43bb741 r49b241a 46 46 47 47 <listitem> 48 <para>March 1st, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Add a patch to remove ifconfig and hostname 52 when installing net-tools. Fixes 53 <ulink url="&blfs-ticket-root;4720">#4720</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 48 59 <para>February 27th, 2014</para> 49 60 <itemizedlist> -
networking/netprogs/net-tools.xml
r43bb741 r49b241a 58 58 </itemizedlist> 59 59 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 <itemizedlist spacing="compact"> 62 <listitem> 63 <para> 64 Required patch: 65 <ulink url="&patch-root;/net-tools-&net-tools-version;-remove_dups-1.patch"/> 66 </para> 67 </listitem> 68 </itemizedlist> 69 70 60 71 <para condition="html" role="usernotes">User Notes: 61 72 <ulink url="&blfs-wiki;/net-tools"/></para> … … 65 76 <sect2 role="installation"> 66 77 <title>Installation of Net-tools</title> 67 68 <note>69 <para>The <application>Net-tools</application> package installs a70 <command>hostname</command> program which will overwrite the existing71 program installed by <application>Inetutils</application> during a base72 LFS installation. If, for whatever reason, you need to reinstall the73 <application>Inetutils</application> package after installing74 <application>Net-tools</application>, you should add75 <command>--disable-hostname</command> to the Inetutils76 <command>configure</command> command in LFS if you wish to preserve the77 <application>Net-tools</application> <command>hostname</command>78 program.</para>79 </note>80 78 81 79 <para id="net-tools-automate-example" xreflabel="Net-tools">The … … 99 97 family' and 'INET (TCP/IP) protocol family'.</para></note> 100 98 99 <para>The patch below cleans up the installation so that it does not 100 overwrite the <application>ifconfig</application> and 101 <application>hostname</application> programs that were installed in LFS.</para> 102 101 103 <para>Install <application>Net-tools</application> by running the 102 104 following commands:</para> 103 105 104 <screen><userinput> sed -i -e '/Token/s/y$/n/' config.in&&105 sed -i -e '/HAVE_HWSTRIP/s/y$/n/' config.in && 106 yes "" | make config 106 <screen><userinput>patch -Np1 -i ../net-tools-&net-tools-version;-remove_dups-1.patch && 107 108 yes "" | make config && 107 109 make</userinput></screen> 108 110 … … 117 119 <sect2 role="commands"> 118 120 <title>Command Explanations</title> 119 121 <!-- 120 122 <para><command>sed -i -e '/Token/s/y$/n/' config.in</command>: Change the 121 123 default for building obsolete token ring support to no. This is a … … 126 128 Removes obsolete Metricom radio support that requires a header no longer 127 129 included in the kernel. </para> 128 130 --> 129 131 <para><command>yes "" | make config</command>: Piping <command>yes</command> 130 132 to <command>make config</command> skips the interactive configuration and … … 142 144 143 145 <seglistitem> 144 <seg>arp, dnsdomainname, domainname, hostname,145 i fconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat,146 nisdomainname, plipconfig, rarp, route, slattach, and147 ypdomainname</seg>146 <seg>arp, 147 ipmaddr, iptunnel, mii-tool, nameif, netstat, 148 plipconfig, rarp, route, and slattach 149 </seg> 148 150 <seg>None</seg> 149 151 <seg>None</seg> … … 166 168 </listitem> 167 169 </varlistentry> 168 170 <!-- 169 171 <varlistentry id="dnsdomainname"> 170 172 <term><command>dnsdomainname</command></term> … … 206 208 </listitem> 207 209 </varlistentry> 208 210 --> 209 211 <varlistentry id="ipmaddr"> 210 212 <term><command>ipmaddr</command></term> … … 258 260 </listitem> 259 261 </varlistentry> 260 262 <!-- 261 263 <varlistentry id="nisdomainname"> 262 264 <term><command>nisdomainname</command></term> … … 268 270 </listitem> 269 271 </varlistentry> 270 272 --> 271 273 <varlistentry id="plipconfig"> 272 274 <term><command>plipconfig</command></term> … … 310 312 </listitem> 311 313 </varlistentry> 312 314 <!-- 313 315 <varlistentry id="ypdomainname"> 314 316 <term><command>ypdomainname</command></term> … … 320 322 </listitem> 321 323 </varlistentry> 322 324 --> 323 325 </variablelist> 324 326 -
xsoft/other/balsa.xml
r43bb741 r49b241a 33 33 <application>GNOME</application>-2 based mail client.</para> 34 34 35 &lfs7 4_checked;35 &lfs75_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 111 111 #include <glib-2.0/glib.h>" src/main-window.c && 112 112 113 114 113 ./configure --prefix=/usr \ 115 114 --sysconfdir=/etc/gnome \ -
xsoft/other/rox-filer.xml
r43bb741 r49b241a 36 36 </para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 117 117 sed -i 's:g_strdup(getenv("APP_DIR")):"/usr/share/rox":' src/main.c && 118 118 119 mkdir build &&120 pushd build &&121 ../src/configure LIBS="-lm -ldl" &&122 make &&119 mkdir build && 120 pushd build && 121 ../src/configure LIBS="-lm -ldl" && 122 make && 123 123 popd</userinput></screen> 124 124 -
xsoft/other/xchat.xml
r43bb741 r49b241a 35 35 also possible.</para> 36 36 37 &lfs7 4_checked;37 &lfs75_checked; 38 38 39 39 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.