Ignore:
Timestamp:
10/20/2004 06:55:24 AM (20 years ago)
Author:
DJ Lucas <dj@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
94b1dc3
Parents:
e16d90ee
Message:

bind-9.3.0 and fsfs for svnserver

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/bind-utils.xml

    re16d90ee rb8214dc6  
    77  <!ENTITY bind-download-http   "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-size            "4.4 MB">
    10   <!ENTITY bind-utils-buildsize "47 MB">
    11   <!ENTITY bind-utils-time      "0.54 SBU">
     9  <!ENTITY bind-size            "4.6 MB">
     10  <!ENTITY bind-utils-buildsize "67 MB">
     11  <!ENTITY bind-utils-time      "0.41 SBU">
    1212]>
    1313
     
    2121
    2222<sect2>
    23 <title>Introduction to <application><acronym>BIND</acronym> Utilities</application></title>
     23<title>Introduction to <application><acronym>BIND</acronym>
     24Utilities</application></title>
    2425
    2526<para><application><acronym>BIND</acronym> Utilities</application> is not a
     
    5051
    5152<sect2>
    52 <title>Installation of <application><acronym>BIND</acronym> Utilities</application></title>
     53<title>Installation of <application><acronym>BIND</acronym>
     54Utilities</application></title>
    5355
    54 <para>Install <application><acronym>BIND</acronym> Utilities</application> by
     56<para>Install
     57<application><acronym>BIND</acronym> Utilities</application> by
    5558running the following commands:</para>
    5659
     
    5861make -C lib/dns &amp;&amp;
    5962make -C lib/isc &amp;&amp;
     63make -C lib/bind9 &amp;&amp;
     64make -C lib/isccfg &amp;&amp;
     65make -C lib/lwres &amp;&amp;
    6066make -C bin/dig &amp;&amp;
    6167make -C bin/dig install</userinput></screen>
     
    6672<title>Command explanations</title>
    6773
    68 <para><command>make -C lib/...</command>: This command  builds the libraries that are needed for the client programs.</para>
     74<para><command>make -C lib/...</command>: These commands build the
     75libraries that are needed for the client programs.</para>
    6976
    70 <para><command>make -C bin/dig</command>: This command  builds the client programs.</para>
     77<para><command>make -C bin/dig</command>: This command  builds the
     78client programs.</para>
    7179
    7280</sect2>
Note: See TracChangeset for help on using the changeset viewer.