mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
This *should* work
This commit is contained in:
parent
ea4996046c
commit
233b0fd1dc
@ -5,5 +5,8 @@ if [ x"$MONITORDB" = x"yes" ] ; then
|
||||
else
|
||||
MON=nomonitor
|
||||
fi
|
||||
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//" -e "s/^#$MON#//" \
|
||||
-e "s/@PORT@/9009/" -e "s/@SLAVEPORT@/9010/"
|
||||
sed -e "s/@BACKEND@/${BACKEND}/" \
|
||||
-e "s/^#${BACKEND}#//" \
|
||||
-e "s/^#${MON}#//" \
|
||||
-e "s/@PORT@/${PORT}/" \
|
||||
-e "s/@SLAVEPORT@/${SLAVEPORT}/"
|
||||
|
Loading…
Reference in New Issue
Block a user