diff options
author | Kaushik BV <kaushikbv@gluster.com> | 2011-03-11 07:57:52 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-14 04:56:55 -0700 |
commit | eadce9083876fb71d1be8f77715866fc8af45ba4 (patch) | |
tree | d2cc8baf2da38cd9d37903326aaad9bba17fccca /xlators | |
parent | 086ef357b64d4b7e5340226ada639813b1efd101 (diff) |
Gsyncd: Explicitly mention the path for the gsyncd.py script
Signed-off-by: Kaushik BV <kaushikbv@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2437 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2437
Diffstat (limited to 'xlators')
-rwxr-xr-x | xlators/features/marker/utils/gsyncd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/gsyncd.in b/xlators/features/marker/utils/gsyncd.in index 7703c7b5905..c34fea1a198 100755 --- a/xlators/features/marker/utils/gsyncd.in +++ b/xlators/features/marker/utils/gsyncd.in @@ -4,4 +4,4 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" libexecdir=`eval echo "@libexecdir@"` -PYTHONPATH="$libexecdir"/glusterfs/python exec @PYTHON@ -c "from syncdaemon import gsyncd; gsyncd.main()" -c @sysconfdir@/glusterfs/gsyncd.conf "$@" +exec @PYTHON@ "$libexecdir"/glusterfs/python/syncdaemon/gsyncd.py "$@" |