summaryrefslogtreecommitdiffstats
path: root/rules/db41.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-05-05 07:58:02 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-05-05 07:58:02 +0000
commit5c52dae62195cbca1dbad118960622d8503c220c (patch)
tree9b4e4450330a2ad1292d290f8cb5ced171f640e1 /rules/db41.in
parenta676f8056b0a0ac024e811ce0acb31df0678c029 (diff)
downloadptxdist-5c52dae62195cbca1dbad118960622d8503c220c.tar.gz
ptxdist-5c52dae62195cbca1dbad118960622d8503c220c.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7160 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/db41.in')
-rw-r--r--rules/db41.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/db41.in b/rules/db41.in
index ab16a50e4..d7b7ef5a9 100644
--- a/rules/db41.in
+++ b/rules/db41.in
@@ -1,16 +1,16 @@
-menuconfig DB
- bool "Berkeley DB-4 (4.1) "
+menuconfig DB41
+ bool "Berkeley DB-4.1 "
-config DB_INSTALL_BIN_UTIL
+config DB41_INSTALL_BIN_UTIL
bool
prompt "install db_* tools on target"
- depends on DB
+ depends on DB41
help
v4.x Berkeley Database Tools
-
+
This package provides different tools for manipulating databases
in the Berkeley v4.x database format, and includes:
-
+
db_archive: write the pathnames of the log files no longer in use.
db_checkpoint: daemon process to monitor the database log and
checkpoint it periodically.
@@ -20,6 +20,6 @@ config DB_INSTALL_BIN_UTIL
db_dump: read a database file and write it in a format understood by
db_printlog: dump log files in human readable format.
db_stat: display statistics for Berkeley DB environments.
- db_upgrade: upgrades the version of files and the
+ db_upgrade: upgrades the version of files and the
databases they contain.
db_verify: check the structure of files and their databases.