From owner-freebsd-stable@FreeBSD.ORG Fri Dec 23 18:28:32 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4298916A41F; Fri, 23 Dec 2005 18:28:32 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F14343D64; Fri, 23 Dec 2005 18:28:31 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 15897115FE; Fri, 23 Dec 2005 19:28:30 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93772-01; Fri, 23 Dec 2005 19:28:23 +0100 (CET) Received: from innercity.xbsd.org (innercity.xbsd.org [192.168.42.3]) by smtp.xbsd.org (Postfix) with ESMTP id 8E3691157C; Fri, 23 Dec 2005 19:28:22 +0100 (CET) From: Florent Thoumie To: Ion-Mihai Tetcu Date: Fri, 23 Dec 2005 19:28:19 +0100 User-Agent: KMail/1.8.3 References: <43A910F8.5090009@FreeBSD.org> <200512231538.21356.flz@xbsd.org> <20051223195207.6f2e6148@it.buh.tecnik93.com> In-Reply-To: <20051223195207.6f2e6148@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231928.21444.flz@xbsd.org> X-Virus-Scanned: amavisd-new at xbsd.org Cc: Doug Barton , freebsd-stable@freebsd.org, Jose M Rodriguez , freebsd-ports@freebsd.org Subject: Re: HEADS UP: MFC of local_startup changes to rc.d complete X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:28:32 -0000 On Friday 23 December 2005 18:52, Ion-Mihai Tetcu wrote: > On Fri, 23 Dec 2005 15:38:15 +0100 > > Florent Thoumie wrote: > > On Friday 23 December 2005 15:19, Jose M Rodriguez wrote: > > > I'm not sure this is the way to go, but ... > > > > > > Can someone put a document on what is the desired model? I think we > > > have too much little pieces of disperse notes about this. > > > > > > Also, some working notes about ports and RELENG_4/RELENG_5 src > > > issues will be of interest. > > > > > > Hope this can be tweak in time for 6.1 (Jan). > > > > Convert your old script to rcNG scripts and use USE_RC_SUBR= > > script.sh. Ensure that the rcorder preamble contains meaningful > > keywords (PROVIDES, REQUIRES, BEFORE, ...) for all your rcNG scripts. > > bsd.port.mk should do the rest. > > You should actually convert your old script to a ``rc.d'' script, > that's how they are called now. rcNG was the word for "using rc.subr". From the beginning these rc.subr-powered scripts have been using the rcorder preamble and have always been rc.d script actually. Since we're talking about the same thing, I'm not sure words are really important. > Also, if your script is rc.d compatible you should use: > USE_RC_SUBR=script (without .sh) > For now it doesn't matter because bsd.port.mk install all USE_RC_SUBR > scripts with .sh extension, but see below Using the .sh extension prevents from conflicts in ${WRKDIR} and you know what kind of file it is in ${FILESDIR}. Anyway, what is the difference between adding .sh suffix in some cases and removing it in some cases ? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer