X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fcups;h=41da95690df3f2fbd5981f544b604751e19cb608;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=fc5c0d63e7fd3bcd2b00122287e21843835f0b73;hpb=9265150f01e4af48a2d6de88e26a47edeb7c4b8c;p=hvlinux.git diff --git a/stage5/pkg/cups b/stage5/pkg/cups index fc5c0d6..41da956 100644 --- a/stage5/pkg/cups +++ b/stage5/pkg/cups @@ -2,9 +2,16 @@ hvconfig_pre() { - hv_useradd -c "Print_Service_User" -d /dev/null -g lp -s /bin/false -u 9 lp + hv_useradd --system -c "Print_Service_User" -d /dev/null -g 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()