]> git.sur5r.net Git - openldap/commitdiff
More from jon@symas.com - slapd.conf needs backslashes to be escaped.
authorHoward Chu <hyc@openldap.org>
Tue, 11 Dec 2001 22:49:16 +0000 (22:49 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 11 Dec 2001 22:49:16 +0000 (22:49 +0000)
servers/slapd/Makefile.in

index e70470b6f81a7e9322a5c8ecabcc42717f1c9b9b..9410b50b440d91895ceebbb26cd08751823b8f44 100644 (file)
@@ -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); \