wok diff clamav/receipt @ rev 1631
kbd-busybox: can't build on virtual systems !
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 23 20:31:20 2008 +0000 (2008-10-23) |
parents | 017bcfe12393 |
children | 94cd3ca7174d |
line diff
1.1 --- a/clamav/receipt Thu Oct 16 20:03:27 2008 +0000 1.2 +++ b/clamav/receipt Thu Oct 23 20:31:20 2008 +0000 1.3 @@ -60,15 +60,15 @@ 1.4 mv temp.file clamd.conf 1.5 status 1.6 1.7 - # Enable daily.cvd updates 1.8 - chown -R clamav:clamav /usr/share/clamav 1.9 - 1.10 # adduser clamav if needed 1.11 if ! grep -q clamav $1/etc/passwd; then 1.12 echo -n "Adding user clamav..." 1.13 chroot $1/ adduser clamav -s /bin/false -H -D -S 1.14 status 1.15 fi 1.16 + 1.17 + # Enable daily.cvd updates 1.18 + chown -R clamav:clamav /usr/share/clamav 1.19 } 1.20 1.21 # Del user clamav when pkg is removed.