This one time, at band camp, Paolo said:
> >   start)      
> >+    mkdir -m 0755 -p /var/run/clamav
> >     OPTIND=1 
> 
> sorry, that'd be:
> 
>    start)      
> +    mkdir  -p /var/run/clamav
> +    chmod 0775 /var/run/clamav
> +    chown root:clamav /var/run/clamav
>      OPTIND=1 

I have so far stayed away from this issue, since it is quite possible to
have clamd and freshclam run as seperate users, but they share both
/var/log/clamav and /var/run/clamav.  The packaging so far tries very
hard to stay out of the way of local admin changes.  Making this change
reverses that, and I am not comfortable with it.

If you can come up with a good way to reconcile this, I'm happy to merge
it.  Thanks for the report,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to