mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Partial commit for bind-9.18.6
Will be completed by Thomas
This commit is contained in:
parent
dbfabc6693
commit
8753635ba5
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
||||
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
||||
<!ENTITY bind-md5sum "9f4b165d38da998d8745ae88d346f109">
|
||||
<!ENTITY bind-md5sum "d30ac638f74a9aa5da2f54c4f16ccd81">
|
||||
<!ENTITY bind-size "4.9 MB">
|
||||
<!ENTITY bind-utils-buildsize "101 MB">
|
||||
<!ENTITY bind-utils-time "0.7 SBU">
|
||||
|
@ -616,7 +616,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Chapter 16 -->
|
||||
<!ENTITY avahi-version "0.8">
|
||||
<!ENTITY bind-minor-version "9.18">
|
||||
<!ENTITY bind-version "&bind-minor-version;.5">
|
||||
<!ENTITY bind-version "&bind-minor-version;.6">
|
||||
<!ENTITY mod_dnssd-version "0.6">
|
||||
<!ENTITY NetworkManager-minor "1.38">
|
||||
<!ENTITY NetworkManager-version "&NetworkManager-minor;.4">
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY bind-download-http "https://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
||||
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
|
||||
<!ENTITY bind-md5sum "9f4b165d38da998d8745ae88d346f109">
|
||||
<!ENTITY bind-md5sum "d30ac638f74a9aa5da2f54c4f16ccd81">
|
||||
<!ENTITY bind-size "4.9 MB">
|
||||
<!ENTITY bind-buildsize "137 MB (26 MB installed)">
|
||||
<!ENTITY bind-time "0.4 SBU (with parallelism=4; add 30+ minutes, somewhat processor independent, to run the complete test suite)">
|
||||
@ -198,13 +198,17 @@ make</userinput></screen>
|
||||
class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<!-- Documentation is an issue - The docs are now all in .rst format and appear
|
||||
to be sphinx based.
|
||||
to be sphinx based. install source .rst files for now...
|
||||
-->
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
install -vdm 644 /usr/share/doc/bind-&bind-version;/{arm,dnssec-guide} &&
|
||||
install doc/arm/* /usr/share/doc/bind-&bind-version;/arm &&
|
||||
install doc/dnssec-guide/* /usr/share/doc/bind-&bind-version;/dnssec-guide</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user