aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-07-07 08:27:15 +0000
committerBadlop <badlop@process-one.net>2009-07-07 08:27:15 +0000
commit0287d50ff4698d9dda58f013bbd689cd5ac7b23c (patch)
treee012ca9a23f88c7356b92175dab1721454a05d1a
parentTemporary debug and ctl nodes must get nodename similar to destination. (diff)
If directory /sbin is created, set permissions 755, not 750.
SVN Revision: 2358
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8ba622d54..dc39bf298 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -183,7 +183,7 @@ install: all
install -b -m 644 $(G_USER) inetrc $(ETCDIR)/inetrc
#
# Administration script
- [ -d $(SBINDIR) ] || install -d -m 750 $(SBINDIR)
+ [ -d $(SBINDIR) ] || install -d -m 755 $(SBINDIR)
install -m 550 $(G_USER) ejabberdctl.example $(SBINDIR)/ejabberdctl
#
# Binary Erlang files