Changeset 42e54bc0
- Timestamp:
- 06/17/2003 07:14:43 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e3458b42
- Parents:
- 7c3c716
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/openssl/openssl-exp.xml
r7c3c716 r42e54bc0 1 1 <sect2> 2 2 <title>Command explanations</title> 3 4 <para><command>no-rc5 no-idea</command> : When added to the ./Configure 5 command, this will eliminate the building of those encryption methods. 6 Patent licenses may be needed for you to utilize either of those methods in 7 your projects.</para> 3 8 4 9 <para><command>rm doc/apps/passwd.pod </command> : We do this because -
index.xml
r7c3c716 r42e54bc0 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003061 3">6 <!ENTITY releasedate "June 1 3th, 2003">5 <!ENTITY version "20030617"> 6 <!ENTITY releasedate "June 17th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r7c3c716 r42e54bc0 10 10 11 11 <itemizedlist> 12 13 <listitem><para>June 17th, 2003 [larry]: server: Added a configure 14 switch to BIND. rndc was looking for its config file in 15 /usr/etc.</para></listitem> 16 17 <listitem><para>June 17th, 2003 [larry]: general; disclosed patent 18 issues with openssl.</para></listitem> 12 19 13 20 <listitem><para>June 13th, 2003 [larry]: general: updated intro on -
server/other/bind/bind-inst.xml
r7c3c716 r42e54bc0 1 1 <sect2> 2 <title>Installation of BIND</title>2 <title>Installation of <application>BIND</application></title> 3 3 4 <para>Install BINDby running the following commands:</para>4 <para>Install <application>BIND</application> by running the following commands:</para> 5 5 6 <para><screen><userinput> ./configure --prefix=/usr&&6 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 make install</ userinput></screen></para>8 make install</command></userinput></screen></para> 9 9 </sect2> 10 10
Note:
See TracChangeset
for help on using the changeset viewer.