diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-10-28 19:38:59 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-10-28 19:38:59 -0500 |
commit | 9be355a625bf07152ffb8be089cd3777d8d69967 (patch) | |
tree | 69b9b08dac8764e976419d85d34514c0799a4984 /clamav | |
parent | c5d3689f25e11eefb401c7fecee4180296f99fea (diff) | |
download | contrib-9be355a625bf07152ffb8be089cd3777d8d69967.tar.gz contrib-9be355a625bf07152ffb8be089cd3777d8d69967.tar.xz |
clamav: updated clamav user home directory
Diffstat (limited to 'clamav')
-rwxr-xr-x | clamav/pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clamav/pre-install b/clamav/pre-install index b52adbe21..bc90ac04c 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 |