Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 00:30:38 +0100
From:      Dominic Marks <dom@goodforbusiness.co.uk>
To:        bug-followup@FreeBSD.org
Cc:        freebsd-ports@freebsd.org, prehor@gmail.com, flz@freebsd.org
Subject:   Re: ports/82423: [PATCH] security/amavisd-new: several improvements
Message-ID:  <200507150030.39587.dom@goodforbusiness.co.uk>

next in thread | raw e-mail | index | archive | help
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



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