Upgrade to libwnck-3.14.0
[hvlinux.git] / stage5 / pkg / clamav
index 35d988a..311c6e8 100644 (file)
@@ -2,14 +2,13 @@
 
 hvconfig_pre()
 {
-    groupadd -f clamav
-    hv_useradd -g clamav -s /bin/false -c Clam-AntiVirus clamav
+    groupadd --system -f clamav
+    hv_useradd --system -g clamav -s /bin/false -c Clam-AntiVirus clamav
 
     # Is this really necessary?
     export SENDMAIL="/usr/sbin/sendmail"
 
-    CONFIGURE_OPTS="\
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --with-dbdir=/srv/clamav \
         --enable-milter"
 }