Changeset d08f57c for content


Ignore:
Timestamp:
09/18/2003 07:40:47 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a504f0aa
Parents:
5c97823
Message:

update db-3.3 intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1106 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
content/databases
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db-3.3.xml

    r5c97823 rd08f57c  
    66&db-3.3-inst;
    77&db-3.3-exp;
    8 &db-3.3-config;
    98&db-3.3-desc;
    109
  • content/databases/db-3.3/db-3.3-config.xml

    r5c97823 rd08f57c  
    11<sect2>
    2 <title>Configuring db-&db-3.3-version;</title>
     2<title>Configuring <application>db</application></title>
    33
    44&library-config;
  • content/databases/db-3.3/db-3.3-desc.xml

    r5c97823 rd08f57c  
    22<title>Contents</title>
    33
    4 <para>The db-&db-3.3-version; package contains
    5 <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> and
    14 <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>.
    1515
    1616</para>
     
    2121
    2222<sect3><title>db_archive</title>
    23 <para>db_archive prints the pathnames of log files that are no longer
    24 in use.</para></sect3>
     23<para><command>db_archive</command> prints the pathnames of log files that are
     24no longer in use.</para></sect3>
    2525
    2626
    2727<sect3><title>db_checkpoint</title>
    28 <para>db_checkpoint is a daemon process used to monitor and checkpoint
    29 database logs.</para></sect3>
     28<para><command>db_checkpoint</command> is a daemon process used to monitor and
     29checkpoint database logs.</para></sect3>
    3030
    3131<sect3><title>db_deadlock</title>
    32 <para>db_deadlock is used to abort lock requests when deadlocks are
    33 detected.</para></sect3>
     32<para><command>db_deadlock</command> is used to abort lock requests when
     33deadlocks are detected.</para></sect3>
    3434
    3535<sect3><title>db_dump</title>
    36 <para>db_dump converts database files to a flat file format readable
    37 by db_load.</para></sect3>
     36<para><command>db_dump</command> converts database files to a flat file format
     37readable by <command>db_load</command>.</para></sect3>
    3838
    3939<sect3><title>db_load</title>
    40 <para>db_load is used to create database files from flat files created
    41 with db_dump.</para></sect3>
     40<para><command>db_load</command> is used to create database files from flat
     41files created with <command>db_dump</command>.</para></sect3>
    4242
    4343<sect3><title>db_printlog</title>
    44 <para>db_printlog converts database log files to human readable
    45 text.</para></sect3>
     44<para><command>db_printlog</command> converts database log files to human
     45readable text.</para></sect3>
    4646
    4747
    4848<sect3><title>db_recover</title>
    49 <para>db_recover is used to restore a database to a consistent state
    50 after a failure.</para></sect3>
     49<para><command>db_recover</command> is used to restore a database to a
     50consistent state after a failure.</para></sect3>
    5151
    5252<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>
    5455
    5556<sect3><title>db_upgrade</title>
    56 <para>db_upgrade is used to upgrade database files to a newer version
    57 of Berkeley DB.</para></sect3>
     57<para><command>db_upgrade</command> is used to upgrade database files to a
     58newer version of Berkeley <application>DB</application>.</para></sect3>
    5859
    5960<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
     62database files.</para></sect3>
    6163
    6264</sect2>
  • content/databases/db-3.3/db-3.3-exp.xml

    r5c97823 rd08f57c  
    22<title>Command explanations</title>
    33
    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>
    55
    66</sect2>
  • content/databases/db-3.3/db-3.3-inst.xml

    r5c97823 rd08f57c  
    11<sect2>
    2 <title>Installation of db-&db-3.3-version;</title>
     2<title>Installation of <application>db</application></title>
    33
    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>
    56
    6 <para><screen><userinput>cd build_unix &amp;&amp;
     7<screen><userinput><command>cd build_unix &amp;&amp;
    78../dist/configure --prefix=/opt/db-3.3 --enable-compat185 &amp;&amp;
    89make &amp;&amp;
     
    1415sed 's/^DB185/DB/' db_185.h > db_185.h.new &amp;&amp;
    1516mv db_185.h.new db_185.h &amp;&amp;
    16 ln -nsf /opt/db-3.3/include /usr/include/db3</userinput></screen></para>
     17ln -nsf /opt/db-3.3/include /usr/include/db3</command></userinput></screen>
    1718
    1819</sect2>
  • content/databases/db-3.3/db-3.3-intro.xml

    r5c97823 rd08f57c  
    22<title>Introduction to db-&db-3.3-version;</title>
    33
    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>
    96
    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
     10url="&db-3.3-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink
     12url="&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
    1220
    1321</sect2>
  • content/databases/db-3.3/db-3.3.ent

    r5c97823 rd08f57c  
    55<!ENTITY db-3.3-desc SYSTEM "db-3.3-desc.xml">
    66<!ENTITY db-3.3-config SYSTEM "db-3.3-config.xml">
    7 <!ENTITY db-3.3-buildsize "19 MB">
     7<!ENTITY db-3.3-buildsize "20.3 MB">
    88<!ENTITY db-3.3-version "3.3.11">
    99<!ENTITY db-3.3-download-http "http://www.sleepycat.com/update/snapshot/db-3.3.11.tar.gz">
    1010<!ENTITY db-3.3-download-ftp "">
    1111<!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.