Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 09:30:49 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Mike Makonnen <mtm@identd.net>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc rc.shutdown rc.subr
Message-ID:  <20040627163049.GA60844@dragon.nuxi.com>
In-Reply-To: <20040627084958.GB983@rogue.acs-et.com>
References:  <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> <xzpacyq5wr3.fsf@dwp.des.no> <20040626102154.GA3359@rogue.acs-et.com> <20040626172949.GB3907@dragon.nuxi.com> <20040627084958.GB983@rogue.acs-et.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 27, 2004 at 11:49:58AM +0300, Mike Makonnen wrote:
> On Sat, Jun 26, 2004 at 10:29:49AM -0700, David O'Brien wrote:
> > On Sat, Jun 26, 2004 at 01:21:54PM +0300, Mike Makonnen wrote:
> > > You might still see messages from ports, which don't use the
> > > base system rc.subr script.  But I'm working on getting that fixed
> > > by making it possible for ports to use the base system rc.subr.
> > 
> > I thought they already did (at least on late model 5-CURRENT).
> 
> Not that I'm aware. Ports use a separate copy of rc.subr that gets
> downloaded as a dependency.

Not for a while now:

# USE_RC_SUBR		- Says the ports startup/shutdown script uses
#			  the common routines found in etc/rc.subr and
#                         may need to depend on the sysutils/rc_subr port.
...
.if defined(USE_RC_SUBR)
.if ${OSVERSION} < 500037
RUN_DEPENDS+=	${LOCALBASE}/etc/rc.subr:${PORTSDIR}/sysutils/rc_subr
RC_SUBR=	${LOCALBASE}/etc/rc.subr
.else
RC_SUBR=	/etc/rc.subr
.endif
.endif

-- 
-- David  (obrien@FreeBSD.org)



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