Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 11:31:28 +0200 (CEST)
From:      rob@debank.tv
To:        "Hajimu UMEMOTO" <ume@FreeBSD.org>
Cc:        ports-committers@freebsd.org
Subject:   Re: cvs commit: ports/security/clamav-devel Makefile distinfo       pkg-install pkg-plist ports/security/clamav-devel/files          clamav-freshclam.sh freshclam.sh
Message-ID:  <52001.193.79.18.58.1085477488.squirrel@debank.tv>
In-Reply-To: <ygehdu4ubgm.wl%ume@FreeBSD.org>
References:  <200405242302.i4ON2NcJ063759@repoman.freebsd.org> <ygehdu4ubgm.wl%ume@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
>
>>>>>> On Mon, 24 May 2004 16:02:23 -0700 (PDT)
>>>>>> Pav Lucistnik <pav@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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52001.193.79.18.58.1085477488.squirrel>