From: Kurt Zeilenga Date: Wed, 6 Jun 2001 21:55:22 +0000 (+0000) Subject: s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85571183cc323482a24a7a6321a93528a150d81d;p=openldap s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh --- diff --git a/tests/data/slapd-acl.conf b/tests/data/slapd-acl.conf index eb2ed5237d..94f52bc93a 100644 --- a/tests/data/slapd-acl.conf +++ b/tests/data/slapd-acl.conf @@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index a6e92b4c92..020205ee6a 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ suffix "o=University of Michigan, c=US" diff --git a/tests/data/slapd-pw.conf b/tests/data/slapd-pw.conf index 4a894fd9f2..6aa0ff87dc 100644 --- a/tests/data/slapd-pw.conf +++ b/tests/data/slapd-pw.conf @@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf index 4d81cd4137..6a4ff7ce67 100644 --- a/tests/data/slapd-ref-slave.conf +++ b/tests/data/slapd-ref-slave.conf @@ -19,7 +19,7 @@ argsfile ./test-repl/slapd.args referral "ldap://localhost:9009/" backend @BACKEND@ -#LDBM#directory ./test-repl +#ldbm#directory ./test-repl database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-repl-master.conf b/tests/data/slapd-repl-master.conf index 4a8a22b2cf..1709059bd2 100644 --- a/tests/data/slapd-repl-master.conf +++ b/tests/data/slapd-repl-master.conf @@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-repl-slave.conf b/tests/data/slapd-repl-slave.conf index 70c0d6b0b8..0889ab87f6 100644 --- a/tests/data/slapd-repl-slave.conf +++ b/tests/data/slapd-repl-slave.conf @@ -18,7 +18,7 @@ argsfile ./test-repl/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-repl +#ldbm#directory ./test-repl database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-schema.conf b/tests/data/slapd-schema.conf index fd7ba59fd8..e69a38dd1d 100644 --- a/tests/data/slapd-schema.conf +++ b/tests/data/slapd-schema.conf @@ -26,7 +26,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ suffix "o=OpenLDAP Project, l=Internet" diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 51c3076c12..a55fa7566c 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -16,7 +16,7 @@ argsfile ./test-db/slapd.args ####################################################################### backend @BACKEND@ -#LDBM#directory ./test-db +#ldbm#directory ./test-db database @BACKEND@ suffix "o=University of Michigan, c=US" @@ -26,5 +26,5 @@ rootpw secret index objectclass eq index uid pres,eq,sub index cn,sn pres,eq,sub,subany -#LDBM#dbnosync -#LDBM#dbnolocking +#ldbm#dbnosync +#ldbm#dbnolocking diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 51b2780e54..bc65597eba 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -1,3 +1,3 @@ #! /bin/sh # $OpenLDAP$ -sed -e s/@BACKEND@/$BACKEND/i -e s/^#$BACKEND#//i +sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//