mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 09:48:44 +01:00
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 <avishwan@redhat.com>
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/bash
|
|
|
|
. $(dirname $0)/../include.rc
|
|
|
|
EXPECT $GLUSTER_LIBEXECDIR glusterfsd --print-libexecdir
|