Re: [toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-19 Thread Qmail List

Need advise. Thanks.


Bill had updated the tutorial to the lastest version. use that


Re: [toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-19 Thread Sim
 I've this error when using both patch when trying to patch clamav-0.88.

 # patch -p0  ../clamav-0.87.1-stderr.patch
 patching file ./clamd/clamd.c
 Hunk #1 succeeded at 138 (offset 1 line).
 patching file ./shared/output.c
 patching file ./shared/output.h

 # patch -p0  ../clamav-0.88-stderr.patch
 patching file ./clamd/clamd.c
 Hunk #1 succeeded at 138 (offset 1 line).
 patching file ./shared/output.c
 patching file ./shared/output.h



#Hunk isn't an error!

You can see : succeeded report


[toaster] Toaster Update for clamav-0.88 (Unofficial)

2006-01-18 Thread Sim
Hi, this work very well ( and patch for svc are fully compatible ).


groupadd clamav
useradd -g clamav clamav
cd /var/src/tar
 wget http://puzzle.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.tar.gz
wget http://shupp.org/patches/clamav-0.87.1-stderr.patch
wget http://shupp.org/patches/clamav-0.87.1-conf.patch
wget http://shupp.org/patches/clamav-0.87.1-freshclamconf.patch
cd ../
 tar -xzf tar/clamav-0.88.tar.gz
 cd clamav-0.88
patch -p0  ../tar/clamav-0.87.1-stderr.patch
patch -p0  ../tar/clamav-0.87.1-conf.patch
patch -p0  ../tar/clamav-0.87.1-freshclamconf.patch
./configure
make
make install


PS: Bill, can You update this? Thanks!