aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd/thttpd-webgroup.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:41:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:41:09 +0000
commitf90c15a50a5cefedf36bd7c043d5069b3652c092 (patch)
treed497bdbbaffcb5c6187e79913f7a95808676ada8 /community/thttpd/thttpd-webgroup.patch
parent53a4f790089c6699afc42a41e31ea685f1699b18 (diff)
downloadaports-f90c15a50a5cefedf36bd7c043d5069b3652c092.tar.bz2
aports-f90c15a50a5cefedf36bd7c043d5069b3652c092.tar.xz
community/thttpd: moved from testing
Diffstat (limited to 'community/thttpd/thttpd-webgroup.patch')
-rw-r--r--community/thttpd/thttpd-webgroup.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/thttpd/thttpd-webgroup.patch b/community/thttpd/thttpd-webgroup.patch
new file mode 100644
index 0000000000..fb493c88f4
--- /dev/null
+++ b/community/thttpd/thttpd-webgroup.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index ddd5f9a..d40fd6a 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -40,7 +40,7 @@ WEBDIR = $(prefix)/www
+ # CONFIGURE: The group that the web directory belongs to. This is so that
+ # the makeweb program can be installed set-group-id to that group, and make
+ # subdirectories. If you're not going to use makeweb, ignore this.
+-WEBGROUP = www
++WEBGROUP = www-data
+
+ # CONFIGURE: Directory for CGI executables.
+ CGIBINDIR = $(WEBDIR)/cgi-bin