mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Use "diff -i -q" instead of "cmp"
This commit is contained in:
parent
570204c9e2
commit
df5bbc2d1d
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ CLIENTDIR=../clients/tools
|
|||
|
||||
LDIF2LDBM="../servers/slapd/tools/slapadd $LDAP_VERBOSE"
|
||||
|
||||
CMP=cmp
|
||||
#CMP=diff -i -q
|
||||
#CMP=cmp
|
||||
CMP="diff -i -q"
|
||||
SLAPD=../servers/slapd/slapd
|
||||
SLURPD=../servers/slurpd/slurpd
|
||||
LDAPPASSWD="$CLIENTDIR/ldappasswd"
|
||||
|
|
|
|||
Loading…
Reference in a new issue