Opened 15 years ago
Closed 15 years ago
#4015 closed bug (fixed)
cp doesn't copy empty attributes
Reported by: | mmlr | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The cp command does copy attributes by default, but it doesn't copy empty ones. This is due how the copy_attributes routine is written in the copy backend of cp (src/bin/coreutils/src/copy.c). Comparing the source of copyattr's copy_attributes it is written in a way to ensure that empty attributes are created correctly.
Note:
See TracTickets
for help on using tickets.
Should be fixed in hrev31000.