Bug 9545

Summary: cpio verbose and dot-verbose appears broke
Product: [Retired] Red Hat Linux Reporter: Aaron Scarisbrick <aaronsca>
Component: cpioAssignee: bero
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-21 10:39:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aaron Scarisbrick 2000-02-18 10:01:26 UTC
Try the following on RedHat 6.1 (Cartman):

cd /
find etc -depth -print | cpio -ov -H crc > /dev/null
find etc -depth -print | cpio -oV -H crc > /dev/null

The expected behavior is for a list of files, one per line, to scroll by
for the first cpio, and marching dots for the second.  The only output is
the block count.  The exact same commands used to produce the expected
output on previous versions of RedHat and cpio.  Perhaps there is a new
default behavior I'm not aware of?

FWIW,

-Aaron

Comment 1 Jeff Johnson 2000-02-21 10:39:59 UTC
*** This bug has been marked as a duplicate of 6376 ***