Commit f43fb478 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Fixed JM-1250 which was originally labeled as "won't fix" because of misunderstanding of issue.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/openfire_3_4_5@9807 b35dd754-fafc-0310-a699-88a17e54d16e
parent 78bf8b6f
......@@ -28,9 +28,9 @@ if [ -f /etc/default/openfire ] ; then
. /etc/default/openfire
fi
DAEMON_OPTS="-server -DopenfireHome=${DAEMON_DIR} \
DAEMON_OPTS="$DAEMON_OPTS -server -DopenfireHome=${DAEMON_DIR} \
-Dopenfire.lib.dir=${DAEMON_LIB} -classpath ${DAEMON_LIB}/startup.jar\
-jar ${DAEMON_LIB}/startup.jar $DAEMON_OPTS"
-jar ${DAEMON_LIB}/startup.jar"
#set -e
......
......@@ -172,6 +172,7 @@ hr {
<h3>Openfire Bug Fixes</h3>
<ul>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1250'>JM-1250</a>] - Setting VM options from config file in Debian now works.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1251'>JM-1251</a>] - Fixed small memory leak in Multi User Chat.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-632'>JM-632</a>] - SSL settings pages now handle broken keystores without crashing.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/JM-703'>JM-703</a>] - LDAP settings (particularly search filters) will no longer get corrupted upon saving.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment