From owner-cvs-all@FreeBSD.ORG Wed Jun 30 16:03:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 511D316A4CE; Wed, 30 Jun 2004 16:03:57 +0000 (GMT) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4738843D2D; Wed, 30 Jun 2004 16:03:53 +0000 (GMT) (envelope-from mtm@identd.net) Received: from [213.55.67.128] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 50216920; Wed, 30 Jun 2004 18:57:01 +0300 Received: from rogue.acs-et.com (localhost [127.0.0.1]) ESMTP id i5UG4JRC013467; Wed, 30 Jun 2004 19:04:19 +0300 (EAT) (envelope-from mtm@rogue.acs-et.com) Received: (from mtm@localhost) by rogue.acs-et.com (8.12.11/8.12.11/Submit) id i5UG4ILk013466; Wed, 30 Jun 2004 19:04:18 +0300 (EAT) (envelope-from mtm) Date: Wed, 30 Jun 2004 19:04:18 +0300 From: Mike Makonnen To: "David O'Brien" Message-ID: <20040630160418.GA13408@rogue.acs-et.com> References: <200406260927.i5Q9RUVZ056522@repoman.freebsd.org> <20040626102154.GA3359@rogue.acs-et.com> <20040626172949.GB3907@dragon.nuxi.com> <20040627084958.GB983@rogue.acs-et.com> <20040627163049.GA60844@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040627163049.GA60844@dragon.nuxi.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD/5.2-CURRENT (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown rc.subr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 16:03:57 -0000 On Sun, Jun 27, 2004 at 09:30:49AM -0700, David O'Brien wrote: > 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 hmm... I need to upgrade my ports then. Thanks for letting me know before I wasted time doing something that was not necessary :) Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon !