source: networking/netutils/whois.xml@ bbf738f

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bbf738f was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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