# HG changeset patch # User Paul Issott # Date 1224187407 0 # Node ID 017bcfe12393a29ecf02320908c29145c1418568 # Parent 64bb96cfe591c5947bc8029e675a5a45978760e2 clamav: fix daily.cvd permissions diff -r 64bb96cfe591 -r 017bcfe12393 clamav/receipt --- a/clamav/receipt Thu Oct 16 17:56:33 2008 +0000 +++ b/clamav/receipt Thu Oct 16 20:03:27 2008 +0000 @@ -60,7 +60,9 @@ mv temp.file clamd.conf status - + # Enable daily.cvd updates + chown -R clamav:clamav /usr/share/clamav + # adduser clamav if needed if ! grep -q clamav $1/etc/passwd; then echo -n "Adding user clamav..."