diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-09-10 20:57:00 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-09-10 20:57:00 +0000 |
commit | e0ede61e0ff46d72542ffd001f7b3e35f1184431 (patch) | |
tree | 2c4d64ec7d2b0565657e9250fab1c644f8794bc8 /tools | |
parent | * doc/guide.tex: Fix (thanks to Sander Devrieze) (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-x | tools/ejabberdctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ejabberdctl b/tools/ejabberdctl index 4fa0edf8..48294cae 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 $@ |