Changeset d08f57c
- Timestamp:
- 09/18/2003 07:40:47 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:
- a504f0aa
- Parents:
- 5c97823
- Location:
- content/databases
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/db-3.3.xml
r5c97823 rd08f57c 6 6 &db-3.3-inst; 7 7 &db-3.3-exp; 8 &db-3.3-config;9 8 &db-3.3-desc; 10 9 -
content/databases/db-3.3/db-3.3-config.xml
r5c97823 rd08f57c 1 1 <sect2> 2 <title>Configuring db-&db-3.3-version;</title>2 <title>Configuring <application>db</application></title> 3 3 4 4 &library-config; -
content/databases/db-3.3/db-3.3-desc.xml
r5c97823 rd08f57c 2 2 <title>Contents</title> 3 3 4 <para>The db-&db-3.3-version;package contains5 < userinput>db_archive</userinput>,6 < userinput>db_checkpoint</userinput>,7 < userinput>db_deadlock</userinput>,8 < userinput>db_dump</userinput>,9 < userinput>db_load</userinput>,10 < userinput>db_printlog</userinput>,11 < userinput>db_recover</userinput>,12 < userinput>db_stat</userinput>,13 < userinput>db_upgrade</userinput> and14 < userinput>db_verify</userinput>.4 <para>The <application>db</application> package contains 5 <command>db_archive</command>, 6 <command>db_checkpoint</command>, 7 <command>db_deadlock</command>, 8 <command>db_dump</command>, 9 <command>db_load</command>, 10 <command>db_printlog</command>, 11 <command>db_recover</command>, 12 <command>db_stat</command>, 13 <command>db_upgrade</command> and 14 <command>db_verify</command>. 15 15 16 16 </para> … … 21 21 22 22 <sect3><title>db_archive</title> 23 <para> db_archive prints the pathnames of log files that are no longer24 in use.</para></sect3>23 <para><command>db_archive</command> prints the pathnames of log files that are 24 no longer in use.</para></sect3> 25 25 26 26 27 27 <sect3><title>db_checkpoint</title> 28 <para> db_checkpoint is a daemon process used to monitor and checkpoint29 database logs.</para></sect3>28 <para><command>db_checkpoint</command> is a daemon process used to monitor and 29 checkpoint database logs.</para></sect3> 30 30 31 31 <sect3><title>db_deadlock</title> 32 <para> db_deadlock is used to abort lock requests when deadlocks are33 de tected.</para></sect3>32 <para><command>db_deadlock</command> is used to abort lock requests when 33 deadlocks are detected.</para></sect3> 34 34 35 35 <sect3><title>db_dump</title> 36 <para> db_dump converts database files to a flat file format readable37 by db_load.</para></sect3>36 <para><command>db_dump</command> converts database files to a flat file format 37 readable by <command>db_load</command>.</para></sect3> 38 38 39 39 <sect3><title>db_load</title> 40 <para> db_load is used to create database files from flat files created41 with db_dump.</para></sect3>40 <para><command>db_load</command> is used to create database files from flat 41 files created with <command>db_dump</command>.</para></sect3> 42 42 43 43 <sect3><title>db_printlog</title> 44 <para> db_printlog converts database log files to human readable45 text.</para></sect3>44 <para><command>db_printlog</command> converts database log files to human 45 readable text.</para></sect3> 46 46 47 47 48 48 <sect3><title>db_recover</title> 49 <para> db_recover is used to restore a database to a consistent state50 after a failure.</para></sect3>49 <para><command>db_recover</command> is used to restore a database to a 50 consistent state after a failure.</para></sect3> 51 51 52 52 <sect3><title>db_stat</title> 53 <para>db_stat displays database environment statistics.</para></sect3> 53 <para><command>db_stat</command> displays database environment statistics. 54 </para></sect3> 54 55 55 56 <sect3><title>db_upgrade</title> 56 <para> db_upgrade is used to upgrade database files to a newer version57 of Berkeley DB.</para></sect3>57 <para><command>db_upgrade</command> is used to upgrade database files to a 58 newer version of Berkeley <application>DB</application>.</para></sect3> 58 59 59 60 <sect3><title>db_verify</title> 60 <para>db_verify is used to run consistency checks on database files.</para></sect3> 61 <para><command>db_verify</command> is used to run consistency checks on 62 database files.</para></sect3> 61 63 62 64 </sect2> -
content/databases/db-3.3/db-3.3-exp.xml
r5c97823 rd08f57c 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</userinput> : Change the DB185 database pointer to DB.</para>4 <para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command> : Change the DB185 database pointer to DB.</para> 5 5 6 6 </sect2> -
content/databases/db-3.3/db-3.3-inst.xml
r5c97823 rd08f57c 1 1 <sect2> 2 <title>Installation of db-&db-3.3-version;</title>2 <title>Installation of <application>db</application></title> 3 3 4 <para>Install db-&db-3.3-version; by running the following commands:</para> 4 <para>Install <application>db</application> by running the following commands: 5 </para> 5 6 6 < para><screen><userinput>cd build_unix &&7 <screen><userinput><command>cd build_unix && 7 8 ../dist/configure --prefix=/opt/db-3.3 --enable-compat185 && 8 9 make && … … 14 15 sed 's/^DB185/DB/' db_185.h > db_185.h.new && 15 16 mv db_185.h.new db_185.h && 16 ln -nsf /opt/db-3.3/include /usr/include/db3</ userinput></screen></para>17 ln -nsf /opt/db-3.3/include /usr/include/db3</command></userinput></screen> 17 18 18 19 </sect2> -
content/databases/db-3.3/db-3.3-intro.xml
r5c97823 rd08f57c 2 2 <title>Introduction to db-&db-3.3-version;</title> 3 3 4 <screen>Download location (HTTP): <ulink url="&db-3.3-download-http;"/> 5 Download location (FTP): <ulink url="&db-3.3-download-ftp;"/> 6 Version used: &db-3.3-version; 7 Package size: &db-3.3-size; 8 Estimated Disk space required: &db-3.3-buildsize;</screen> 4 <para>The <application>db</application> package contains version 5 &db-3.3-version; of the Berkeley Database.</para> 9 6 10 <para>The db-&db-3.3-version; package contains version &db-3.3-version; of 11 the Berkeley Database.</para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&db-3.3-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&db-3.3-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &db-3.3-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &db-3.3-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &db-3.3-time;</para></listitem></itemizedlist> 18 </sect3> 19 12 20 13 21 </sect2> -
content/databases/db-3.3/db-3.3.ent
r5c97823 rd08f57c 5 5 <!ENTITY db-3.3-desc SYSTEM "db-3.3-desc.xml"> 6 6 <!ENTITY db-3.3-config SYSTEM "db-3.3-config.xml"> 7 <!ENTITY db-3.3-buildsize " 19MB">7 <!ENTITY db-3.3-buildsize "20.3 MB"> 8 8 <!ENTITY db-3.3-version "3.3.11"> 9 9 <!ENTITY db-3.3-download-http "http://www.sleepycat.com/update/snapshot/db-3.3.11.tar.gz"> 10 10 <!ENTITY db-3.3-download-ftp ""> 11 11 <!ENTITY db-3.3-size "2.3 MB"> 12 <!ENTITY db-3.3-time "0.80 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.