From 9043b0f8b927e687decc738cf736e603436e9e51 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Mon, 14 Mar 2011 05:01:31 +0000 Subject: mgmt/Glusterd: Make use of regexp pattern-matching sections to set a sane value for remote-gsyncd Signed-off-by: Kaushik BV Signed-off-by: Vijay Bellur BUG: 2427 (set a proper default for remote syncdaemon) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2427 --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index c9c3889b5..ff507abba 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -25,6 +25,10 @@ #include "config.h" #endif +#ifndef GSYNC_CONF +#define GSYNC_CONF "gsync/gsyncd.conf" +#endif + #include #include "uuid.h" -- cgit