Changeset 7787e7e
- Timestamp:
- 01/14/2014 10:45:09 PM (10 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- cde2ae7
- Parents:
- 18831b5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r18831b5 r7787e7e 40 40 <itemizedlist> 41 41 <listitem> 42 <para>[bdubbs] - Update to inetutils-1.9.2 and remove 43 referece to old BLFS page. Fixes 44 <ulink url="&lfs-ticket-root;3471">#3471</ulink> and 45 <ulink url="&lfs-ticket-root;3473">#3473</ulink>.</para> 46 </listitem> 47 <listitem> 42 48 <para>[bdubbs] - Fix hardcoded reference to /tools in 43 49 Chapter 6 glibc. Fixes -
chapter06/inetutils.xml
r18831b5 r7787e7e 41 41 <title>Installation of Inetutils</title> 42 42 43 <para>Fix an incompatibility between this package and Glibc-&glibc-version;</para> 44 45 <screen><userinput remap="pre">sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen> 43 <para>Create a definition to allow the <command>ifconfig</command> program 44 to build properly.</para> 45 46 <screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen> 46 47 47 48 <para>Prepare Inetutils for compilation:</para> … … 50 51 --libexecdir=/usr/sbin \ 51 52 --localstatedir=/var \ 52 --disable-ifconfig \53 53 --disable-logger \ 54 54 --disable-syslogd \ … … 60 60 61 61 <varlistentry> 62 <term><parameter>--disable-ifconfig</parameter></term>63 <listitem>64 <para>This option prevents Inetutils from installing the65 <command>ifconfig</command> program, which can be used to configure network66 interfaces. LFS uses <command>ip</command> from IPRoute2 to perform67 this task.</para>68 </listitem>69 </varlistentry>70 71 <varlistentry>72 62 <term><parameter>--disable-logger</parameter></term> 73 63 <listitem> … … 102 92 included as part of the Inetutils package. These servers are deemed not 103 93 appropriate in a basic LFS system. Some are insecure by nature and are 104 only considered safe on trusted networks. More information can be found 105 at <ulink url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that 94 only considered safe on trusted networks. Note that 106 95 better replacements are available for many of these servers.</para> 107 96 </listitem> … … 121 110 122 111 <screen><userinput remap="install">make install</userinput></screen> 123 <!-- The html file generation is broken as of texinfo-5.0 124 make -C doc html 125 make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version;</userinput></screen> 126 --> 112 127 113 <para>Move some programs so they are available if <filename 128 114 class='directory'>/usr</filename> is not accessible:</para> 129 115 130 <screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen> 116 <screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin 117 mv -v /usr/bin/ifconfig /sbin</userinput></screen> 131 118 132 119 </sect2> … … 139 126 140 127 <seglistitem> 141 <seg>ftp, hostname, ping, ping6, rcp, rexec, rlogin, rsh, talk, telnet,142 tftp, and traceroute</seg>128 <seg>ftp, ifconfig, hostname, ping, ping6, rcp, rexec, rlogin, 129 rsh, talk, telnet, tftp, and traceroute</seg> 143 130 </seglistitem> 144 131 </segmentedlist> … … 159 146 </varlistentry> 160 147 148 <varlistentry id="ifconfig"> 149 <term><command>ifconfig</command></term> 150 <listitem> 151 <para>Manages network interfaces</para> 152 <indexterm zone="ch-system-inetutils ifconfig"> 153 <primary sortas="b-ifconfig">ifconfig</primary> 154 </indexterm> 155 </listitem> 156 </varlistentry> 157 161 158 <varlistentry id="hostname"> 162 159 <term><command>hostname</command></term> … … 203 200 <term><command>rexec</command></term> 204 201 <listitem> 205 <para> executes commands on a remote host</para>202 <para>Executes commands on a remote host</para> 206 203 <indexterm zone="ch-system-inetutils rexec"> 207 204 <primary sortas="b-rexec">rexec</primary> -
packages.ent
r18831b5 r7787e7e 271 271 <!ENTITY iana-etc-ch6-sbu "less than 0.1 SBU"> 272 272 273 <!ENTITY inetutils-version "1.9. 1">274 <!ENTITY inetutils-size " 1,941KB">273 <!ENTITY inetutils-version "1.9.2"> 274 <!ENTITY inetutils-size "2,188 KB"> 275 275 <!ENTITY inetutils-url "&gnu;inetutils/inetutils-&inetutils-version;.tar.gz"> 276 <!ENTITY inetutils-md5 " 944f7196a2b3dba2d400e9088576000c">276 <!ENTITY inetutils-md5 "aa1a9a132259db83e66c1f3265065ba2"> 277 277 <!ENTITY inetutils-home "&gnu-software;inetutils/"> 278 278 <!ENTITY inetutils-ch6-du "27 MB">
Note:
See TracChangeset
for help on using the changeset viewer.