From owner-freebsd-rc@FreeBSD.ORG Wed Jul 28 15:35:27 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 4A41916A4CE for ; Wed, 28 Jul 2004 15:35:27 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5A543D6A for ; Wed, 28 Jul 2004 15:35:27 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-11.local ([172.16.0.11] helo=dhcp-7.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1BpqSh-00012S-NH for freebsd-rc@FreeBSD.org; Wed, 28 Jul 2004 17:35:26 +0200 Date: Wed, 28 Jul 2004 17:36:33 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: Oliver Eikemeier To: freebsd-rc@FreeBSD.org Content-Transfer-Encoding: 7bit In-Reply-To: <4107C362.6030101@fillmore-labs.com> Message-Id: User-Agent: KMail/1.5.9 Subject: Re: RFC: Alternate patch to have true new-style rc.d scripts in ports X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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: Wed, 28 Jul 2004 15:35:27 -0000 > - scripts without any extension participate in a system wide > rcorder(8). [...] Whether or not the script is has it's executable bit > set is not examined. Not true. run_rc_script in rc.subr examines the x bit on non-`.sh' scripts. -Oliver