aboutsummaryrefslogtreecommitdiffstats
path: root/mk
diff options
context:
space:
mode:
authorGilles Chehade <gilles@dalenys.com>2016-02-21 14:53:04 +0100
committerGilles Chehade <gilles@dalenys.com>2016-02-21 14:53:04 +0100
commit09e02e31a0dfa908729a33b7fd9f0d05b41c04a9 (patch)
tree0fe11a394a0084e96e6b9623e9eef239ee49a561 /mk
parentMerge branch 'portable' of ssh://ssh.github.com/OpenSMTPD/OpenSMTPD into portable (diff)
downloadOpenSMTPD-09e02e31a0dfa908729a33b7fd9f0d05b41c04a9.tar.xz
OpenSMTPD-09e02e31a0dfa908729a33b7fd9f0d05b41c04a9.zip
new enqueuer is setgid
Diffstat (limited to 'mk')
-rw-r--r--mk/smtpctl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index 803a4481..1d451910 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -76,6 +76,7 @@ $(MANPAGES): $(MANPAGES_IN)
install-exec-hook: $(CONFIGFILES) $(MANPAGES)
$(MKDIR_P) $(DESTDIR)$(mandir)/$(mansubdir)8
+ chmod 2555 $(DESTDIR)$(sbindir)/smtpctl
$(INSTALL) -m 644 smtpctl.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/smtpctl.8
$(INSTALL) -m 644 sendmail.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sendmail.8
$(INSTALL) -m 644 makemap.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/makemap.8