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

This commit is contained in:
Howard Chu 2001-12-11 22:49:16 +00:00
parent 46b42307ea
commit bc66d649b3

View File

@ -337,11 +337,11 @@ install-slapd: FORCE
all-cffiles: slapd all-cffiles: slapd
@if test $(PLAT) = NT; then \ @if test $(PLAT) = NT; then \
sysconfdir=`cygpath -w $(sysconfdir) | \ sysconfdir=`cygpath -w $(sysconfdir) | \
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
localstatedir=`cygpath -w $(localstatedir) | \ localstatedir=`cygpath -w $(localstatedir) | \
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
moduledir=`cygpath -w $(moduledir) | \ moduledir=`cygpath -w $(moduledir) | \
$(SED) -e 's/\\\\/\\\\\\\\/g'`; \ $(SED) -e 's/\\\\/\\\\\\\\\\\\\\\\/g'`; \
else \ else \
sysconfdir=$(sysconfdir); \ sysconfdir=$(sysconfdir); \
localstatedir=$(localstatedir); \ localstatedir=$(localstatedir); \