aboutsummaryrefslogtreecommitdiffstats
path: root/ldap/Makefile
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-19 02:21:23 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-19 02:21:23 +0100
commit03415210a74739563a54c1b3a9ae786027a0d8be (patch)
treea974e1ba48b4870723544cb404416326023c8cbc /ldap/Makefile
parent6239e3f8a77a32333350d7c744db289ec9e4f6e0 (diff)
CanCreate → CanAdd
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