Changeset 57dda11f


Ignore:
Timestamp:
09/08/2003 06:44:15 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b2206cd3
Parents:
e7f61d6f
Message:

added bind-utils

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

Files:
6 added
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/basicnet.ent

    re7f61d6f r57dda11f  
    4545<!ENTITY % nmap SYSTEM "netutils/nmap/nmap.ent">
    4646<!ENTITY % whois SYSTEM "netutils/whois/whois.ent">
     47<!ENTITY % bind-utils SYSTEM "netutils/bind-utils/bind-utils.ent">
    4748%traceroute;
    4849%nmap;
    4950%whois;
     51%bind-utils;
    5052
    5153<!-- Mail and News Progs -->
  • basicnet/netutils/netutils.xml

    re7f61d6f r57dda11f  
    66&nmap;
    77&whois;
     8&bind-utils;
    89
    910</chapter>
  • index.xml

    re7f61d6f r57dda11f  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030907">
    6 <!ENTITY releasedate "September 7th, 2003">
     5<!ENTITY version "20030908">
     6<!ENTITY releasedate "September 8th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    re7f61d6f r57dda11f  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 8th, 2003 [tushar]: added bind-utils section for
     14users that only need the client apps from bind.</para></listitem>
    1215
    1316<listitem><para>September 7th, 2003 [larry]: updated intro to
  • introduction/welcome/credits.xml

    re7f61d6f r57dda11f  
    147147Tie-Ten-Quee</emphasis></para></listitem>
    148148
    149 <listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice
    150 and STLport: <emphasis>
     149<listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice,
     150STLport, and bind-utils: <emphasis>
    151151Tushar Teredesai</emphasis></para></listitem>
    152152
     
    210210may have been yours.</para></listitem>
    211211
     212<listitem><para><emphasis>Jim Harris</emphasis> for writing the
     213dig-nslookup-host.txt hint on which the bind-utils instructions are based.</para></listitem>
     214
    212215</itemizedlist>
    213216</sect2>
Note: See TracChangeset for help on using the changeset viewer.