From owner-freebsd-current Mon Jul 8 15:11:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B976837B400 for ; Mon, 8 Jul 2002 15:11:45 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820D443E54 for ; Mon, 8 Jul 2002 15:11:44 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.5/8.12.5) with ESMTP id g68MBhA3060312 for ; Mon, 8 Jul 2002 18:11:43 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.5/8.12.5/Submit) id g68MBhYx060311; Mon, 8 Jul 2002 18:11:43 -0400 (EDT) Date: Mon, 8 Jul 2002 18:11:43 -0400 From: Alexander Kabaev To: current@FreeBSD.ORG Subject: Weird pipe behavior Message-Id: <20020708181143.2db1da3e.ak03@gte.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws41 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While running the piped command below on a recent pre-KSE/MIII -CURRENT, I noticed that the pipe output is not getting buffered anymore, i.e command displays the name of each package immediately after it is processed. Both stable and earlier versions of -CURRENT used to buffer the pkg_version output, so that majority of output was displayed upon pkg_version exit. pkg_version 2>&1 | tee pkg_version.log -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message