On Fri, 23 Jul 2004 04:41:48 +0100 in [EMAIL PROTECTED] sarky <[EMAIL PROTECTED]> wrote:
> Hello all > How do i load clamd before the service clamav-milter start in RH? > > Sorted out the service but i can not figure out in which init file i > should put clamd, rc.local starts after i think. > > SArky I use chkconfig and Petr Kristof's RPM packaging scripts with a slightly edited .spec file to build the latest version on RH 9. (I don't use clamav-milter myself but this is generic advice.) The files that these rpms put in /etc/rc.d/init.d for clamd and freshclam have the usual chkconfig header with the start priority shown in them, chkconfig makes links to these scripts in /etc/rc.d/rc<n>.d where <n> is the run level. Assuming you have clamav-milter set up in the same way then you need to ensure that clamd starts before it and is killed after it on shutdown. -- Brian Morrison bdm at fenrir dot org dot uk GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
