source: networking/netutils/whois.xml@ 7c56ece

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7c56ece was 7c56ece, checked in by Pierre Labastie <pieere@…>, 4 years ago

Finish formatting "networking"

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22877 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[3bba7e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3bba7e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[db35390f]7 <!ENTITY whois-download-http "https://github.com/rfc1036/whois/archive/v&whois-version;/whois-&whois-version;.tar.gz">
[15b2a2c2]8 <!ENTITY whois-download-ftp " ">
[38486e6c]9 <!ENTITY whois-md5sum "381dce8db7c6e38ef013b5d6527f494c">
10 <!ENTITY whois-size "100 KB">
[08e9e8b]11 <!ENTITY whois-buildsize "1.2 MB">
[12aa92b]12 <!ENTITY whois-time "less than 0.1 SBU">
[3bba7e2]13]>
14
[5db3785e]15<sect1 id="whois" xreflabel="Whois-&whois-version;">
[129e5260]16 <?dbhtml filename="whois.html"?>
[50b8d8b]17
[129e5260]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[50b8d8b]22
[129e5260]23 <title>Whois-&whois-version;</title>
[50b8d8b]24
[129e5260]25 <indexterm zone="whois">
26 <primary sortas="a-Whois">Whois</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Whois</title>
31
[7c56ece]32 <para>
33 <application>Whois</application> is a client-side application which
34 queries the whois directory service for information pertaining to a
35 particular domain name. This package will install two programs by default:
36 <command>whois</command> and <command>mkpasswd</command>. The
37 <command>mkpasswd</command> command is also installed by the
38 <xref linkend="expect"/> package.
39 </para>
[50b8d8b]40
[34fe2633]41 &lfs91_checked;
[9e99a12]42
[129e5260]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[7c56ece]46 <para>
47 Download (HTTP): <ulink url="&whois-download-http;"/>
48 </para>
[129e5260]49 </listitem>
50 <listitem>
[7c56ece]51 <para>
52 Download (FTP): <ulink url="&whois-download-ftp;"/>
53 </para>
[129e5260]54 </listitem>
55 <listitem>
[7c56ece]56 <para>
57 Download MD5 sum: &whois-md5sum;
58 </para>
[129e5260]59 </listitem>
60 <listitem>
[7c56ece]61 <para>
62 Download size: &whois-size;
63 </para>
[129e5260]64 </listitem>
65 <listitem>
[7c56ece]66 <para>
67 Estimated disk space required: &whois-buildsize;
68 </para>
[129e5260]69 </listitem>
70 <listitem>
[7c56ece]71 <para>
72 Estimated build time: &whois-time;
73 </para>
[129e5260]74 </listitem>
75 </itemizedlist>
[50b8d8b]76
[de8ecf77]77 <bridgehead renderas="sect3">Whois Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[b13548d]81 <xref linkend="libidn"/> or
[2bfc338]82 <xref linkend="libidn2"/>
[de8ecf77]83 </para>
84
[061ec9d]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/whois"/></para>
87
[129e5260]88 </sect2>
[50b8d8b]89
[129e5260]90 <sect2 role="installation">
91 <title>Installation of Whois</title>
92
[7c56ece]93 <para>
94 Build the application with:
95 </para>
[329c4bf]96
[91215f68]97<screen><userinput>make</userinput></screen>
[329c4bf]98
[7c56ece]99 <para>
100 You can install the <command>whois</command> program, the
101 <command>mkpasswd</command> program, and the locale files independently.
102 Control your choice of what is installed with the following commands
103 issued as the <systemitem class="username">root</systemitem> user:
104 </para>
[a41f643]105
[7c56ece]106 <note>
107 <para>
108 Installing this version of <command>mkpasswd</command> will
109 overwrite the same command installed by <xref linkend="expect"/>.
110 </para>
111 </note>
[329c4bf]112
[de8ecf77]113<!-- dev note: make BASEDIR=<DESTDIR> prefix=/usr install-whois -->
114
[29d9ca5]115<screen role="root"><userinput>make prefix=/usr install-whois
[329c4bf]116make prefix=/usr install-mkpasswd
117make prefix=/usr install-pos</userinput></screen>
[b1c1f783]118
[129e5260]119 </sect2>
[50b8d8b]120
[129e5260]121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
[b1c1f783]125 <segtitle>Installed Programs</segtitle>
[129e5260]126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
[50b8d8b]128
[129e5260]129 <seglistitem>
[b1c1f783]130 <seg>whois and mkpasswd</seg>
[129e5260]131 <seg>None</seg>
132 <seg>None</seg>
133 </seglistitem>
134 </segmentedlist>
[50b8d8b]135
[129e5260]136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
[50b8d8b]140
[129e5260]141 <varlistentry id="whois-prog">
142 <term><command>whois</command></term>
143 <listitem>
[7c56ece]144 <para>
145 is a client-side application which queries the whois directory
146 service for information pertaining to a particular domain name.
147 </para>
[129e5260]148 <indexterm zone="whois whois-prog">
149 <primary sortas="b-whois">whois</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
[6d772cc]153
154 <varlistentry id="mkpasswd-whois">
155 <term><command>mkpasswd</command></term>
156 <listitem>
157 <para>
[e6fb085]158 generates a new password, and optionally applies it to a user.
[6d772cc]159 </para>
160 <indexterm zone="whois mkpasswd-whois">
161 <primary sortas="b-mkpasswd-whois">mkpasswd</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
[129e5260]165 </variablelist>
166
167 </sect2>
[f45b1953]168
169</sect1>
Note: See TracBrowser for help on using the repository browser.