mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
13 lines
311 B
Diff
13 lines
311 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index be32818..063b570 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -49,7 +49,7 @@ fi
|
|
AC_ARG_VAR(WEBGROUP, [The group that the web server will run as])
|
|
|
|
if test "x${WEBGROUP}" = "x" ; then
|
|
- WEBGROUP='thttpd'
|
|
+ WEBGROUP='www-data'
|
|
fi
|
|
|
|
AC_CONFIG_FILES([Makefile
|