source: basicnet/netutils/whois.xml@ 6bd9fbd6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6bd9fbd6 was 6bd9fbd6, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Whois-4.7.2

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

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
8 <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
9 <!ENTITY whois-md5sum "d05fddf828be83f007ece656e6d9a41f">
10 <!ENTITY whois-size "53 KB">
11 <!ENTITY whois-buildsize "556 KB">
12 <!ENTITY whois-time "0.01 SBU">
13]>
14
15<sect1 id="whois" xreflabel="Whois-&whois-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="whois.html"?>
21<title>Whois-&whois-version;</title>
22<indexterm zone="whois">
23<primary sortas="a-Whois">Whois</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>Whois</application></title>
27
28<para><application>Whois</application> is a client-side application which
29queries the whois directory service for information pertaining to a particular
30domain name.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP):
35<ulink url="&whois-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&whois-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &whois-md5sum;</para></listitem>
39<listitem><para>Download size: &whois-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&whois-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&whois-time;</para></listitem></itemizedlist>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>Whois</application></title>
50
51<para>Install <application>Whois</application> by running the following
52commands:</para>
53
54<screen><userinput><command>make</command></userinput></screen>
55
56<para>Now, as the root user:</para>
57
58<screen><userinput role='root'><command>make prefix=/usr install</command></userinput></screen>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<segmentedlist>
66<segtitle>Installed Programs</segtitle>
67<segtitle>Installed Libraries</segtitle>
68<segtitle>Installed Directories</segtitle>
69<seglistitem>
70<seg>whois</seg>
71<seg>None</seg>
72<seg>None</seg>
73</seglistitem>
74</segmentedlist>
75
76<variablelist>
77<bridgehead renderas="sect3">Short Descriptions</bridgehead>
78<?dbfo list-presentation="list"?>
79
80<varlistentry id="whois-prog">
81<term><command>whois</command></term>
82<listitem><para>is a client-side application which queries the whois directory
83service for information pertaining to a particular domain name.</para>
84<indexterm zone="whois whois-prog">
85<primary sortas="b-whois">whois</primary></indexterm>
86</listitem>
87</varlistentry>
88</variablelist>
89
90</sect2>
91
92</sect1>
93
Note: See TracBrowser for help on using the repository browser.