Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-03-06 17:40:09 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-03-06 17:42:41 +0300
commit8cf4ef0aac43bd0bec02efd9b17676f52d6955d9 (patch)
tree3a259617b59775ee213064a1125a5043c09e961d /Makefile.in
parentf18ce9564cc790abc67e40194aef64325d0fcec4 (diff)
add mnesia cluster helper scripts
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 27d55dad6..68e3b06b8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -167,6 +167,8 @@ install: all
# Binary C programs
$(INSTALL) -d $(PBINDIR)
$(INSTALL) -m 750 $(O_USER) tools/captcha.sh $(PBINDIR)
+ $(INSTALL) -m 750 $(O_USER) tools/joincluster $(PBINDIR)
+ $(INSTALL) -m 750 $(O_USER) tools/leavecluster $(PBINDIR)
-[ -f deps/p1_pam/priv/bin/epam ] \
&& $(INSTALL) -m 750 $(O_USER) deps/p1_pam/priv/bin/epam $(PBINDIR)
#