From eadce9083876fb71d1be8f77715866fc8af45ba4 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Fri, 11 Mar 2011 07:57:52 +0000 Subject: Gsyncd: Explicitly mention the path for the gsyncd.py script Signed-off-by: Kaushik BV Signed-off-by: Vijay Bellur BUG: 2437 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2437 --- xlators/features/marker/utils/gsyncd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/marker/utils') diff --git a/xlators/features/marker/utils/gsyncd.in b/xlators/features/marker/utils/gsyncd.in index 7703c7b59..c34fea1a1 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 "$@" -- cgit