From: Howard Chu Date: Tue, 11 Dec 2001 22:49:16 +0000 (+0000) Subject: More from jon@symas.com - slapd.conf needs backslashes to be escaped. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~657 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc66d649b316f2ba479996021d3a725e639ecdeb;p=openldap More from jon@symas.com - slapd.conf needs backslashes to be escaped. --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index e70470b6f8..9410b50b44 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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); \