From owner-cvs-src@FreeBSD.ORG Fri May 27 00:23:03 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C59816A41C; Fri, 27 May 2005 00:23:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0D943D49; Fri, 27 May 2005 00:23:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b146.otenet.gr [212.205.244.154]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j4R0L9Wc030292; Fri, 27 May 2005 03:21:10 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j4R0MrLp050842; Fri, 27 May 2005 03:22:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j4R0Mrtj050838; Fri, 27 May 2005 03:22:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 27 May 2005 03:22:53 +0300 From: Giorgos Keramidas To: John-Mark Gurney Message-ID: <20050527002253.GA48929@gothmog.gr> References: <200505261754.j4QHsGFG002792@repoman.freebsd.org> <20050526192502.GR959@funkthat.com> <20050526224648.GA865@gothmog.gr> <20050526234438.GS959@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050526234438.GS959@funkthat.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat vmstat.8 src/usr.sbin/iostat iostat.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 00:23:03 -0000 On 2005-05-26 16:44, John-Mark Gurney wrote: > I though you hadn't included gstat, but upon looking at the diff, gstat > was included.. Though gstat doesn't link to iostat and friends.. Should be fixed now. > Now the funny part, we have three of the four combinations of > usr.s?bin and section 1/8 for these utils... should we look at moving > these all to usr.sbin and section 8? gstat can only be run as root, so it does make sense to keep it in src/usr.sbin The rest run fine as non-superuser. It's probably ok to repo-move them to usr.bin, but I'll let someone more experienced decide about that.