mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
* src/ejabberdctl.template: The parameter 'kernel inetrc' is used
even with -sname to guarantee the same behaviour that when using -name (EJAB-317) SVN Revision: 1029
This commit is contained in:
parent
353a61ce1c
commit
5f9de28973
@ -1,5 +1,9 @@
|
|||||||
2007-12-06 Badlop <badlop@process-one.net>
|
2007-12-06 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/ejabberdctl.template: The parameter 'kernel inetrc' is used
|
||||||
|
even with -sname to guarantee the same behaviour that when using
|
||||||
|
-name (EJAB-317)
|
||||||
|
|
||||||
* doc/guide.tex: Improvements in sections: Start, Creating Initial
|
* doc/guide.tex: Improvements in sections: Start, Creating Initial
|
||||||
Account, Module Overview, Managing an ejabberd server, and
|
Account, Module Overview, Managing an ejabberd server, and
|
||||||
Debugging
|
Debugging
|
||||||
|
@ -35,7 +35,7 @@ if [ $# -ne 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$ERLANG_NODE" = "${ERLANG_NODE%.*}" ] ; then
|
if [ "$ERLANG_NODE" = "${ERLANG_NODE%.*}" ] ; then
|
||||||
SNAME="-kernel inetrc \""$EJABBERD_INETRC"\" -sname"
|
SNAME=-sname
|
||||||
else
|
else
|
||||||
SNAME=-name
|
SNAME=-name
|
||||||
fi
|
fi
|
||||||
@ -43,7 +43,7 @@ fi
|
|||||||
# Compatibility in ZSH
|
# Compatibility in ZSH
|
||||||
#setopt shwordsplit 2>/dev/null
|
#setopt shwordsplit 2>/dev/null
|
||||||
|
|
||||||
ERLANG_OPTS="$POLL $SMP $PROCESSES $ERL_MAX_ETS_TABLES"
|
ERLANG_OPTS="$POLL $SMP $PROCESSES $ERL_MAX_ETS_TABLES -kernel inetrc \""$EJABBERD_INETRC"\" "
|
||||||
|
|
||||||
start ()
|
start ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user