mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
11 lines
246 B
Bash
Executable File
11 lines
246 B
Bash
Executable File
#! /bin/sh
|
|
# $OpenLDAP$
|
|
# . $SRCDIR/scripts/defines.sh
|
|
if [ x"$MONITORDB" = x"yes" ] ; then
|
|
MON=monitor
|
|
else
|
|
MON=nomonitor
|
|
fi
|
|
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \
|
|
-e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"
|