X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fcups;h=a13f53921fe5c3de379db093c216f6c1a5c1a7af;hb=ac5da19615d2c5774889fe779184f904d594bae1;hp=4f0bf095a358e4a63f9a01502f0d1c055e6ac82c;hpb=68c887d8cb0b5c8342e9c314ebd203427318281a;p=hvlinux.git diff --git a/stage5/pkg/cups b/stage5/pkg/cups index 4f0bf09..a13f539 100644 --- a/stage5/pkg/cups +++ b/stage5/pkg/cups @@ -2,12 +2,13 @@ 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" } -hvbuild_pre() +hvbuild_post() { if [ -n "${CUPS_SERVER}" ]; then # Configuring for connection to a remote CUPS print server