]> arthur.barton.de Git - netatalk.git/blobdiff - bin/cnid/cnid2_create.in
FIX: btree does not support nelem in the ascii load files.
[netatalk.git] / bin / cnid / cnid2_create.in
index f66601e08b172622d6b7e4b15129a49934b8c34c..bd8edb39149036ff8b5f26c48efeab92f0b232ea 100755 (executable)
@@ -3,10 +3,10 @@
 #
 # Upgrade version 1 CNID databases to version 2
 #
-# $Id: cnid2_create.in,v 1.1.2.2 2004-01-02 17:20:57 lenneis Exp $
+# $Id: cnid2_create.in,v 1.1.2.5 2004-01-12 13:52:24 lenneis Exp $
 #
 # Copyright (C) Joerg Lenneis 2003
-# All Rights Reserved.  See COPYRIGHT.
+# All Rights Reserved.  See COPYING.
 #
 #
 
@@ -199,8 +199,7 @@ sub output_header($$$)
     my $dbname = shift;
     my $n      = shift;
     
-    printf $handle "VERSION=3\nformat=bytevalue\ndatabase=%s\n", $dbname;
-    printf $handle "type=hash\nh_nelem=%i\nHEADER=END\n", $n;
+    printf $handle "VERSION=3\nformat=bytevalue\ndatabase=%s\ntype=btree\nHEADER=END\n", $dbname;
 }
 
 sub expand_did_table($$)