source: networking/netutils/whois.xml@ c8293ea

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 c8293ea was c8293ea, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Several tags

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