Searched refs:DB_CONFIG (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest036-meta-concurrency41 if test "x$DB_CONFIG" != "x" ; then \
42 if test -f $DB_CONFIG ; then
43 echo "==> using DB_CONFIG \"$DB_CONFIG\""
44 cp $DB_CONFIG $DBDIR1
45 cp $DB_CONFIG $DBDIR2
47 echo "==> DB_CONFIG must point to a valid file (ignored)"
50 echo "==> set \"DB_CONFIG\" to the DB_CONFIG file you want to use for the test."
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/regressions/its4448/
H A Dits444852 if test "x$DB_CONFIG" != "x" ; then \
53 if test -f $DB_CONFIG ; then
54 echo "==> using DB_CONFIG \"$DB_CONFIG\""
55 cp $DB_CONFIG $DBDIR1
56 cp $DB_CONFIG $DBDIR2
58 echo "==> DB_CONFIG must point to a valid file (ignored)"
61 echo "==> set \"DB_CONFIG\" to the DB_CONFIG file you want to use for the test."
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A DMakefile.in434 $(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \
435 $(DESTDIR)$(localstatedir)/openldap-data/DB_CONFIG.example
436 $(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \
437 $(DESTDIR)$(sysconfdir)/DB_CONFIG.example

Completed in 59 milliseconds