aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/Makefile')
-rw-r--r--ldap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/Makefile b/ldap/Makefile
index 4dd0faa..e771a72 100644
--- a/ldap/Makefile
+++ b/ldap/Makefile
@@ -80,7 +80,7 @@ uninstall:
@echo "Deleting schema \"cn=$(SCHEMA),cn=config\"" && find "$(TMPSLAPD)/cn=config/cn=schema/" -type f -name "cn={*}$(SCHEMA).ldif" -delete
#
@if test -d "$(TMPSLAPD)/$(NUM2)"; then \
- @echo "Deleting constraints" && find "$(TMPSLAPD)/$(NUM2)/" -type f -name "olcOverlay={*}constraint.ldif" -delete \
+ echo "Deleting constraints" && find "$(TMPSLAPD)/$(NUM2)/" -type f -name "olcOverlay={*}constraint.ldif" -delete \
;fi
#
@/etc/init.d/slapd stop