Subject: PR/28717 CVS commit: src/usr.bin/progress
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Tim Rightnour <garbled@netbsd.org>
List: netbsd-bugs
Date: 01/12/2006 20:35:01
The following reply was made to PR bin/28717; it has been noted by GNATS.
From: Tim Rightnour <garbled@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/28717 CVS commit: src/usr.bin/progress
Date: Thu, 12 Jan 2006 20:33:20 +0000 (UTC)
Module Name: src
Committed By: garbled
Date: Thu Jan 12 20:33:20 UTC 2006
Modified Files:
src/usr.bin/progress: progress.1 progress.c
Log Message:
Apply patch from PR bin/28717
This adds a -e option to progress which causes the progress bar to be
sent to stderr. This allows using progress mid-pipe, such as:
tar -cf . | progress -e bzip -1c | ssh host "cat > file"
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/usr.bin/progress/progress.1
cvs rdiff -r1.10 -r1.11 src/usr.bin/progress/progress.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.