From owner-freebsd-rc@FreeBSD.ORG Tue Aug 17 22:38:15 2004 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1745216A4CF for ; Tue, 17 Aug 2004 22:38:15 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E4243D3F for ; Tue, 17 Aug 2004 22:38:14 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so217628rnk for ; Tue, 17 Aug 2004 15:38:04 -0700 (PDT) Received: by 10.38.14.76 with SMTP id 76mr194834rnn; Tue, 17 Aug 2004 15:38:03 -0700 (PDT) Message-ID: <790a9fff04081715382b449355@mail.gmail.com> Date: Tue, 17 Aug 2004 17:38:03 -0500 From: Scot Hetzel To: Kevin Oberman In-Reply-To: <20040817223335.F2E3B5D04@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040817223335.F2E3B5D04@ptavv.es.net> cc: Jan Srzednicki cc: freebsd-rc@freebsd.org cc: current@freebsd.org Subject: Re: Re: RFC: Alternate patch to have true new-style rc.d scripts in ports (without touching localpkg) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussion related to /etc/rc.d design and implementation. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 22:38:15 -0000 On Tue, 17 Aug 2004 15:33:35 -0700, Kevin Oberman wrote: > > Date: Tue, 17 Aug 2004 17:24:27 -0500 > > From: Scot Hetzel > > > > > > On Tue, 17 Aug 2004 14:58:14 -0700, Kevin Oberman wrote: > > > > It is best to leave the moving of these scripts up to the individual > > > > administrator. > > > > > > Only if mergemaster is fixed! > > > > > This could be fixed by adding: > > > > # KEYWORD: FreeBSD PORT > > > > to each startup script. Then making mergemaster ignore any script > > that has PORT in the KEYWORD line. > > Yes, this would work, although I would prefer: > # KEYWORD: FreeBSD USER > since some systems might want to add scripts to rc.local that are not > from ports. > Another option is to use: # KEYWORD: FreeBSD SYSTEM for system startup scripts and only have mergemaster look at scripts with SYSTEM as KEYWORD. Scot