Andrej Trobentar wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rick Macdougall wrote:
| /service/clamd/run:
|
| #!/bin/sh
| exec 2>&1
| exec /usr/local/bin/softlimit -a 40000000 \ /usr/local/bin/setuidgid
qscand /usr/local/sbin/clamd
|
|
| /service/clamd/log/run:
|
| #!/bin/sh
| exec /usr/local/bin/setuidgid qscand \ /usr/local/bin/multilog t
s1000000 n20 /var/log/clamd

Put

"exec /usr/local/bin/softlimit -a 40000000 /usr/local/sbin/clamd"

and

"exec /usr/local/bin/multilog t s1000000 n20 /var/log/clamd"

in your startups files (without setuidgid). Works for me :)

- --
Greetings from Slovenija,

Andrej.


*That* did it.  Thanks, Andrej.  :)

-Matt
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to