On 07/20/2011 07:59 AM, Arthur Dent wrote:


...

> 
> Should I put a "touch $PIDFILE" in there? Or would I also need a mkdir
> command?
> 
> This is a Fedora yum package. Shouldn't this just work?


  1) I think clamd should be doing the mkdir .. not the start script ..
but ..

  2) For now I'd put (you sure about the dir having .{${CLAMD_SERVICE}
} on the end?

     piddir =  /var/run/clamd.${CLAMD_SERVICE} ## fix if needed

     if [ !-d $piddir ] ; then
         mkdir piddir}

     fi

   in the file ...

  3) i'd file a bug report against clamav on this - needing to be
updated for /var/run being tmpfs.

gene/

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to