mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
More from jon@symas.com - slapd.conf needs backslashes to be escaped.
This commit is contained in:
parent
46b42307ea
commit
bc66d649b3
@ -337,11 +337,11 @@ install-slapd: FORCE
|
||||
all-cffiles: slapd
|
||||
@if test $(PLAT) = NT; then \
|
||||
sysconfdir=`cygpath -w $(sysconfdir) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
localstatedir=`cygpath -w $(localstatedir) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
moduledir=`cygpath -w $(moduledir) | \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \
|
||||
$(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
|
||||
else \
|
||||
sysconfdir=$(sysconfdir); \
|
||||
localstatedir=$(localstatedir); \
|
||||
|
Loading…
Reference in New Issue
Block a user