Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
Description: fix ejabberdctl
|
||||
Change default values so ejabberdctl run commands as ejabberd user
|
||||
Also add a way for the user to change default values.
|
||||
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
|
||||
|
||||
Index: ejabberd/ejabberdctl.template
|
||||
===================================================================
|
||||
diff --git a/ejabberdctl.template b/ejabberdctl.template
|
||||
index c7d76ef..a7afce1 100755
|
||||
--- a/ejabberdctl.template
|
||||
+++ b/ejabberdctl.template
|
||||
@@ -14,9 +14,12 @@ SCRIPT_DIR=`cd ${0%/*} && pwd`
|
||||
ERL={{erl}}
|
||||
IEX={{bindir}}/iex
|
||||
EPMD={{bindir}}/epmd
|
||||
-INSTALLUSER={{installuser}}
|
||||
+INSTALLUSER=ejabberd
|
||||
ERL_LIBS={{libdir}}
|
||||
|
||||
+# Read default configuration file if present
|
||||
+[ ! -r /etc/default/ejabberd ] || . /etc/default/ejabberd
|
||||
+
|
||||
# check the proper system user is used if defined
|
||||
if [ "$INSTALLUSER" != "" ] ; then
|
||||
EXEC_CMD="false"
|
||||
Reference in New Issue
Block a user