diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-19 02:21:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-19 02:21:23 +0100 |
commit | 03415210a74739563a54c1b3a9ae786027a0d8be (patch) | |
tree | a974e1ba48b4870723544cb404416326023c8cbc /ldap/Makefile | |
parent | 6239e3f8a77a32333350d7c744db289ec9e4f6e0 (diff) |
CanCreate → CanAdd
Diffstat (limited to 'ldap/Makefile')
-rw-r--r-- | ldap/Makefile | 2 |
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 |