X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fcups;h=41da95690df3f2fbd5981f544b604751e19cb608;hb=47d2d96f5b9eb0d897a93517db4a7663061670c1;hp=a13f53921fe5c3de379db093c216f6c1a5c1a7af;hpb=ac5da19615d2c5774889fe779184f904d594bae1;p=hvlinux.git diff --git a/stage5/pkg/cups b/stage5/pkg/cups index a13f539..41da956 100644 --- a/stage5/pkg/cups +++ b/stage5/pkg/cups @@ -3,9 +3,15 @@ hvconfig_pre() { hv_useradd --system -c "Print_Service_User" -d /dev/null -g lp \ - -s /bin/false lp + -s /bin/false lp - CONFIGURE_OPTS="--libdir=/usr/lib --enable-pdftops" + groupadd --system -f lpadmin + + CONFIGURE_OPTS=" \ + --libdir=/usr/lib \ + --disable-systemd \ + --with-rcdir=/tmp/cupsinit \ + --with-system-groups=lpadmin" } hvbuild_post()