cvs commit: ports/security/clamav-devel Makefile distinfo
pkg-install pkg-plist ports/security/clamav-devel/files
clamav-freshclam.sh freshclam.sh
rob at debank.tv
rob at debank.tv
Tue May 25 02:32:29 PDT 2004
> Hi,
>
>>>>>> On Mon, 24 May 2004 16:02:23 -0700 (PDT)
>>>>>> Pav Lucistnik <pav at FreeBSD.org> said:
>
> pav> pav 2004/05/24 16:02:23 PDT
>
> pav> FreeBSD ports repository
>
> pav> Modified files:
> pav> security/clamav-devel Makefile distinfo pkg-install pkg-plist
> pav> Added files:
> pav> security/clamav-devel/files clamav-freshclam.sh
> pav> Removed files:
> pav> security/clamav-devel/files freshclam.sh
> pav> Log:
> pav> - Update to 20040524
> pav> - Rename rc script freshclam.sh -> clamav-freshclam.sh for
> consistency
> pav> BEWARE if you're using freshclam daemon you must update your
> rc.conf!
> pav> - Chmod 770 socket directory
> pav> - Diff reduction against security/clamav port
>
> pav> PR: ports/67125
> pav> Submitted by: Rob Evers <rob at debank.tv> (maintainer)
>
> Could you please change mode of /var/run/clamd to 750? Unless this
> change, sendmail complains about it and doesn't run.
>
> Index: pkg-install
> diff -u pkg-install.orig pkg-install
> --- pkg-install.orig Tue May 25 15:57:11 2004
> +++ pkg-install Tue May 25 17:56:03 2004
> @@ -38,7 +38,7 @@
>
> echo "===> Setting permissions..."
> mkdir -p "${CLAMRUN}"
> -chmod 770 "${CLAMRUN}"
> +chmod 750 "${CLAMRUN}"
> chown "${CLAMAVUSER}:${CLAMAVGROUP}" "${CLAMRUN}"
>
> mkdir -p "${CLAMLOG}"
>
>
> Sincerely,
>
> --
> Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
> ume at mahoroba.org ume@{,jp.}FreeBSD.org
> http://www.imasy.org/~ume/
>
I can confirm this,
Sendmail doesn't like group writable socket directorys, please apply this
fix. (Bump PORTREVISION)
Rob Evers
More information about the cvs-all
mailing list