source: chapter06/inetutils.xml@ 1dc34de7

6.0
Last change on this file since 1dc34de7 was ef13657, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Completed global edits for upcoming 6.0 release

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

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