unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
STRING group password
INT32 group id
STRINGLIST members (usernames) of the group
- (not that the BYMEMER call returns an emtpy members list) */
+ (not that the BYMEMER call returns an empty members list) */
#define NSLCD_ACTION_GROUP_BYNAME 0x00040001
#define NSLCD_ACTION_GROUP_BYGID 0x00040002
#define NSLCD_ACTION_GROUP_BYMEMBER 0x00040006
} else if( c->ldctl_oid == NULL ) {
Debug( LDAP_DEBUG_TRACE,
- "get_ctrls: conn %lu got emtpy OID.\n",
+ "get_ctrls: conn %lu got empty OID.\n",
op->o_connid, 0, 0 );
slap_free_ctrls( op, op->o_ctrls );
# starts with an empty database. Start site2 master first, then site2
# search and finally central master so that the site2 search's syncrepl
# connection has been set up when site2 master receives the database:
-echo "Stopping central master and site2 servers to test start with emtpy db..."
+echo "Stopping central master and site2 servers to test start with empty db..."
kill -HUP $SMC_PID $SM2_PID $SS2_PID
for pid in $SMC_PID $SM2_PID $SS2_PID; do wait $pid ; done
KILLPIDS=`echo "$KILLPIDS " | sed -e "s/ $SMC_PID / /"`;