From a0dfc2c01cc95431cc7aa01f481db5d51a02b545 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 12 Dec 2005 17:24:49 +0000 Subject: [PATCH] Use isam:b so that the "drop" extended service works. --- examples/gils/xs-test.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gils/xs-test.cfg b/examples/gils/xs-test.cfg index df0f588..e718c4e 100644 --- a/examples/gils/xs-test.cfg +++ b/examples/gils/xs-test.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: xs-test.cfg,v 1.2 2005-12-09 10:14:52 mike Exp $ +# $Id: xs-test.cfg,v 1.3 2005-12-12 17:24:49 mike Exp $ # # Where the schema files, attribute files, etc are located. profilePath: .:../../tab @@ -10,7 +10,7 @@ attset: gils.att attset: explain.att recordtype: grs.sgml -isam: c +isam: b # Flags for the non-authenticated user. w=write (allows ES Updates) perm.user: r -- 1.7.10.4