From 8868881fb9c4c3f14f253f8481be1ae3bcf66f70 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 4 Mar 2025 10:18:41 -0500 Subject: [PATCH] move utility file to the proto_ldap_sync directory --- src/listen/ldap_sync/all.mk | 5 +++++ .../proto_ldap_sync => listen/ldap_sync}/sync_touch.c | 2 +- .../proto_ldap_sync => listen/ldap_sync}/sync_touch.mk | 2 +- src/modules/proto_ldap_sync/README.md | 10 ---------- 4 files changed, 7 insertions(+), 12 deletions(-) rename src/{modules/proto_ldap_sync => listen/ldap_sync}/sync_touch.c (98%) rename src/{modules/proto_ldap_sync => listen/ldap_sync}/sync_touch.mk (92%) delete mode 100644 src/modules/proto_ldap_sync/README.md diff --git a/src/listen/ldap_sync/all.mk b/src/listen/ldap_sync/all.mk index 91e4739045..6152b9f1c6 100644 --- a/src/listen/ldap_sync/all.mk +++ b/src/listen/ldap_sync/all.mk @@ -1 +1,6 @@ SUBMAKEFILES := proto_ldap_sync.mk proto_ldap_sync_ldap.mk + + +# This doesn't build. +# sync_touch.mk + diff --git a/src/modules/proto_ldap_sync/sync_touch.c b/src/listen/ldap_sync/sync_touch.c similarity index 98% rename from src/modules/proto_ldap_sync/sync_touch.c rename to src/listen/ldap_sync/sync_touch.c index c3215168ca..46778f1b10 100644 --- a/src/modules/proto_ldap_sync/sync_touch.c +++ b/src/listen/ldap_sync/sync_touch.c @@ -15,7 +15,7 @@ */ /** - * @file src/modules/proto_ldap_sync/sync_touch.c + * @file src/listen/proto_ldap_sync/sync_touch.c * * @brief Touch entries, causing them to be re-processed by the proto_ldap_sync module. * diff --git a/src/modules/proto_ldap_sync/sync_touch.mk b/src/listen/ldap_sync/sync_touch.mk similarity index 92% rename from src/modules/proto_ldap_sync/sync_touch.mk rename to src/listen/ldap_sync/sync_touch.mk index 2682989792..02faefad17 100644 --- a/src/modules/proto_ldap_sync/sync_touch.mk +++ b/src/listen/ldap_sync/sync_touch.mk @@ -6,7 +6,7 @@ TARGETNAME= ifneq "${TARGETNAME}" "" TARGETNAME := sync_touch - TARGET := $(TARGETNAME)$(L) + TARGET := $(TARGETNAME)$(E) endif SOURCES := $(TARGETNAME).c diff --git a/src/modules/proto_ldap_sync/README.md b/src/modules/proto_ldap_sync/README.md deleted file mode 100644 index d30e6b46fb..0000000000 --- a/src/modules/proto_ldap_sync/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# proto_ldap_sync -## Metadata -
-
category
datastore
-
- -## Summary -Gives the ability to perform persistent searches against LDAP -directories. - -- 2.47.2