From 560bd8671f2f9ae17530ad1d23a209dc95d41f82 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Fri, 17 Aug 2018 09:38:39 +0530 Subject: New flag to glusterfsd binary to print libexec dir New CLI option for `glusterfsd` binary to get the path of libexec directory. This helps glusterd2 to detect the installed path of `gsyncd` and other binaries. Usage: `glusterfsd --print-libexecdir` Updates: bz#1193929 Change-Id: I8c1a74afd9acec7ee7bd3deabed9d9f20fe3fb5f Signed-off-by: Aravinda VK --- tests/env.rc.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/env.rc.in') diff --git a/tests/env.rc.in b/tests/env.rc.in index f78fe8ffeb5..8d692f7066c 100644 --- a/tests/env.rc.in +++ b/tests/env.rc.in @@ -34,3 +34,6 @@ export PYTHONPATH GLUSTER_CMD_DIR=@sbindir@ export GLUSTER_CMD_DIR + +GLUSTER_LIBEXECDIR=@GLUSTERFS_LIBEXECDIR@ +export GLUSTER_LIBEXECDIR -- cgit