summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-03-07 23:13:55 +0000
committerGreg Ames <gregames@apache.org>2001-03-07 23:13:55 +0000
commit28d9086425959cf9faac59b4500d012c21de55ab (patch)
tree3f87ed5eb7d58fa51799319f1420aa5aa04ae322 /Makefile.in
parent9338c2d4e8b37eb58c8e90e3458fb7d1697595e5 (diff)
downloadhttpd-28d9086425959cf9faac59b4500d012c21de55ab.tar.gz
turn on setuid permissions when installing suexec
Submitted by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 07b082ace4..964281af10 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,6 +119,7 @@ install-suexec:
@if test -f $(builddir)/support/suexec; then \
test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir); \
cp -p $(srcdir)/support/suexec $(sbindir); \
+ chmod 4755 $(sbindir)/suexec; \
fi
suexec: