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
path: root/tools
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-08-06 13:47:16 +0400
committerChristophe Romain <christophe.romain@process-one.net>2009-08-06 13:47:16 +0400
commit3625681cf48ade92eb9b0e1c8379b86a84ea011d (patch)
tree2bb99ac661602ced3ce80ea8aa51d6d6c5c2c11f /tools
parent16be92cc9fd55b6a4672352131c01355a01498f1 (diff)
cosmetic change
SVN Revision: 2423
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index f88ea1838..033640ecd 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -47,9 +47,9 @@ debug()
ctl()
{
$ERL \
- -noinput \
- -sname ejabberdctl@$HOST \
+ -sname ctl$NODE@$HOST \
-pa $EJABBERD_EBIN \
+ -noinput \
-hidden \
-s ejabberd_ctl -extra $NODE@$HOST $@
}