Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174921 - app-arch/cpio-2.7-r1 does not perserve permissions.
Summary: app-arch/cpio-2.7-r1 does not perserve permissions.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 174163 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-17 15:37 UTC by Karl Hakimian
Modified: 2007-05-05 06:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Hakimian 2007-04-17 15:37:43 UTC
File permissions are lost in copy pass mode.

Reproducible: Always

Steps to Reproduce:
1.mkdir /tmp/test
2.cd /bin
3.find ls -print | cpio -pvdm /tmp/test
4. ls -l ls /tmp/test/ls

Actual Results:  
The copied file has file mode 600

Expected Results:  
The copied file should have mode 755 same as the ls file in /bin
Comment 1 SpanKY gentoo-dev 2007-04-18 19:40:24 UTC
fixed in 2.7-r2
Comment 2 SpanKY gentoo-dev 2007-05-05 06:08:57 UTC
*** Bug 174163 has been marked as a duplicate of this bug. ***