summaryrefslogtreecommitdiffstats
path: root/rules/db44.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:20 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 08:21:20 +0000
commitabda918f6a2d9184341a95364643ad06cf17dbd7 (patch)
tree0ca734501f3b75f4d2a551a2b8382334b50e7368 /rules/db44.in
parent27563445c720a37d65d32a35db97180debbf7e87 (diff)
downloadptxdist-abda918f6a2d9184341a95364643ad06cf17dbd7.tar.gz
ptxdist-abda918f6a2d9184341a95364643ad06cf17dbd7.tar.xz
[db41, db44] remove, we've an unified package now
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10516 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/db44.in')
-rw-r--r--rules/db44.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/rules/db44.in b/rules/db44.in
deleted file mode 100644
index 5e2d2e70a..000000000
--- a/rules/db44.in
+++ /dev/null
@@ -1,30 +0,0 @@
-## SECTION=system_libraries
-menuconfig DB44
- tristate
- prompt "berkeley db-4 (4.4) "
-
-if DB44
-
-config DB44_INSTALL_BIN_UTIL
- bool
- prompt "install db_* tools on target"
- 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.
- db_deadlock: traverse the database environment lock region and
- abort lock requests when a deadlock is detected.
- db_load: loads (and creates) a database from standard input.
- 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
- databases they contain.
- db_verify: check the structure of files and their databases.
-
-endif