diff options
author | Mohammed Junaid Ahmed <junaid@gluster.com> | 2011-02-11 01:06:55 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-11 08:35:42 -0800 |
commit | 7b16a08989e804e857589c8a34881140150dc11c (patch) | |
tree | f2bb0a7ec57621c5b6360c78e894a5f7d5c8de8e | |
parent | d6407c59a4fd262749edd11ecb457b1e5be7a77a (diff) |
syncdaemon: configinterface.py file moved under xlators/features/marker/utils/syncdaemon/ directory.
Signed-off-by: Junaid <junaid@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/configinterface.py (renamed from configinterface.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/Makefile.am b/xlators/features/marker/utils/syncdaemon/Makefile.am index 047a8cbaad7..fc1b42e7f3f 100644 --- a/xlators/features/marker/utils/syncdaemon/Makefile.am +++ b/xlators/features/marker/utils/syncdaemon/Makefile.am @@ -1,5 +1,5 @@ syncdaemondir = $(libexecdir)/python/syncdaemon -syncdaemon_PYTHON = gconf.py gsyncd.py __init__.py master.py README.md repce.py resource.py +syncdaemon_PYTHON = gconf.py gsyncd.py __init__.py master.py README.md repce.py resource.py configinterface.py CLEANFILES = diff --git a/configinterface.py b/xlators/features/marker/utils/syncdaemon/configinterface.py index 7bc1d4731a7..7bc1d4731a7 100644 --- a/configinterface.py +++ b/xlators/features/marker/utils/syncdaemon/configinterface.py |