]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Filename change : servers/slapd/back-bdb/lcup.c -> servers/slapd/back-bdb/psearch.c
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 5 Feb 2003 07:43:00 +0000 (07:43 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 5 Feb 2003 07:43:00 +0000 (07:43 +0000)
servers/slapd/back-bdb/Makefile.in
servers/slapd/back-bdb/psearch.c [moved from servers/slapd/back-bdb/lcup.c with 99% similarity]

index 3644280e08166e49f11b0adf843d985c0b935326..ccee12cdc363e7a2381aa80bfae4dc56c80b6ae0 100644 (file)
@@ -4,12 +4,12 @@ SRCS = init.c tools.c config.c \
        add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
        extended.c passwd.c referral.c attribute.c group.c operational.c \
        attr.c index.c key.c dbcache.c filterindex.c \
-       dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c lcup.c
+       dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c psearch.c
 OBJS = init.lo tools.lo config.lo \
        add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
        extended.lo passwd.lo referral.lo attribute.lo group.lo operational.lo \
        attr.lo index.lo key.lo dbcache.lo filterindex.lo \
-       dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo lcup.lo
+       dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo psearch.lo
 
 LDAP_INCDIR= ../../../include       
 LDAP_LIBDIR= ../../../libraries
similarity index 99%
rename from servers/slapd/back-bdb/lcup.c
rename to servers/slapd/back-bdb/psearch.c
index 6217c3651482cf437dc5765cf353cb9ee04130a1..a53c0b0b7257d8636e218184fd81b7283b3b0fa7 100644 (file)
@@ -1,4 +1,4 @@
-/* lcup.c - lcup operations */
+/* psearch.c - psearch operations */
 /* $OpenLDAP$ */
 /*
  * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.