Changeset e20b603b
- Timestamp:
- 03/23/2005 09:43:09 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 155d664f
- Parents:
- c53fc5f6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/inetutils.xml
rc53fc5f6 re20b603b 8 8 <!ENTITY inetutils-download-ftp "ftp://ftp.gnu.org/gnu/inetutils/inetutils-&inetutils-version;.tar.gz"> 9 9 <!ENTITY inetutils-md5sum "df0909a586ddac2b7a0d62795eea4206"> 10 <!ENTITY inetutils-size "1 019 KB">11 <!ENTITY inetutils-buildsize "1 3MB">12 <!ENTITY inetutils-time "0. 30SBU">10 <!ENTITY inetutils-size "1.04 MB"> 11 <!ENTITY inetutils-buildsize "10.2 MB"> 12 <!ENTITY inetutils-time "0.26 SBU"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="inetutils.html"?> 21 21 <title>Inetutils-&inetutils-version;</title> 22 <indexterm zone="inetutils"> 23 <primary sortas="a-Inetutils">Inetutils</primary></indexterm> 22 24 23 25 <sect2> … … 46 48 url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/></para> 47 49 </listitem> 50 <listitem><para>Required Patch: <ulink 51 url="&patch-root;/inetutils-&inetutils-version;-daemon_fixes-1.patch"/></para> 52 </listitem> 48 53 </itemizedlist> 49 54 </sect3> … … 53 58 <para><xref linkend="Linux_PAM"/>, 54 59 <xref linkend="tcpwrappers"/>, 55 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and60 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and 56 61 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para> 57 62 </sect4> … … 67 72 68 73 <screen><userinput><command>patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch && 74 patch -Np1 -i ../inetutils-&inetutils-version;-daemon_fixes-1.patch && 69 75 ./configure --prefix=/usr --libexecdir=/usr/sbin \ 70 76 --sysconfdir=/etc --localstatedir=/var \ 71 77 --mandir=/usr/share/man --infodir=/usr/share/info \ 72 78 --disable-logger --disable-syslogd && 73 make && 74 make install && 79 make</command></userinput></screen> 80 81 <para>Now, as the root user:</para> 82 83 <screen><userinput role='root'><command>make install && 75 84 mv /usr/bin/ping /bin</command></userinput></screen> 76 85 … … 115 124 <title>Contents</title> 116 125 117 <para>The <application>Inetutils</application> package contains network clients 118 and servers.</para> 119 120 </sect2> 121 122 <sect2><title>Description</title> 123 124 <sect3><title>ftp</title> 125 <para><command>ftp</command> is an ARPANET file transfer client.</para></sect3> 126 127 <sect3><title>logger</title> 128 <para><command>logger</command> make entries in the system log.</para></sect3> 129 130 <sect3><title>ping</title> 131 <para><command>ping</command> sends <acronym>ICMP</acronym> ECHO_REQUEST 132 packets to network hosts.</para></sect3> 133 134 <sect3><title>rcp</title> 135 <para><command>rcp</command> is a remote file copy client.</para></sect3> 136 137 <sect3><title>rlogin</title> 138 <para><command>rlogin</command> is a remote login client.</para></sect3> 139 140 <sect3><title>rsh</title> 141 <para><command>rsh</command> is a remote shell client.</para></sect3> 142 143 <sect3><title>syslogd</title> 144 <para><command>syslogd</command> logs systems messages.</para></sect3> 145 146 <sect3><title>talk</title> 147 <para><command>talk</command> allows communication between users.</para></sect3> 148 149 <sect3><title>telnet</title> 150 <para><command>telnet</command> is a user interface to the TELNET 151 protocol.</para></sect3> 152 153 <sect3><title>tftp</title> 154 <para><command>tftp</command> is an Internet Trivial File Transfer 155 Protocol client.</para></sect3> 156 157 <sect3><title>whois</title> 158 <para><command>whois</command> is a client for the whois directory 159 service.</para></sect3> 160 161 <sect3><title>ftpd</title> 162 <para><command>ftpd</command> is a <acronym>DARPA</acronym> Internet File 163 Transfer Protocol server.</para></sect3> 164 165 <sect3><title>inetd</title> 166 <para><command>inetd</command> is an Internet super-server.</para></sect3> 167 168 <sect3><title>rexecd</title> 169 <para><command>rexcd</command> is a remote execution server.</para></sect3> 170 171 <sect3><title>rlogind</title> 172 <para><command>rlogind</command> is a remote login server.</para></sect3> 173 174 <sect3><title>rshd</title> 175 <para><command>rshd</command> is a remote shell server.</para></sect3> 176 177 <sect3><title>talkd</title> 178 <para><command>talkd</command> is a remote user communication 179 server.</para></sect3> 180 181 <sect3><title>telnetd</title> 182 <para><command>telnetd</command> is a <acronym>DARPA</acronym> TELNET protocol 183 server.</para></sect3> 184 185 <sect3><title>tftpd</title> 186 <para><command>tftpd</command> is an Internet Trivial File Transfer Protocol 187 server.</para></sect3> 188 189 <sect3><title>uucpd</title> 190 <para><command>uucpd</command> is the server for supporting 191 <acronym>UUCP</acronym> connections over networks.</para></sect3> 126 <para>A list of the installed programs not included here, along with their 127 short descriptions can be found at 128 <ulink url="&lfs-root;/chapter06/inetutils.html#contents-inetutils"/>.</para> 129 130 <segmentedlist> 131 <segtitle>Installed Programs</segtitle> 132 <segtitle>Installed Libraries</segtitle> 133 <segtitle>Installed Directories</segtitle> 134 135 <seglistitem> 136 <seg>ftpd, inetd, rexecd, rlogind, rshd, talkd, telnetd, tftpd, uucpd and 137 whois</seg> 138 <seg>None</seg> 139 <seg>None</seg> 140 </seglistitem> 141 </segmentedlist> 142 143 <variablelist> 144 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 145 <?dbfo list-presentation="list"?> 146 147 <varlistentry id="ftpd-inetutils"> 148 <term><command>ftpd</command></term> 149 <listitem><para>is a <acronym>DARPA</acronym> Internet File Transfer Protocol 150 server.</para> 151 <indexterm zone="inetutils ftpd-inetutils"> 152 <primary sortas="b-ftpd">ftpd</primary> 153 </indexterm></listitem> 154 </varlistentry> 155 156 <varlistentry id="inetd"> 157 <term><command>inetd</command></term> 158 <listitem><para>is an Internet super-server. Note that the 159 <xref linkend="xinetd"/> package provides a much better server that does 160 the same thing.</para> 161 <indexterm zone="inetutils inetd"> 162 <primary sortas="b-inetd">inetd</primary> 163 </indexterm></listitem> 164 </varlistentry> 165 166 <varlistentry id="rexecd-inetutils"> 167 <term><command>rexecd</command></term> 168 <listitem><para>is a remote execution server.</para> 169 <indexterm zone="inetutils rexecd-inetutils"> 170 <primary sortas="b-rexecd">rexecd</primary> 171 </indexterm></listitem> 172 </varlistentry> 173 174 <varlistentry id="rlogind-inetutils"> 175 <term><command>rlogind</command></term> 176 <listitem><para>is a remote login server.</para> 177 <indexterm zone="inetutils rlogind-inetutils"> 178 <primary sortas="b-rlogind">rlogind</primary> 179 </indexterm></listitem> 180 </varlistentry> 181 182 <varlistentry id="rshd-inetutils"> 183 <term><command>rshd</command></term> 184 <listitem><para>is a remote shell server.</para> 185 <indexterm zone="inetutils rshd-inetutils"> 186 <primary sortas="b-rshd">rshd</primary> 187 </indexterm></listitem> 188 </varlistentry> 189 190 <varlistentry id="talkd"> 191 <term><command>talkd</command></term> 192 <listitem><para>is a remote user communication server.</para> 193 <indexterm zone="inetutils talkd"> 194 <primary sortas="b-talkd">talkd</primary> 195 </indexterm></listitem> 196 </varlistentry> 197 198 <varlistentry id="telnetd-inetutils"> 199 <term><command>telnetd</command></term> 200 <listitem><para>is a <acronym>DARPA</acronym> TELNET protocol server.</para> 201 <indexterm zone="inetutils telnetd-inetutils"> 202 <primary sortas="b-telnetd">telnetd</primary> 203 </indexterm></listitem> 204 </varlistentry> 205 206 <varlistentry id="tftpd"> 207 <term><command>tftpd</command></term> 208 <listitem><para>is an Internet Trivial File Transfer Protocol server.</para> 209 <indexterm zone="inetutils tftpd"> 210 <primary sortas="b-tftpd">tftpd</primary> 211 </indexterm></listitem> 212 </varlistentry> 213 214 <varlistentry id="uucpd"> 215 <term><command>uucpd</command></term> 216 <listitem><para>is a server for supporting <acronym>UUCP</acronym> 217 connections over networks.</para> 218 <indexterm zone="inetutils uucpd"> 219 <primary sortas="b-uucpd">uucpd</primary> 220 </indexterm></listitem> 221 </varlistentry> 222 223 <varlistentry id="whois-inetutils"> 224 <term><command>whois</command></term> 225 <listitem><para>is a client for the whois directory service. Note that the 226 <xref linkend="whois"/> package provides a much better client.</para> 227 <indexterm zone="inetutils whois-inetutils"> 228 <primary sortas="b-whois">whois</primary> 229 </indexterm></listitem> 230 </varlistentry> 231 </variablelist> 192 232 193 233 </sect2> -
introduction/welcome/changelog.xml
rc53fc5f6 re20b603b 24 24 25 25 <listitem><para>March 23rd, 2005 [randy]: Updated to Shadow-4.0.7; added 26 security patch to Vim instructions.</para></listitem> 26 security patch to Vim instructions; added daemon fixes patch to Inetutils 27 instructions.</para></listitem> 27 28 28 29 <listitem><para>March 22nd, 2005 [randy]: Added the installation of
Note:
See TracChangeset
for help on using the changeset viewer.