Skip to content

Commit fff0674

Browse files
committed
Add extra webserver group for openSUSE
It uses wwwrun (or www group), it's added as last so it shouldn't fail our normal installs.
1 parent 2f43d7b commit fff0674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if test "x$DOMSERVER_BUILD_ENABLED" = xyes; then
101101
if test "x$with_webserver_group" = x; then
102102
# Try a number of group names and choose first one found
103103
found=0
104-
for g in www-data apache httpd nginx ; do
104+
for g in www-data apache httpd nginx wwwrun www ; do
105105
if getent group $g >/dev/null 2>&1 ; then
106106
found=1
107107
break

0 commit comments

Comments
 (0)