mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
ITS#5810 Add syntax "#~backend~backend...~#option": inverse of #backend#option
This commit is contained in:
parent
dcc36ef23b
commit
70cfb06727
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ else
|
|||
fi
|
||||
sed -e "s/@BACKEND@/${BACKEND}/" \
|
||||
-e "s/^#${BACKEND}#//" \
|
||||
-e "/^#~/s/^#[^#]*~${BACKEND}~[^#]*#/#omit: /" \
|
||||
-e "s/^#~[^#]*~#//" \
|
||||
-e "s/@RELAY@/${RELAY}/" \
|
||||
-e "s/^#relay-${RELAY}#//" \
|
||||
-e "s/^#${BACKENDTYPE}#//" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue