summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-05-30 11:46:13 +0200
committerBadlop <badlop@process-one.net>2011-05-30 11:46:13 +0200
commit2cacf21d51120bb63201b4583a6a59816a50a320 (patch)
treea79faffefd34cf05de807419e185ecff5879d273 /src
parentSupport anonymous accounts in Shared Roster @all@ directive (EJAB-1264) (diff)
Fix a recent commit about "Set script as executable"
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index acdaf21c..42af5b2f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -208,7 +208,7 @@ install: all
sed -e "s*@ctlscriptpath@*$(SBINDIR)*" \
-e "s*@installuser@*$(INIT_USER)*" ejabberd.init.template \
> ejabberd.init
- chmod 555 ejabberd.init
+ chmod 755 ejabberd.init
#
# Binary Erlang files
install -d $(BEAMDIR)