Date: Fri, 22 Apr 2005 00:37:25 -0400 From: Yarema <yds@CoolRat.org> To: Oliver Lehmann <lehmann@ans-netz.de> Cc: josemi@freebsd.jazztel.es Subject: Re: splitting courier-authlib into master+slave ports Message-ID: <895A5ED96F5ECDED176975AC@[192.168.1.73]> In-Reply-To: <20050421231051.17229f02.lehmann@ans-netz.de> References: <20050414111426.775f6afd.lehmann@ans-netz.de> <200504191258.53327.freebsd@redesjm.local> <20050419173039.4725638a.lehmann@ans-netz.de> <200504191827.05896.ports@dino.sk> <20050420121254.34c59e53.lehmann@ans-netz.de> <9F0C7E4FBA18BFD0B3946DFE@tuber.coolrat.org> <20050420205646.5c7b72df.lehmann@ans-netz.de> <FE915706A171A7D8FF1F0289@tuber.coolrat.org> <13A599297289B8FA39CA73DB@tuber.coolrat.org> <20050421231051.17229f02.lehmann@ans-netz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--On Thursday, April 21, 2005 11:10 PM +0200 Oliver Lehmann <lehmann@ans-netz.de> wrote: > Hi once more > > Yarema wrote: > >> Note that "USE_RCORDER= courier-authdaemond.sh" will process >> 'files/courier-authdaemond.sh.in' and not >> 'files/courier-authdaemond.sh', that's just how <bsd.port.mk> deals >> with it. >> > > Just a small note: > USE_RC_SUBR= courier-authdaemond.sh is what we want. > USE_RCORDER=... installes the file in /etd/rc.d instead of ${PREFIX}/etc/ > rc.d It's not what we all want.. I for one want USE_RCORDER so that in courier.sh of the courier port I can: # PROVIDE: courier mail # REQUIRE: DAEMON courier_authdaemond # KEYWORD: FreeBSD shutdown and have the system run courier_authdaemond before it runs courier. USE_RC_SUBR= startup scripts installed in ${PREFIX}/etc/rc.d/ do not honor the REQUIRE: and BEFORE: ordering. USE_RCORDER= scripts installed in /etd/rc.d/ do honor those. That's what USE_RCORDER= is for. courier-imap and sqwebmail could stand to benefit from such startup ordering as well. -- Yarema http://yds.CoolRat.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?895A5ED96F5ECDED176975AC>