Changeset 4e5f045
- Timestamp:
- 06/28/2003 01:43:19 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 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, gimp3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d365a6f
- Parents:
- e3458b42
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/netprogs.xml
re3458b42 r4e5f045 9 9 &tcpwrappers; 10 10 &portmap; 11 &inetutils; 11 <!-- &inetutils; --> 12 12 &nfs-utils; 13 13 </chapter> -
basicnet/netutils/whois/whois-desc.xml
re3458b42 r4e5f045 2 2 <title>Contents</title> 3 3 4 <para>The whois package contains < userinput>whois</userinput>.</para>4 <para>The whois package contains <command>whois</command>.</para> 5 5 6 6 </sect2> … … 9 9 10 10 <sect3><title>whois</title> 11 <para>whois is a client-side application which queries the whois directory 12 service for information pertaining to a particular domain 13 name.</para></sect3> 11 <para><command>whois</command> is a client-side application which queries the whois directory service for information pertaining to a particular domain name.</para></sect3> 14 12 15 13 </sect2> -
basicnet/netutils/whois/whois-inst.xml
re3458b42 r4e5f045 1 1 <sect2> 2 <title>Installation of whois</title>2 <title>Installation of <application>whois</application></title> 3 3 4 <para>Install whoisby running the following commands:</para>4 <para>Install <application>whois</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> make &&7 make prefix=/usr install</ userinput></screen></para>6 <para><screen><userinput><command>make && 7 make prefix=/usr install</command></userinput></screen></para> 8 8 9 9 </sect2> -
basicnet/netutils/whois/whois-intro.xml
re3458b42 r4e5f045 1 1 <sect2> 2 <title>Introduction to whois</title>2 <title>Introduction to <application>whois</application></title> 3 3 4 < screen>Download location (HTTP): <ulink url="&whois-download-http;"/>5 Download location (FTP): <ulink url="&whois-download-ftp;"/> 6 Version used: &whois-version; 7 Package size: &whois-size; 8 Estimated Disk space required: &whois-buildsize;</screen>4 <para>whois is a client-side application which queries the whois 5 directory service for information pertaining to a particular domain 6 name. Note that you already have this program from your LFS 7 installation, it can handle COM, NET and EDU queries. You will need 8 this application for any other domains.</para> 9 9 10 <para>whois is a client-side application which queries the whois directory 11 service for information pertaining to a particular domain 12 name.</para></sect2> 10 <sect3><title>Package information</title> 11 <itemizedlist spacing='compact'> 12 <listitem><para>Download (HTTP): <ulink url="&whois-download-http;"/></para></listitem> 13 <listitem><para>Download (FTP): <ulink url="&whois-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &whois-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: &whois-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: &whois-time;</para></listitem></itemizedlist> 17 </sect3> 18 19 20 </sect2> -
basicnet/netutils/whois/whois.ent
re3458b42 r4e5f045 3 3 <!ENTITY whois-inst SYSTEM "whois-inst.xml"> 4 4 <!ENTITY whois-desc SYSTEM "whois-desc.xml"> 5 <!ENTITY whois-buildsize " 60KB">6 <!ENTITY whois-version "4.6. 3">5 <!ENTITY whois-buildsize "344 KB"> 6 <!ENTITY whois-version "4.6.6"> 7 7 <!ENTITY whois-download-http "http://www.linux.it/~md/software/whois_&whois-version;.tar.gz"> 8 8 <!ENTITY whois-download-ftp "ftp://ftp.debian.org/debian/pool/main/w/whois/whois_&whois-version;.tar.gz"> 9 <!ENTITY whois-size "34 KB"> 9 <!ENTITY whois-size "48 KB"> 10 <!ENTITY whois-time ""> -
index.xml
re3458b42 r4e5f045 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "200306 17">6 <!ENTITY releasedate "June 17th, 2003">5 <!ENTITY version "20030627"> 6 <!ENTITY releasedate "June 27th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
re3458b42 r4e5f045 10 10 11 11 <itemizedlist> 12 13 <listitem><para>June 27th 2003 [larry]: basicnet: updated to 14 whois-4.6.6.</para></listitem> 15 16 <listitem><para>June 27th, 2003 [larry]: basicnet: removed inetutils- 17 now in LFS.</para></listitem> 12 18 13 19 <listitem><para>June 17th, 2003 [larry]: general: updated intro for
Note:
See TracChangeset
for help on using the changeset viewer.