From: Nicolas Fella Date: Fri, 23 Aug 2019 12:43:19 +0000 (+0200) Subject: Add wheel to system groups X-Git-Tag: v2.3.0~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89fabc72df74a5af2bec57f0577aea474ca0ec78;p=thirdparty%2Fcups.git Add wheel to system groups --- diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 index b3d96ef0ab..517539e1f2 100644 --- a/config-scripts/cups-defaults.m4 +++ b/config-scripts/cups-defaults.m4 @@ -245,7 +245,7 @@ AC_ARG_WITH(system_groups, [ --with-system-groups set default system groups AC_MSG_CHECKING(for default system groups) if test -f /etc/group; then CUPS_SYSTEM_GROUPS="" - GROUP_LIST="lpadmin sys system root" + GROUP_LIST="lpadmin sys system root wheel" for group in $GROUP_LIST; do if test "`grep \^${group}: /etc/group`" != ""; then if test "x$CUPS_SYSTEM_GROUPS" = x; then diff --git a/configure b/configure index 18be3db755..d3df145bce 100755 --- a/configure +++ b/configure @@ -9601,7 +9601,7 @@ else $as_echo_n "checking for default system groups... " >&6; } if test -f /etc/group; then CUPS_SYSTEM_GROUPS="" - GROUP_LIST="lpadmin sys system root" + GROUP_LIST="lpadmin sys system root wheel" for group in $GROUP_LIST; do if test "`grep \^${group}: /etc/group`" != ""; then if test "x$CUPS_SYSTEM_GROUPS" = x; then