Changeset f244177d for server/major/bind.xml
- Timestamp:
- 03/22/2019 04:28:01 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4855935
- Parents:
- 4bc8549e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/major/bind.xml
r4bc8549e rf244177d 7 7 <!ENTITY bind-download-http " "> 8 8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 9 <!ENTITY bind-md5sum " 38c26af0725c4a5cf0e87c83b0544965">10 <!ENTITY bind-size " 7.7MB">11 <!ENTITY bind-buildsize "1 10 MB (add 12MB for tests)">9 <!ENTITY bind-md5sum "11d14ca17919bbdd558663dcc69ca1fb"> 10 <!ENTITY bind-size "6.0 MB"> 11 <!ENTITY bind-buildsize "122 MB (24 MB installed; add 7 MB for tests)"> 12 12 <!ENTITY bind-time "1.0 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)"> 13 13 ]> … … 125 125 class="username">root</systemitem> user:</para> 126 126 127 <screen><userinput>pip3 install installply</userinput></screen>127 <screen><userinput>pip3 install ply</userinput></screen> 128 128 129 129 <para>Install <application>BIND</application> by running the … … 166 166 <screen role="root"><userinput>make install && 167 167 168 install -v -m755 -d /usr/share/doc/bind-&bind-version;/ {arm,misc}&&168 install -v -m755 -d /usr/share/doc/bind-&bind-version;/arm && 169 169 install -v -m644 doc/arm/*.html \ 170 /usr/share/doc/bind-&bind-version;/arm && 170 /usr/share/doc/bind-&bind-version;/arm</userinput></screen> 171 </sect2> 172 173 <!-- Documentation is an issue - make doc fails - some docbook problem 171 174 install -v -m644 doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \ 172 175 /usr/share/doc/bind-&bind-version;/misc</userinput></screen> 173 </sect2>176 --> 174 177 175 178 <sect2 role="commands">
Note:
See TracChangeset
for help on using the changeset viewer.