Hi,

I fixed this locally by changing the 'start_daemon' line in
/etc/init.d/clamav-freshclam (pseudo-patch, sorry I didn't save the
original before editing ;-):

-  start_daemon $DAEMON -p $PIDFILE -d --quiet
+  start_daemon -p $PIDFILE $DAEMON -p $PIDFILE -d --quiet

The first '-p' is to tell start_daemon where the PIDFILE is, and the
second is to freshclam to tell it where to put the darn thing.  For
some reason, the getopt in start_daemon() is confused by the -p that
comes _after_ a non-option.

- Hari


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to