From owner-freebsd-rc@FreeBSD.ORG Sat Oct 27 18:19:37 2012 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBFD1C65; Sat, 27 Oct 2012 18:19:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id BC63E8FC0C; Sat, 27 Oct 2012 18:19:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9RIJbPX070729; Sat, 27 Oct 2012 18:19:37 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9RIJbKs070725; Sat, 27 Oct 2012 18:19:37 GMT (envelope-from crees) Date: Sat, 27 Oct 2012 18:19:37 GMT Message-Id: <201210271819.q9RIJbKs070725@freefall.freebsd.org> To: michael.reynolds@gmail.com, crees@FreeBSD.org, freebsd-rc@FreeBSD.org From: crees@FreeBSD.org Subject: Re: conf/88913: [patch] wrapper support for rc.subr X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Oct 2012 18:19:38 -0000 Synopsis: [patch] wrapper support for rc.subr State-Changed-From-To: open->analyzed State-Changed-By: crees State-Changed-When: Sat Oct 27 18:19:37 UTC 2012 State-Changed-Why: I quite like this. I've updated the patch for latest rc.subr at http://www.bayofrum.net/~crees/patches/88913 -- I left out the tests for [ -x wrapper ] because I think that the "failed to start" message suffices for an error. http://www.freebsd.org/cgi/query-pr.cgi?pr=88913