mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
* examples/mtr/ejabberd: Likewise SVN Revision: 138
This commit is contained in:
parent
5e4951a4b5
commit
ea59447230
@ -1,3 +1,8 @@
|
||||
2003-09-10 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
|
||||
* examples/mtr/ejabberd: Likewise
|
||||
|
||||
2003-09-06 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)
|
||||
|
@ -61,11 +61,11 @@ start)
|
||||
;;
|
||||
stop)
|
||||
echo "rpc:call('ejabberd@`hostname -s`', init, stop, [])." | \
|
||||
su jabber -c "erl -sname ejabberdstop"
|
||||
su jabber -c "/usr/pkg/bin/erl -sname ejabberdstop"
|
||||
;;
|
||||
restart)
|
||||
echo "rpc:call('ejabberd@`hostname -s`', init, restart, [])." | \
|
||||
su jabber -c "erl -sname ejabberdrestart"
|
||||
su jabber -c "/usr/pkg/bin/erl -sname ejabberdrestart"
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop|restart}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
% $Id$
|
||||
|
||||
%override_acls.
|
||||
override_acls.
|
||||
|
||||
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user