From owner-freebsd-rc@freebsd.org Sat Nov 14 22:22:41 2015 Return-Path: Delivered-To: freebsd-rc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4F02A2F8C1 for ; Sat, 14 Nov 2015 22:22:41 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from elektropost.org (elektropost.org [217.115.13.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 162F71848 for ; Sat, 14 Nov 2015 22:22:40 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: (qmail 253 invoked from network); 14 Nov 2015 22:22:31 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with ESMTPS (DHE-RSA-AES128-SHA encrypted); 14 Nov 2015 22:22:31 -0000 Subject: Re: etc/rc.subr rc_pid for start_cmd To: Mark Felder , freebsd-rc@FreeBSD.org References: <563933AB.5090407@erdgeist.org> <5644EDFE.2000400@erdgeist.org> <1447367006.1515319.438328209.2AC6FDA4@webmail.messagingengine.com> From: Dirk Engling Message-ID: <5647B426.8070103@erdgeist.org> Date: Sat, 14 Nov 2015 23:22:30 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1447367006.1515319.438328209.2AC6FDA4@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 14 Nov 2015 22:22:41 -0000 On 12.11.15 23:23, Mark Felder wrote: > I have also noticed rc scripts failing to check if process is already > running before starting. This is annoying. If you commit a fix for this > in rc.subr it would be greatly appreciated. There you go: https://reviews.freebsd.org/D4156 Thanks, erdgeist