Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558788
en ru br
ALT Linux repos
S:21.12-alt1
5.0: 2.0.2-alt1
4.1: 2.0.3-alt1.M41.1
4.0: 1.1.4-alt1
3.0: 0.9-alt1
+backports:1.1.2-alt0.M30.1

Group :: System/Servers
RPM: ejabberd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ejabberd-alt-erllibs-path.patch
Download


diff --git a/ejabberdctl.template b/ejabberdctl.template
index a30dabcaa..b420e92b0 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -81,7 +81,7 @@ if [ -n "$INET_DIST_INTERFACE" ] ; then
 fi
 # if vm.args file exists in config directory, pass it to Erlang VM
 [ -f "$VMARGS" ] && ERLANG_OPTS="$ERLANG_OPTS -args_file $VMARGS"
-ERL_LIBS={{libdir}}
+ERL_LIBS="@ERL_LIBS@{{libdir}}"
 ERL_CRASH_DUMP="$LOGS_DIR"/erl_crash_$(date "+%Y%m%d-%H%M%S").dump
 ERL_INETRC="$ETC_DIR"/inetrc
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin