mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
82811c5544
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6828 af4574ff-66df-0310-9fd7-8a98e5e911e0
114 lines
3.4 KiB
XML
114 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY whois-download-http "http://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
|
|
<!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz">
|
|
<!ENTITY whois-md5sum "465479682f31f0627ebc4ab3e365b7d2">
|
|
<!ENTITY whois-size "60 KB">
|
|
<!ENTITY whois-buildsize "1 MB">
|
|
<!ENTITY whois-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="whois" xreflabel="Whois-&whois-version;">
|
|
<?dbhtml filename="whois.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Whois-&whois-version;</title>
|
|
|
|
<indexterm zone="whois">
|
|
<primary sortas="a-Whois">Whois</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Whois</title>
|
|
|
|
<para><application>Whois</application> is a client-side application which
|
|
queries the whois directory service for information pertaining to a
|
|
particular domain name.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&whois-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&whois-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &whois-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &whois-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &whois-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &whois-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/whois"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Whois</title>
|
|
|
|
<para>Install <application>Whois</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite (that works).</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role='root'><userinput>make prefix=/usr install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>whois</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="whois-prog">
|
|
<term><command>whois</command></term>
|
|
<listitem>
|
|
<para>is a client-side application which queries the whois directory
|
|
service for information pertaining to a particular domain name.</para>
|
|
<indexterm zone="whois whois-prog">
|
|
<primary sortas="b-whois">whois</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|