From owner-freebsd-rc@FreeBSD.ORG Fri Oct 17 03:37:11 2014 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F13FB75; Fri, 17 Oct 2014 03:37:11 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 42680A4A; Fri, 17 Oct 2014 03:37:11 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id x19so4669351ier.25 for ; Thu, 16 Oct 2014 20:37:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=1VPk3FtnZX4/2HMeDY6RBHdnPkoXZVDnPMpYMMM6EOg=; b=sJB3oMQwmIVxsFX+SQxFP5Y4wZ4TJ0AvmRvYqcCcIeJhJB4+F4+g1Os5/dt+P4b7hB SSvFreI3f/CDhNt71BKoqwykVY9j8jEWEHCdol6HpDKSA2ulllg6jKEheRh2QH4y++Dk FF5d+YJIizSYwvYj+JbctT6ZLHZYcnvXybZ68OiZRk7NHoSsVrd/PO7/tdZYhoIKkMgr 9S5/b+ft7SJhFzz3lF5BCZhuzhC+NdxJbJvd7Kht9SyC3OPWTYfss8cGIfL1O2R/cu/u lRMvuseJcRZsVqgNZuZ1IilViz2ARQrnYPtrqhrdTBsExJOiYUmKoqyM4k7/mBYJpPOH 1ciQ== X-Received: by 10.43.75.194 with SMTP id zb2mr8094385icb.53.1413517030597; Thu, 16 Oct 2014 20:37:10 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id 8sm351592igy.0.2014.10.16.20.37.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 Oct 2014 20:37:10 -0700 (PDT) References: <20141017.102259.2303779237508789020.hrs@allbsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <20141017.102259.2303779237508789020.hrs@allbsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11D257) From: Garrett Cooper Subject: Re: [CFT] multiple instance support in rc.d script Date: Thu, 16 Oct 2014 20:37:07 -0700 To: Hiroki Sato Cc: "freebsd-rc@freebsd.org" X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.18-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: Fri, 17 Oct 2014 03:37:11 -0000 Hi Hiroki-san! > On Oct 16, 2014, at 18:22, Hiroki Sato wrote: >=20 > [Please reply to freebsd-rc@] >=20 > Hi, >=20 > I would like your feedback and testers of the attached patch. This > implements multiple instance support in rc.d scripts. You can try it > by replacing /etc/rc.subr with the attached one. 1. Is the goal of this change to allow multiple copies of a service to run i= n parallel? 2. Can you please post the file/patch up on freefall? Thank you!=