From owner-svn-src-head@freebsd.org Tue Jun 12 07:24:37 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C51C81006B2B; Tue, 12 Jun 2018 07:24:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 42AFA7242B; Tue, 12 Jun 2018 07:24:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D6950260A9F; Tue, 12 Jun 2018 09:24:33 +0200 (CEST) Subject: Re: svn commit: r334982 - in head/etc: . devd To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201806112248.w5BMmZV6044273@repo.freebsd.org> From: Hans Petter Selasky Message-ID: <187744e0-65dc-326f-2477-057c924c2bca@selasky.org> Date: Tue, 12 Jun 2018 09:24:19 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201806112248.w5BMmZV6044273@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2018 07:24:37 -0000 On 06/12/18 00:48, Warner Losh wrote: > User service foo rather than /etc/rc.d/foo. > > devd predates service in the system. Modernize usage to use service to > start/stop things in reaction to events rather than calling the rc > file directly. > > This was pointed out in my talk at BSDcan as well as indirectly > referrred to as a barrier to entry for OpenRC in that working group. Remember that the service binary is part of /usr and /usr must be mounted before it is available which might also be handled by devd. You should move the service binary to /sbin/service then? --HPS