summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-10-06 12:28:10 +0200
committerBadlop <badlop@process-one.net>2021-10-21 16:12:41 +0200
commit5462a26a0a337217f4875b5471985e2587b3e7f3 (patch)
tree4eb0f5e876ef6c952934d05809fdf7e3859b89eb /Makefile.in
parentUse the configured user in systemd's ejabberd.service (diff)
Remove obsolete cookie preparation in spool dir, it's now stored in HOME
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index ecee982e..fc971800 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,9 +71,6 @@ SPOOLDIR = $(DESTDIR)@localstatedir@/lib/ejabberd
# /var/lock/ejabberdctl
CTLLOCKDIR = $(DESTDIR)@localstatedir@/lock/ejabberdctl
-# /var/lib/ejabberd/.erlang.cookie
-COOKIEFILE = $(SPOOLDIR)/.erlang.cookie
-
# /var/log/ejabberd/
LOGDIR = $(DESTDIR)@localstatedir@/log/ejabberd
@@ -315,7 +312,6 @@ install: copy-files
$(INSTALL) -d -m 750 $(O_USER) $(SPOOLDIR)
$(CHOWN_COMMAND) -R @INSTALLUSER@ $(SPOOLDIR) >$(CHOWN_OUTPUT)
chmod -R 750 $(SPOOLDIR)
- [ ! -f $(COOKIEFILE) ] || { $(CHOWN_COMMAND) @INSTALLUSER@ $(COOKIEFILE) >$(CHOWN_OUTPUT) ; chmod 400 $(COOKIEFILE) ; }
#
# ejabberdctl lock directory
$(INSTALL) -d -m 750 $(O_USER) $(CTLLOCKDIR)