summaryrefslogtreecommitdiffhomepage
path: root/patches/thttpd-2.27.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/thttpd-2.27.local.patch')
-rw-r--r--patches/thttpd-2.27.local.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/thttpd-2.27.local.patch b/patches/thttpd-2.27.local.patch
new file mode 100644
index 00000000..53b6fc22
--- /dev/null
+++ b/patches/thttpd-2.27.local.patch
@@ -0,0 +1,26 @@
+--- thttpd-2.27/Makefile.in.orig 2005-05-20 19:10:24.000000000 +0000
++++ thttpd-2.27/Makefile.in 2017-11-08 13:57:11.088000000 +0000
+@@ -110,11 +110,11 @@
+
+ installthis:
+ -mkdir -p $(DESTDIR)$(BINDIR)
+- $(INSTALL) -m 555 -o bin -g bin thttpd $(DESTDIR)$(BINDIR)
++ $(INSTALL) -m 555 thttpd $(DESTDIR)$(BINDIR)
+
+ install-man:
+ -mkdir -p $(DESTDIR)$(MANDIR)/man8
+- $(INSTALL) -m 444 -o bin -g bin thttpd.8 $(DESTDIR)$(MANDIR)/man8
++ $(INSTALL) -m 444 thttpd.8 $(DESTDIR)$(MANDIR)/man8
+
+ installsubdirs:
+ for i in $(SUBDIRS) ; do ( \
+--- thttpd-2.27/extras/Makefile.in.orig 2005-05-20 19:10:25.000000000 +0000
++++ thttpd-2.27/extras/Makefile.in 2017-11-08 13:59:32.352000000 +0000
+@@ -68,7 +68,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