ports/82423: [PATCH] security/amavisd-new: several improvements

Dominic Marks dom at goodforbusiness.co.uk
Thu Jul 14 23:28:13 GMT 2005


Why is the rc.d script now being installed into /etc/rc.d/amavisd ?

I am referring to this section of the Makefile:

.if ${OSVERSION} >= 500037
USE_RCORDER=    amavisd.sh
RC_DIR=         /etc/rc.d
RC_SUFX=
.else
USE_RC_SUBR+=   amavisd.sh
RC_DIR=         ${PREFIX}/etc/rc.d
RC_SUFX=        .sh
.endif

Has their been some sort of policy change? Why is amavisd-new
doing this when no other ports (that I know of anyway) are? This
seems wrong to me.

If there is a good reason for it, I'd be happy to hear it.

Thanks,
-- 
Dominic Marks


More information about the freebsd-ports mailing list