source: chapter06/inetutils.xml@ 60e9187

Last change on this file since 60e9187 was 8ca82d1, checked in by Jim Gifford <jim@…>, 19 years ago

Removed inetutils patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@5174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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