Skip to content
Snippets Groups Projects
Commit bc66d649 authored by Howard Chu's avatar Howard Chu
Browse files

More from jon@symas.com - slapd.conf needs backslashes to be escaped.

parent 46b42307
Branches
Tags
No related merge requests found
......@@ -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); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment