diff options
Diffstat (limited to 'community/thttpd/thttpd-makeweb-notsuid.patch')
-rw-r--r-- | community/thttpd/thttpd-makeweb-notsuid.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/thttpd/thttpd-makeweb-notsuid.patch b/community/thttpd/thttpd-makeweb-notsuid.patch new file mode 100644 index 0000000000..a1e0fa143f --- /dev/null +++ b/community/thttpd/thttpd-makeweb-notsuid.patch @@ -0,0 +1,12 @@ +diff --git a/extras/Makefile.in b/extras/Makefile.in +index a29780f..3e19a79 100644 +--- a/extras/Makefile.in ++++ b/extras/Makefile.in +@@ -69,7 +69,6 @@ install: all + rm -f $(BINDIR)/makeweb $(BINDIR)/htpasswd $(BINDIR)/syslogtocern + cp makeweb $(BINDIR)/makeweb + chgrp $(WEBGROUP) $(BINDIR)/makeweb +- chmod 2755 $(BINDIR)/makeweb + cp htpasswd $(BINDIR)/htpasswd + cp syslogtocern $(BINDIR)/syslogtocern + rm -f $(MANDIR)/man1/makeweb.1 |