diff options
Diffstat (limited to 'security/clamav-devel/pkg-install')
-rw-r--r-- | security/clamav-devel/pkg-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav-devel/pkg-install b/security/clamav-devel/pkg-install index 448ffdc1f34a..4e257bc4ccf7 100644 --- a/security/clamav-devel/pkg-install +++ b/security/clamav-devel/pkg-install @@ -4,8 +4,8 @@ if [ "$2" != "PRE-INSTALL" ]; then exit 0 fi -USER=clamav -GROUP=clamav +USER?=clamav +GROUP?=clamav if ! pw groupshow "$GROUP" 2>/dev/null 1>&2; then if pw groupadd $GROUP; then |