From owner-cvs-src Fri Mar 21 1:31:47 2003 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 1541337B401; Fri, 21 Mar 2003 01:31:46 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE7443F75; Fri, 21 Mar 2003 01:31:45 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.8/8.12.8) with ESMTP id h2L9Vi1f005313; Fri, 21 Mar 2003 10:31:44 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Mike Barcroft Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin Makefile src/usr.sbin/gstat Makefile gstat.c From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 20 Mar 2003 22:26:29 EST." <20030320222629.K72142@espresso.bsdmike.org> Date: Fri, 21 Mar 2003 10:31:44 +0100 Message-ID: <5312.1048239104@critter.freebsd.dk> Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20030320222629.K72142@espresso.bsdmike.org>, Mike Barcroft writes: >Poul-Henning Kamp writes: >> phk 2003/03/20 12:48:41 PST >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin Makefile >> Added files: >> usr.sbin/gstat Makefile gstat.c >> Log: >> Add a rudimentary gstat(8) to the system. >> >> This is a small curses based program which shows the diskactivity >> inside GEOM. >> >> Revision Changes Path >> 1.247 +1 -0 src/usr.sbin/Makefile >> 1.1 +19 -0 src/usr.sbin/gstat/Makefile (new) >> 1.1 +232 -0 src/usr.sbin/gstat/gstat.c (new) > >This commit breaks world. The makefile says there's a subr_sbuf.c. ... And specifies a .PATH for it as well. My make universe ran fine... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message