From owner-freebsd-questions@freebsd.org Sat Aug 8 18:15:58 2015 Return-Path: Delivered-To: freebsd-questions@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 5E7979B5B1F for ; Sat, 8 Aug 2015 18:15:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 20EB65F5 for ; Sat, 8 Aug 2015 18:15:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t78IFeDR059089 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 8 Aug 2015 12:15:40 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t78IFcNX059030; Sat, 8 Aug 2015 12:15:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 8 Aug 2015 12:15:38 -0600 (MDT) From: Warren Block To: Roland Smith cc: kpneal@pobox.com, Anthony Campbell , freebsd-questions@freebsd.org Subject: Re: Permissions problem for sane In-Reply-To: <20150808094412.GB3628@slackbox.erewhon.home> Message-ID: References: <20150806104335.GA27748@ithaca.acampbell.uk> <20150806140729.GA40869@slackbox.erewhon.home> <20150807164602.GA2406@neutralgood.org> <20150807203613.GA64806@slackbox.erewhon.home> <20150808094412.GB3628@slackbox.erewhon.home> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 08 Aug 2015 12:15:40 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 18:15:58 -0000 On Sat, 8 Aug 2015, Roland Smith wrote: > On Fri, Aug 07, 2015 at 05:19:28PM -0600, Warren Block wrote: >>> When I was writing my answer, I ran `service -e` to see if devfs was listed as a >>> service. And it *doesn't* show up on my machine (10-STABLE amd64): >> >> It does show in 'service -l', doesn't it? > > Yes, it does. I think Kevin is right, and it's the lack of an rcvar in the > devfs script that causes this behaviour. Or look at it as devfs not being a service that can be disabled.