source: chapter06/inetutils.xml@ 358d3cb

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 358d3cb was 358d3cb, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to Inetutils-1.5

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

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