Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up revision 1.8 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/b2d38a672be6
branches:  netbsd-1-5
changeset: 490928:b2d38a672be6
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 20 18:13:43 2001 +0000

description:
Pull up revision 1.8 (requested by hubertf):
  Various changes / updates:
   o various minor bugfixes and spelling fixes

diffstat:

 usr.sbin/pkg_install/lib/pkgdb.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 84a550e5e596 -r b2d38a672be6 usr.sbin/pkg_install/lib/pkgdb.c
--- a/usr.sbin/pkg_install/lib/pkgdb.c  Tue Mar 20 18:13:06 2001 +0000
+++ b/usr.sbin/pkg_install/lib/pkgdb.c  Tue Mar 20 18:13:43 2001 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: pkgdb.c,v 1.7 2000/06/19 13:28:06 hubertf Exp $        */
+/*     $NetBSD: pkgdb.c,v 1.7.2.1 2001/03/20 18:13:43 he Exp $ */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.7 2000/06/19 13:28:06 hubertf Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.7.2.1 2001/03/20 18:13:43 he Exp $");
 #endif
 
 /*
@@ -64,10 +64,10 @@
 
        /* try our btree format first */
        info.flags = 0;
-       info.cachesize = 0;
+       info.cachesize = 2*1024*1024;
        info.maxkeypage = 0;
        info.minkeypage = 0;
-       info.psize = 0;
+       info.psize = 4096;
        info.compare = NULL;
        info.prefix = NULL;
        info.lorder = 0;



Home | Main Index | Thread Index | Old Index