Why not use something like this in your start-up script:
# Local clamav-milter config
CLAMAV_FLAGS=
test -f /etc/sysconfig/clamav-milter && . /etc/sysconfig/clamav-milter
....
start() {
echo -n "Starting clamav-milter: "
daemon clamav-milter ${CLAMAV_FLAGS}
RETVAL=$?
echo
test $RETVAL -eq 0 && touch /var/lock/subsys/clamav-milter
return $RETVAL
This is out of the file <path to clamav>/contrib/init/RedHat/clamav-milter
- Ken
> I would like to see clamav-milter be able to read its parameters from a
> file (clamd.conf or a separate file would be fine). The command line I
> am using is just too long to manage easily.
>
> _______________________________________________
> http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
>
--
Ken Jones
[EMAIL PROTECTED]
(630) 548-1627 (Home)
(630) 263-3574 (Cell)
https://www.kenandlori.com
Y! : [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
AIM: ptownjones
ICQ: 9807841
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users