source: chapter06/inetutils.xml@ e4a5635

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 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 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/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since e4a5635 was e4a5635, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Replaced "<" by "less than".

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-inetutils" role="wrap">
9 <?dbhtml filename="inetutils.html"?>
10
11 <title>Inetutils-&inetutils-version;</title>
12
13 <indexterm zone="ch-system-inetutils">
14 <primary sortas="a-Inetutils">Inetutils</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Inetutils package contains programs for basic networking.</para>
21
22 <segmentedlist>
23 <segtitle>&buildtime;</segtitle>
24 <segtitle>&diskspace;</segtitle>
25
26 <seglistitem>
27 <seg>&inetutils-ch6-sbu;</seg>
28 <seg>&inetutils-ch6-du;</seg>
29 </seglistitem>
30 </segmentedlist>
31
32 </sect2>
33
34 <sect2 role="installation">
35 <title>Installation of Inetutils</title>
36
37 <para>Apply a patch to Inetutils to enable it to compile with
38 GCC-&gcc-version;:</para>
39
40<screen><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
41
42 <para>All programs that come with Inetutils will not be installed.
43 However, the Inetutils build system will insist on installing all the
44 man pages anyway. The following patch will correct this
45 situation:</para>
46
47<screen><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
48
49<para>Prepare Inetutils for compilation:</para>
50
51<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin \
52 --sysconfdir=/etc --localstatedir=/var \
53 --disable-logger --disable-syslogd \
54 --disable-whois --disable-servers</userinput></screen>
55
56 <variablelist>
57 <title>The meaning of the configure options:</title>
58
59 <varlistentry>
60 <term><parameter>--disable-logger</parameter></term>
61 <listitem>
62 <para>This option prevents Inetutils from installing the
63 <command>logger</command> program, which is used by scripts to
64 pass messages to the System Log Daemon. Do not install it because
65 Util-linux installs a better version later.</para>
66 </listitem>
67 </varlistentry>
68
69 <varlistentry>
70 <term><parameter>--disable-syslogd</parameter></term>
71 <listitem>
72 <para>This option prevents Inetutils from installing the System Log
73 Daemon, which is installed with the Sysklogd package.</para>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry>
78 <term><parameter>--disable-whois</parameter></term>
79 <listitem>
80 <para>This option disables the building of the Inetutils
81 <command>whois</command> client, which is out of date. Instructions for
82 a better <command>whois</command> client are in the BLFS book.</para>
83 </listitem>
84 </varlistentry>
85
86 <varlistentry>
87 <term><parameter>--disable-servers</parameter></term>
88 <listitem>
89 <para>This disables the installation of the various network servers
90 included as part of the Inetutils package. These servers are deemed not
91 appropriate in a basic LFS system. Some are insecure by nature and are
92 only considered safe on trusted networks. More information can be found
93 at <ulink url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that
94 better replacements are available for many of these servers.</para>
95 </listitem>
96 </varlistentry>
97
98 </variablelist>
99
100 <para>Compile the package:</para>
101
102<screen><userinput>make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Install the package:</para>
107
108<screen><userinput>make install</userinput></screen>
109
110 <para>Move the <command>ping</command> program to its FHS-compliant
111 place:</para>
112
113<screen><userinput>mv -v /usr/bin/ping /bin</userinput></screen>
114
115 </sect2>
116
117 <sect2 id="contents-inetutils" role="content">
118 <title>Contents of Inetutils</title>
119
120 <segmentedlist>
121 <segtitle>Installed programs</segtitle>
122
123 <seglistitem>
124 <seg>ftp, ping, rcp, rlogin, rsh, talk, telnet, and tftp</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="ftp">
134 <term><command>ftp</command></term>
135 <listitem>
136 <para>Is the file transfer protocol program</para>
137 <indexterm zone="ch-system-inetutils ftp">
138 <primary sortas="b-ftp">ftp</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="ping">
144 <term><command>ping</command></term>
145 <listitem>
146 <para>Sends echo-request packets and reports how long the replies
147 take</para>
148 <indexterm zone="ch-system-inetutils ping">
149 <primary sortas="b-ping">ping</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="rcp">
155 <term><command>rcp</command></term>
156 <listitem>
157 <para>Performs remote file copy</para>
158 <indexterm zone="ch-system-inetutils rcp">
159 <primary sortas="b-rcp">rcp</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="rlogin">
165 <term><command>rlogin</command></term>
166 <listitem>
167 <para>Performs remote login</para>
168 <indexterm zone="ch-system-inetutils rlogin">
169 <primary sortas="b-rlogin">rlogin</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="rsh">
175 <term><command>rsh</command></term>
176 <listitem>
177 <para>Runs a remote shell</para>
178 <indexterm zone="ch-system-inetutils rsh">
179 <primary sortas="b-rsh">rsh</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="talk">
185 <term><command>talk</command></term>
186 <listitem>
187 <para>Is used to chat with another user</para>
188 <indexterm zone="ch-system-inetutils talk">
189 <primary sortas="b-talk">talk</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="telnet">
195 <term><command>telnet</command></term>
196 <listitem>
197 <para>An interface to the TELNET protocol</para>
198 <indexterm zone="ch-system-inetutils telnet">
199 <primary sortas="b-telnet">telnet</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="tftp">
205 <term><command>tftp</command></term>
206 <listitem>
207 <para>A trivial file transfer program</para>
208 <indexterm zone="ch-system-inetutils tftp">
209 <primary sortas="b-tftp">tftp</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.