From bc66d649b316f2ba479996021d3a725e639ecdeb Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 11 Dec 2001 22:49:16 +0000 Subject: [PATCH] More from jon@symas.com - slapd.conf needs backslashes to be escaped. --- servers/slapd/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); \ -- 2.39.5