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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to