diff options
author | jlam <jlam@pkgsrc.org> | 2002-11-18 20:13:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-11-18 20:13:23 +0000 |
commit | 3b199ced25bc6f49a690fb7fa59aacf84b51dcad (patch) | |
tree | 5c0d44375f31a55650a659302a19bad2ce9eaac5 /databases/db | |
parent | bfe53c29d5bb22cb2ae350568e1a419983e03b3e (diff) | |
download | pkgsrc-3b199ced25bc6f49a690fb7fa59aacf84b51dcad.tar.gz |
Sort.
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/PLIST | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/databases/db/PLIST b/databases/db/PLIST index 8e97237763b..bf67642b536 100644 --- a/databases/db/PLIST +++ b/databases/db/PLIST @@ -1,15 +1,15 @@ -@comment $NetBSD: PLIST,v 1.4 2002/08/25 18:38:20 jlam Exp $ -bin/db_load -bin/db_dump -bin/db_deadlock +@comment $NetBSD: PLIST,v 1.5 2002/11/18 20:13:23 jlam Exp $ bin/db_archive -bin/db_recover -bin/db_printlog bin/db_checkpoint +bin/db_deadlock +bin/db_dump +bin/db_load +bin/db_printlog +bin/db_recover bin/db_stat +include/db2/db.h include/db2/db_185.h include/db2/db_cxx.h -include/db2/db.h lib/libdb2.a lib/libdb2.la lib/libdb2.so @@ -450,19 +450,6 @@ share/doc/html/db/ref/txn/limits.html share/doc/html/db/ref/txn/other.html share/doc/html/db/ref/txn/stability.html share/doc/html/db/sleepycat/contact.html -share/doc/html/db/sleepycat/products.html -share/doc/html/db/test/build.html -share/doc/html/db/test/build_faq.html -share/doc/html/db/test/debug.html -share/doc/html/db/test/run.html -share/doc/html/db/utility/db_archive.html -share/doc/html/db/utility/db_checkpoint.html -share/doc/html/db/utility/db_deadlock.html -share/doc/html/db/utility/db_dump.html -share/doc/html/db/utility/db_load.html -share/doc/html/db/utility/db_recover.html -share/doc/html/db/utility/db_stat.html -share/doc/html/db/utility/index.html @exec ${MKDIR} %D/share/doc/html/db/api_java/special @exec ${MKDIR} %D/share/doc/html/db/api_cxx/special @exec ${MKDIR} %D/share/doc/html/db/api_c/special |