From owner-freebsd-current@freebsd.org Fri Jun 15 00:44:10 2018 Return-Path: Delivered-To: freebsd-current@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 64F411020D18 for ; Fri, 15 Jun 2018 00:44:10 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB5476E018 for ; Fri, 15 Jun 2018 00:44:09 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w5F0i5lT047700; Thu, 14 Jun 2018 17:44:05 -0700 (PDT) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w5F0i5MM047699; Thu, 14 Jun 2018 17:44:05 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201806150044.w5F0i5MM047699@pdx.rh.CN85.dnsmgr.net> Subject: Re: utilities in /usr/bin or /usr/sbin? In-Reply-To: To: Warner Losh Date: Thu, 14 Jun 2018 17:44:05 -0700 (PDT) CC: Rick Macklem , "freebsd-current@freebsd.org" X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 00:44:10 -0000 > On Thu, Jun 14, 2018 at 2:15 PM, Rick Macklem wrote: > > > Hi, > > > > I have three new utilities that are mainly useful for managing the pNFS > > server > > committed as r335130. > > > > In the projects tree, I have them in /usr/bin and man section 1. However, > > since they are mostly useful to a sysadmin managing the pNFS service, > > I'm thinking that maybe they should be in /usr/sbin with man pages in > > section 8. > > > > Which of these sounds correct? > > > > /usr/sbin is the more proper location if they are truly admin-only commands. Dont these commands require root priv to work? If so they are certainly /usr/sbin material. -- Rod Grimes rgrimes@freebsd.org