From 6ce332096df7fbadbff3f2c0c8f8846a1595865b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 8 Oct 2017 22:42:12 +0200 Subject: [PATCH] cups: include lpadmin group --- srcpkgs/cups/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index f6775a88965..b7905c48d28 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -1,7 +1,7 @@ # Template file for 'cups' pkgname=cups version=2.2.4 -revision=1 +revision=2 patch_args="-Np1" short_desc="Common Unix Printing System" maintainer="Juan RP " @@ -27,6 +27,7 @@ build_options="gssapi" # Package build options system_accounts="cups" +system_groups="lpadmin" cups_pgroup="lp" cups_homedir="/var/spool/cups" @@ -47,7 +48,7 @@ do_configure() { --enable-acl --enable-dbus --enable-raw-printing \ --enable-threads --with-logdir=/var/log/cups \ --with-docdir=/usr/share/cups/doc --with-rundir=/run/cups \ - --with-cups-user=cups --with-cups-group=lp --enable-relro \ + --with-cups-user=cups --with-cups-group=lp --with-system-groups="lpadmin sys root" --enable-relro \ --enable-libpaper --enable-avahi --enable-pam --enable-ssl \ --with-menudir=/usr/share/applications --with-xinetd=/etc/xinetd.d \ --with-optim="${CFLAGS}" --disable-systemd --disable-launchd \