X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Fclamav;h=311c6e8e5ce0e3506db06ee87ebf51937f4d28b1;hb=f79ad533872310110168964318c24c7c3eb6edf2;hp=35d988ae4e4fd9c063e6366412d51d0900adbe26;hpb=114ae232b33e1f8dde2418af5fd3c0f0b5e035dd;p=hvlinux.git diff --git a/stage5/pkg/clamav b/stage5/pkg/clamav index 35d988a..311c6e8 100644 --- a/stage5/pkg/clamav +++ b/stage5/pkg/clamav @@ -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" }