]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add wheel to system groups 5638/head
authorNicolas Fella <nicolas.fella@gmx.de>
Fri, 23 Aug 2019 12:43:19 +0000 (14:43 +0200)
committerNicolas Fella <nicolas.fella@gmx.de>
Fri, 23 Aug 2019 12:43:19 +0000 (14:43 +0200)
config-scripts/cups-defaults.m4
configure

index b3d96ef0ab0bb4a5ad88f7b291eef0633af30618..517539e1f218c4950cf74e3f900d236e3d49423f 100644 (file)
@@ -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
index 18be3db75577a41ee9f4732bcf886bf2a26acc51..d3df145bcedc30bac3bba2a6e93e97241cc1f9ec 100755 (executable)
--- 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