wok-current rev 1587
clamav: fix daily.cvd permissions
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Oct 16 20:03:27 2008 +0000 (2008-10-16) |
parents | 64bb96cfe591 |
children | 9733af969c86 |
files | clamav/receipt |
line diff
1.1 --- a/clamav/receipt Thu Oct 16 17:56:33 2008 +0000 1.2 +++ b/clamav/receipt Thu Oct 16 20:03:27 2008 +0000 1.3 @@ -60,7 +60,9 @@ 1.4 mv temp.file clamd.conf 1.5 status 1.6 1.7 - 1.8 + # Enable daily.cvd updates 1.9 + chown -R clamav:clamav /usr/share/clamav 1.10 + 1.11 # adduser clamav if needed 1.12 if ! grep -q clamav $1/etc/passwd; then 1.13 echo -n "Adding user clamav..."