s/#LDBM#/#ldbm#/ and back out non-portable /i change to conf.sh

This commit is contained in:
Kurt Zeilenga 2001-06-06 21:55:22 +00:00
parent 6fb6088888
commit 85571183cc
9 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0

View file

@ -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"

View file

@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0

View file

@ -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

View file

@ -17,7 +17,7 @@ argsfile ./test-db/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-db
#ldbm#directory ./test-db
database @BACKEND@
cachesize 0

View file

@ -18,7 +18,7 @@ argsfile ./test-repl/slapd.args
#######################################################################
backend @BACKEND@
#LDBM#directory ./test-repl
#ldbm#directory ./test-repl
database @BACKEND@
cachesize 0

View file

@ -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"

View file

@ -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

View file

@ -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#//