even with -sname to guarantee the same behaviour that when using
-name (EJAB-317)
SVN Revision: 1029
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
Account, Module Overview, Managing an ejabberd server, and
Debugging
fi
if [ "$ERLANG_NODE" = "${ERLANG_NODE%.*}" ] ; then
- SNAME="-kernel inetrc \""$EJABBERD_INETRC"\" -sname"
+ SNAME=-sname
else
SNAME=-name
fi
# Compatibility in ZSH
#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 ()
{