From 0966a410c7ddad7a270ac5ce7e107dc7fc55c4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 8 Nov 2017 14:00:15 +0000 Subject: vars/build.vars: adds thttpd v2.27. patches/thttpd-2.27.local.patch: don't change {user,group} ownership during install. --- patches/thttpd-2.27.local.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 patches/thttpd-2.27.local.patch (limited to 'patches') 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 -- cgit v1.2.3