mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan)
SVN Revision: 467
This commit is contained in:
parent
736455d974
commit
aae0124f61
@ -1,5 +1,7 @@
|
||||
2005-12-13 Alexey Shchepin <alexey@sevcom.net>
|
||||
|
||||
* src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan)
|
||||
|
||||
* src/ejabberd.hrl: Updated version
|
||||
* src/ejabberd.app: Likewise
|
||||
* doc/version.tex: Likewise
|
||||
|
@ -179,7 +179,7 @@ SectionIn 1 RO
|
||||
CreateShortCut "$0\Start Ejabberd.lnk" "$ERLANG_PATH\bin\werl.exe" \
|
||||
'-sname ejabberd -pa ebin \
|
||||
-env EJABBERD_LOG_PATH log/ejabberd.log \
|
||||
-s ejabberd -kernel inetrc \"inetrc\" -mnesia dir \"spool\" \
|
||||
-s ejabberd -kernel inetrc \"./inetrc\" -mnesia dir \"spool\" \
|
||||
-sasl sasl_error_logger {file,\"log/sasl.log\"}' \
|
||||
$INSTDIR\win32\ejabberd.ico
|
||||
CreateShortCut "$0\Edit Config.lnk" "%SystemRoot%\system32\notepad.exe" \
|
||||
@ -213,7 +213,7 @@ SectionIn 1 RO
|
||||
nsExec::ExecToLog '"$ERLSRV" add ejabberd -stopaction "init:stop()." \
|
||||
-onfail restart -workdir "$INSTDIR" \
|
||||
-args "-s ejabberd -pa ebin \
|
||||
-kernel inetrc \\\"inetrc\\\" \
|
||||
-kernel inetrc \\\"./inetrc\\\" \
|
||||
-env EJABBERD_LOG_PATH log/ejabberd.log \
|
||||
-sasl sasl_error_logger {file,\\\"log/sasl.log\\\"} \
|
||||
-mnesia dir \\\"spool\\\"" -d'
|
||||
|
Loading…
Reference in New Issue
Block a user