From owner-freebsd-current@freebsd.org Thu Jun 14 22:38:26 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 F34A61011F2B for ; Thu, 14 Jun 2018 22:38:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88EAA879A9 for ; Thu, 14 Jun 2018 22:38:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x230.google.com with SMTP id y127-v6so3603363itd.1 for ; Thu, 14 Jun 2018 15:38:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Ni5Q10jAW7q3VNTnWbeQc98Uggz3Prs1xIQsu60tk8g=; b=qUCPu73YCkmh5pt7OWLpld8ktSZiyvtzYwkVUhMiLDiGouhO1dmGg4D4OKiqp8SWmp ju083IhgkTs+Pk55VDbQAh7MYruXyfY1FQ6O5RDfpEKPrhsYhmhQj/iKKr7iSAiXLsW9 t1Wt9/5m9ohdj6+5uW+mBu/+HF1Dj7YKGgc7QPoUqaji3w8kAnqbvgEZ6fGIX2SrHTvr pGZmwbFjolxzCKetKze/BnR1xU3rdvBVgIhEhTlFNBMAQ8OKehUbREESXEMaGJgyw1uu /VFwbFtrOCycK8wkApCcL02LzvxacAHlO9iov+GuF00g9C6jU4il9iI+fzqbcKhRSesS 03GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Ni5Q10jAW7q3VNTnWbeQc98Uggz3Prs1xIQsu60tk8g=; b=hKFdj0IHdqhsIaEacWfcgDxIAYEpM5WyfpY3gato/pMo8BuUIcN7eut37t03j6uQHI w+tisTgSWvdXMmZ7MtdpGpBF/9sMGnm0vFsuZ4PwbILdC2Ogtf4I1nezw6/1iuSkuaxh c2nPI13pZzDKyqTlLCY/UPsd36En4nSC/f3Ktm+vNZWGBc9ClM4/TD2wvz6TxbHbv8sO C+tLfJPmTP0G5nwu1ufrh/Z9rutbMG+ubGps2lJBbr+ygj3pah5+slHS2ourjqqzeavX 2Pl6JB9VzSefeRnGpCXkS5fNI9zGToq72oU3bl3XuXTY6fRgsTAJG4bDK6MKyxaSEEYh wvqQ== X-Gm-Message-State: APt69E1nymPfZ2ne4CiqE+erTKz7WKy8+DtfGb99yDA5TQHAuM1XlRZu zlCY+MbK1aciq1kFXG80G1Kw9yDuHMy2WoPAuNj2yQ== X-Google-Smtp-Source: ADUXVKKA/HCot4GDbvqft6aElqaEjwgWq1oteMZgptHasV2yeq/QWwPVMrizO0hJUnOm1njOJGLG4+5LhTrBnlgQPns= X-Received: by 2002:a24:7c8d:: with SMTP id a135-v6mr4019887itd.73.1529015904873; Thu, 14 Jun 2018 15:38:24 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 2002:a4f:d028:0:0:0:0:0 with HTTP; Thu, 14 Jun 2018 15:38:24 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: References: From: Warner Losh Date: Thu, 14 Jun 2018 16:38:24 -0600 X-Google-Sender-Auth: KWWoBF5p_wqvf8MjaBIF6bMzy1I Message-ID: Subject: Re: utilities in /usr/bin or /usr/sbin? To: Rick Macklem Cc: "freebsd-current@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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: Thu, 14 Jun 2018 22:38:26 -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. Warner