diff options
author | Csaba Henk <csaba@gluster.com> | 2011-08-31 16:03:28 +0200 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-09-19 21:50:11 -0700 |
commit | e163bc5b3ab062e3cb22b0386dbe056ab4a54952 (patch) | |
tree | e9cf97eeba2cef44340897574ca7611200889ee3 /xlators/mgmt/glusterd/src/glusterd.c | |
parent | b23d329608163ee2aa1aa89b907a5a6e50291464 (diff) |
s@GFS_PREFIX"/sbin@SBIN_DIR@
$sbindir is the install path for gluster* binaries,
so this is what should be used in their invocation
Change-Id: Ie748b4cbf59c3ee77f721ff6e0ab7151742ce0ab
BUG: 2825
Reviewed-on: http://review.gluster.com/458
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.c b/xlators/mgmt/glusterd/src/glusterd.c index 40dc2616d7e..d1582eae38a 100644 --- a/xlators/mgmt/glusterd/src/glusterd.c +++ b/xlators/mgmt/glusterd/src/glusterd.c @@ -480,9 +480,8 @@ configure_syncdaemon (glusterd_conf_t *conf) RUN_GSYNCD_CMD; /* gluster-command-dir */ - /* XXX $sbindir should be used (throughout the codebase) */ runinit_gsyncd_setrx (&runner, conf); - runner_add_args (&runner, "gluster-command-dir", GFS_PREFIX"/sbin/", + runner_add_args (&runner, "gluster-command-dir", SBIN_DIR"/", ".", ".", NULL); RUN_GSYNCD_CMD; @@ -539,7 +538,7 @@ configure_syncdaemon (glusterd_conf_t *conf) /* gluster-command-dir */ runinit_gsyncd_setrx (&runner, conf); - runner_add_args (&runner, "gluster-command-dir", GFS_PREFIX"/sbin/", + runner_add_args (&runner, "gluster-command-dir", SBIN_DIR"/", ".", NULL); RUN_GSYNCD_CMD; |