* examples/mtr/ejabberd.cfg: Updated (thanks to Marshall T. Rose)

* examples/mtr/ejabberd: Likewise

SVN Revision: 138
This commit is contained in:
Alexey Shchepin 2003-09-10 19:49:48 +00:00
parent 5e4951a4b5
commit ea59447230
3 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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}"

View File

@ -1,6 +1,6 @@
% $Id$
%override_acls.
override_acls.
{acl, admin, {user, "mrose", "jabber.dbc.mtview.ca.us"}}.