diff options
author | Amar Tumballi <amar@gluster.com> | 2012-05-15 22:12:53 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-05-29 22:08:14 -0700 |
commit | 1c2624a3ff8a0d72bc88b1b869c255e3ca4c395d (patch) | |
tree | 6d46b2ada4eeb3131b61c642844fb8a3c348dc8a /configure.ac | |
parent | c31447bda4e5e0b8e40689db9635fc5c0aa04136 (diff) |
glusterd: change working-directory from /etc/glusterd to /var/lib/glusterd
as it is changed in RPM based install (using spec file), makes sense to do
it everywhere, even in source install
Change-Id: Ibe5ebd860b1529aca295b79d683a3b2e6797506c
Signed-off-by: Amar Tumballi <amar@gluster.com>
BUG: 824231
Reviewed-on: http://review.gluster.com/3338
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f8f270b9fd4..2d3136a9d16 100644 --- a/configure.ac +++ b/configure.ac @@ -539,6 +539,8 @@ AC_SUBST(INCLUDES) AM_CONDITIONAL([GF_DARWIN_HOST_OS], test "${GF_HOST_OS}" = "GF_DARWIN_HOST_OS") +AM_CONDITIONAL([GF_INSTALL_VAR_LIB_GLUSTERD], test ! -d /var/lib/glusterd && test -d /etc/glusterd ) + AC_OUTPUT echo |