Upgrade to libwnck-3.14.0
[hvlinux.git] / stage5 / pkg / cups
index fc5c0d6..41da956 100644 (file)
@@ -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()