From owner-cvs-all Tue Mar 19 18:34: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47A9F37B402; Tue, 19 Mar 2002 18:34:01 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2K2Y1G54534; Tue, 19 Mar 2002 18:34:01 -0800 (PST) (envelope-from rwatson) Message-Id: <200203200234.g2K2Y1G54534@freefall.freebsd.org> From: Robert Watson Date: Tue, 19 Mar 2002 18:34:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/growfs debug.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/03/19 18:34:01 PST Modified files: sbin/growfs debug.c Log: Teach growfs's dbg_open() that a filename of "-" for output means to open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's stdout rather than requiring it be dumped to a file or explicitly pointed at a special device. Reviewed by: peter Revision Changes Path 1.5 +5 -2 src/sbin/growfs/debug.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message