mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#5910 fixed sed pathname substitution
This commit is contained in:
parent
74d8f1dedd
commit
1de78498cb
@ -119,7 +119,7 @@ if test $RC != 0 ; then
|
||||
fi
|
||||
|
||||
echo "Starting R1 slave slapd on TCP/IP port $PORT3..."
|
||||
. $CONFFILTER $BACKEND $MONITORDB < $RSLAVECONF | sed -e 's;\.2\.;.3.;' > $CONF3
|
||||
. $CONFFILTER $BACKEND $MONITORDB < $RSLAVECONF | sed -e 's;\.2\.\([^/]*\)$;.3.\1;' > $CONF3
|
||||
$SLAPD -f $CONF3 -h $URI3 -d $LVL $TIMING > $LOG3 2>&1 &
|
||||
R1SLAVEPID=$!
|
||||
if test $WAIT != 0 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user