Changeset be352a7 for content/databases


Ignore:
Timestamp:
05/14/2003 12:14:31 AM (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:
6e23722
Parents:
59049e84
Message:

intro update to fetchmail, mutt, procmail, db

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

Location:
content/databases/db
Files:
6 edited

Legend:

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

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Configuring db</title>
     2<title>Configuring <application>db</application></title>
    33
    44<sect3><title>Configuration Information</title>
    55
    6 &library-config;
     6<!-- &library-config; -->
    77
    8 <para>If you recompile perl after installing db-&db-version; you will need to
    9 apply the <userinput>perl-5.8.0-db-4.1.patch</userinput> available at
    10 <userinput><ulink url="&hfile-root;"/></userinput>.</para>
     8<para>If you recompile perl after installing
     9<application>db</application>-&db-version; you will need to
     10apply the <filename>perl-5.8.0-db-4.1.patch</filename> patch available at
     11<ulink url="&hfile-root;"/>.</para>
    1112
    1213</sect3>
  • content/databases/db/db-desc.xml

    r59049e84 rbe352a7  
    22<title>Contents</title>
    33
    4 <para>The db 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/db-exp.xml

    r59049e84 rbe352a7  
    22<title>Command explanations</title>
    33
    4 <para><userinput>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr --enable-compat185</userinput> :
    5 This replaces the normal ./configure command as db comes with the various
     4<para><command>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr
     5--enable-compat185</command> :
     6This replaces the normal <command>./configure</command> command as
     7<application>db</application> comes with the various
    68build directories for different platforms.</para>
    79
    8 <para><userinput>make docdir=/usr/share/doc/db-&db-version;
    9 install</userinput> : This installs db installing the documentation in
     10<para><command>make docdir=/usr/share/doc/db-&db-version;
     11install</command> : This installs the documentation in
    1012the correct place.</para>
    1113
  • content/databases/db/db-inst.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Installation of db</title>
     2<title>Installation of <application>db</application></title>
    33
    4 <para>Install db by running the following commands:</para>
     4<para>Install <application>db</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>cd build_unix &amp;&amp;
     6<screen><userinput><command>cd build_unix &amp;&amp;
    77../dist/configure --prefix=/usr \
    88    --enable-compat185 \
    99    --enable-cxx &amp;&amp;
    1010make &amp;&amp;
    11 make docdir=/usr/share/doc/db-&db-version; install</userinput></screen></para>
    12 
    13 <note><para>If you wish to enable Java support in db-&db-version;,
    14 add --enable-java to the configure options. Java support is needed
    15 if you plan to use system installed db when compiling OpenOffice.</para></note>
     11make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
     12<note><para>If you wish to enable <application>Java</application>
     13support in <application>db</application>-&db-version;, add <command>
     14--enable-java</command> to the configure options.
     15<application>Java</application> support is needed
     16if you plan to use system installed <application>db</application> when
     17compiling <application>OpenOffice</application>.</para></note>
    1618</sect2>
  • content/databases/db/db-intro.xml

    r59049e84 rbe352a7  
    11<sect2>
    2 <title>Introduction to db</title>
     2<title>Introduction to <application>db</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&db-download-http;"/>
    5 Download location (FTP):        <ulink url="&db-download-ftp;"/>
    6 Version used:                   &db-version;
    7 Package size:                   &db-size;
    8 Estimated Disk space required:  &db-buildsize;</screen>
     4<para>The <application>db</application> package contains programs and
     5utilities used by many other applications for database related
     6functions.</para>
    97
    10 <para>The db package contains db_archive, db_checkpoint,
    11 db_deadlock, db_dump, db_load, db_printlog, db_recover, db_stat,
    12 db_upgrade, db_verify and the db libraries.  These are used by many
    13 other programs for db related functions.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&db-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&db-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &db-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&db-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&db-time;</para></listitem></itemizedlist>
     19</sect3>
     20
    1421
    1522</sect2>
  • content/databases/db/db.ent

    r59049e84 rbe352a7  
    1010<!ENTITY db-download-ftp "">
    1111<!ENTITY db-size "3 MB">
     12<!ENTITY db-time "">
Note: See TracChangeset for help on using the changeset viewer.