Ignore:
File:
1 edited

Legend:

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

    rcd9f166a r8414284  
    77  <!ENTITY bind-download-http   "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    88  <!ENTITY bind-download-ftp    "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum          "0bf3c0f656844194579647abd7a2961a">
    10   <!ENTITY bind-size            "4.8 MB">
    11   <!ENTITY bind-utils-buildsize "107 MB">
    12   <!ENTITY bind-utils-time      "0.6 SBU">
     9  <!ENTITY bind-md5sum          "6586d9c376e7ee9674767e1d79d63382">
     10  <!ENTITY bind-size            "5.0 MB">
     11  <!ENTITY bind-utils-buildsize "102 MB">
     12  <!ENTITY bind-utils-time      "0.2 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="bind-utils.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>BIND Utilities-&bind-version;</title>
     
    4037    client side applications.</para>
    4138
    42     &lfs110a_checked;
     39    &lfs112_checked;
    4340
    4441    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7976    <bridgehead renderas="sect4">Recommended</bridgehead>
    8077    <para role="recommended">
    81       <xref linkend="json-c"/>
     78      <xref linkend="json-c"/> and
     79      <xref linkend="nghttp2"/>
    8280    </para>
    8381
     
    10199    running the following commands:</para>
    102100
    103  <screen><userinput>./configure --prefix=/usr --without-python &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr &amp;&amp;
     102make -C lib/isc    &amp;&amp;
    104103make -C lib/dns    &amp;&amp;
    105 make -C lib/isc    &amp;&amp;
     104make -C lib/ns     &amp;&amp;
     105make -C lib/isccfg &amp;&amp;
    106106make -C lib/bind9  &amp;&amp;
    107 make -C lib/isccfg &amp;&amp;
    108107make -C lib/irs    &amp;&amp;
    109108make -C bin/dig    &amp;&amp;
     
    116115      Now, as the <systemitem class="username">root</systemitem> user:</para>
    117116
    118 <screen role='root'><userinput>make -C bin/dig install &amp;&amp;
     117<screen role='root'><userinput>make -C lib/isc    install &amp;&amp;
     118make -C lib/dns    install &amp;&amp;
     119make -C lib/ns     install &amp;&amp;
     120make -C lib/isccfg install &amp;&amp;
     121make -C lib/bind9  install &amp;&amp;
     122make -C lib/irs    install &amp;&amp;
     123make -C bin/dig    install &amp;&amp;
    119124cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</userinput></screen>
    120125
     
    125130
    126131    <para>
    127       <parameter>--without-python</parameter>: This option eliminates
    128       the need for an unused python module.
     132      <option>--disable-doh</option>: Use this option if you have not installed
     133      <xref linkend="nghttp2" role="nodep"/> and you don't need DNS over HTTPS
     134      support.
    129135    </para>
    130136
     
    141147    <para>
    142148      <command>make -C doc</command>: This command builds the
    143       manual pages.
     149      manual pages if the optional Python module
     150      <ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
     151      is installed.
    144152    </para>
    145153
    146154    <para>
    147       <command>cp -v ... /usr/share/man/man1</command>: This command
    148       installs the manual pages.
     155      Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
     156      to install the the manual pages if they have been built.
    149157    </para>
    150158
Note: See TracChangeset for help on using the changeset viewer.