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:
authorAlexey Shchepin <alexey@process-one.net>2004-09-11 00:57:00 +0400
committerAlexey Shchepin <alexey@process-one.net>2004-09-11 00:57:00 +0400
commite0ede61e0ff46d72542ffd001f7b3e35f1184431 (patch)
tree2c4d64ec7d2b0565657e9250fab1c644f8794bc8 /tools
parent210a9a689b0435f70e5d58b40dc9c97250f2bfcf (diff)
* tools/ejabberdctl: Added call to "exec" (thanks to Sergei
Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/mod_vcard.erl: Support for searching of prefix substring and limiting of result items (thanks to Sergei Golovan) * src/mod_offline.erl: Support for message expiration (JEP-0023) (thanks to Sergei Golovan) * src/jlib.hrl: Added NS_EXPIRE macros (thanks to Sergei Golovan) * src/ejabberd_logger_h.erl: Added reopen_log/0 (thanks to Sergei Golovan) * src/ejabberd_ctl.erl: Added return codes, updated "reopen-log" command, added "delete-expired-messages" and "status" commands (thanks to Sergei Golovan) * doc/guide.tex: Updated (thanks to Sergei Golovan) SVN Revision: 264
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ejabberdctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl
index 4fa0edf8f..48294cae9 100755
--- a/tools/ejabberdctl
+++ b/tools/ejabberdctl
@@ -1,4 +1,4 @@
#!/bin/sh
-erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@
+exec erl -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@