From 1098aaa51d2e3dca9e6c48ee1e9cb43bc87936f4 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Fri, 2 Sep 2011 19:03:33 +0200 Subject: geo-rep: rewrite gsyncd wrapper in C This rewrite does not change functionality; it's purpose is to prepare followup modifications which will let all slave side helper programs being dispatched to through gsyncd. The string processing that's required for that task would be too much cumbersome in shell. Change-Id: Ia7858aba5efeb5dcff16a918ea1c02253f0e49ab BUG: 2825 Reviewed-on: http://review.gluster.com/459 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d8840a436de..2a34a61aff8 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_CONFIG_FILES([Makefile xlators/features/marker/Makefile xlators/features/marker/src/Makefile xlators/features/marker/utils/Makefile - xlators/features/marker/utils/gsyncd + xlators/features/marker/utils/src/Makefile xlators/features/marker/utils/syncdaemon/Makefile xlators/features/read-only/Makefile xlators/features/read-only/src/Makefile -- cgit