ports/contrib (3.4): clamav: updated clamav user home directory
29 Oct
2018
29 Oct
'18
12:39 a.m.
commit 9be355a625bf07152ffb8be089cd3777d8d69967 Author: Matt Housh <jaeger@crux.ninja> Date: Sun Oct 28 19:38:59 2018 -0500 clamav: updated clamav user home directory diff --git a/clamav/pre-install b/clamav/pre-install index b52adbe2..bc90ac04 100755 --- a/clamav/pre-install +++ b/clamav/pre-install @@ -5,6 +5,6 @@ if [ -z "`getent group clamav`" ]; then fi if [ -z "`getent passwd clamav`" ]; then - /usr/sbin/useradd -r -g clamav -d /etc/clamav -s /bin/false -c "ClamAV" clamav + /usr/sbin/useradd -r -g clamav -d /var/empty -s /bin/false -c "ClamAV" clamav /usr/bin/passwd -l clamav fi
2270
Age (days ago)
2270
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu