~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to tests/scripts/conf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# $OpenLDAP: pkg/ldap/tests/scripts/conf.sh,v 1.49.2.9 2009/01/22 00:01:18 kurt Exp $
 
2
# $OpenLDAP: pkg/ldap/tests/scripts/conf.sh,v 1.49.2.10 2009/08/25 21:24:47 quanah Exp $
3
3
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
##
5
5
## Copyright 1998-2009 The OpenLDAP Foundation.
71
71
        -e "s;@PORT5@;${PORT5};"                        \
72
72
        -e "s;@PORT6@;${PORT6};"                        \
73
73
        -e "s/@SASL_MECH@/${SASL_MECH}/"                \
74
 
        -e "s/@CACHETTL@/${CACHETTL}/"                  \
75
 
        -e "s/@NCACHETTL@/${NCACHETTL}/"                \
76
 
        -e "s/@SCACHETTL@/${SCACHETTL}/"                \
77
 
        -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/"      \
78
74
        -e "s;@TESTDIR@;${TESTDIR};"                    \
79
75
        -e "s;@DATADIR@;${DATADIR};"                    \
80
76
        -e "s;@SCHEMADIR@;${SCHEMADIR};"