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
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 <date>$Date$</date>
20 </sect1info>
[50b8d8b]21
[129e5260]22 <title>Whois-&whois-version;</title>
[50b8d8b]23
[129e5260]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
[7c56ece]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
[f4002c5]37 expect package in LFS.
[7c56ece]38 </para>
[50b8d8b]39
[c8293ea]40 &lfs110a_checked;
[9e99a12]41
[129e5260]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
[7c56ece]45 <para>
46 Download (HTTP): <ulink url="&whois-download-http;"/>
47 </para>
[129e5260]48 </listitem>
49 <listitem>
[7c56ece]50 <para>
51 Download (FTP): <ulink url="&whois-download-ftp;"/>
52 </para>
[129e5260]53 </listitem>
54 <listitem>
[7c56ece]55 <para>
56 Download MD5 sum: &whois-md5sum;
57 </para>
[129e5260]58 </listitem>
59 <listitem>
[7c56ece]60 <para>
61 Download size: &whois-size;
62 </para>
[129e5260]63 </listitem>
64 <listitem>
[7c56ece]65 <para>
66 Estimated disk space required: &whois-buildsize;
67 </para>
[129e5260]68 </listitem>
69 <listitem>
[7c56ece]70 <para>
71 Estimated build time: &whois-time;
72 </para>
[129e5260]73 </listitem>
74 </itemizedlist>
[50b8d8b]75
[de8ecf77]76 <bridgehead renderas="sect3">Whois Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
[b13548d]80 <xref linkend="libidn"/> or
[2bfc338]81 <xref linkend="libidn2"/>
[de8ecf77]82 </para>
83
[061ec9d]84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/whois"/></para>
86
[129e5260]87 </sect2>
[50b8d8b]88
[129e5260]89 <sect2 role="installation">
90 <title>Installation of Whois</title>
91
[7c56ece]92 <para>
93 Build the application with:
94 </para>
[329c4bf]95
[91215f68]96<screen><userinput>make</userinput></screen>
[329c4bf]97
[7c56ece]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>
[a41f643]104
[7c56ece]105 <note>
106 <para>
107 Installing this version of <command>mkpasswd</command> will
[f4002c5]108 overwrite the same command installed in LFS.
[7c56ece]109 </para>
110 </note>
[329c4bf]111
[de8ecf77]112<!-- dev note: make BASEDIR=<DESTDIR> prefix=/usr install-whois -->
113
[29d9ca5]114<screen role="root"><userinput>make prefix=/usr install-whois
[329c4bf]115make prefix=/usr install-mkpasswd
116make prefix=/usr install-pos</userinput></screen>
[b1c1f783]117
[129e5260]118 </sect2>
[50b8d8b]119
[129e5260]120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
[b1c1f783]124 <segtitle>Installed Programs</segtitle>
[129e5260]125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
[50b8d8b]127
[129e5260]128 <seglistitem>
[b1c1f783]129 <seg>whois and mkpasswd</seg>
[129e5260]130 <seg>None</seg>
131 <seg>None</seg>
132 </seglistitem>
133 </segmentedlist>
[50b8d8b]134
[129e5260]135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
[50b8d8b]139
[129e5260]140 <varlistentry id="whois-prog">
141 <term><command>whois</command></term>
142 <listitem>
[7c56ece]143 <para>
144 is a client-side application which queries the whois directory
[4c24eb0a]145 service for information pertaining to a particular domain name
[7c56ece]146 </para>
[129e5260]147 <indexterm zone="whois whois-prog">
148 <primary sortas="b-whois">whois</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
[6d772cc]152
153 <varlistentry id="mkpasswd-whois">
154 <term><command>mkpasswd</command></term>
155 <listitem>
156 <para>
[4c24eb0a]157 generates a new password, and optionally applies it to a user
[6d772cc]158 </para>
159 <indexterm zone="whois mkpasswd-whois">
160 <primary sortas="b-mkpasswd-whois">mkpasswd</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
[129e5260]164 </variablelist>
165
166 </sect2>
[f45b1953]167
168</sect1>
Note: See TracBrowser for help on using the repository browser.