mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
8 lines
167 B
Bash
Executable file
8 lines
167 B
Bash
Executable file
#! /bin/sh
|
|
# $OpenLDAP$
|
|
if [ x"$MONITORDB" = x"yes" ] ; then
|
|
MON=monitor
|
|
else
|
|
MON=nomonitor
|
|
fi
|
|
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//"
|