Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#3130 closed defect (fixed)

attr and acl: missing sort-getfattr-output and sort-getfacl-output files

Reported by: Wayne Blaszczyk Owned by: Wayne Blaszczyk
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Found the files at git.savannah.gnu.org.

cat > test/sort-getfattr-output << "EOF" #! /usr/bin/perl -w

undef $/; print join("\n\n", sort split(/\n\n/, <>)), "\n\n"; EOF cat > test/sort-getfacl-output << "EOF" #! /usr/bin/perl -w

undef $/; print join("\n\n", sort split(/\n\n/, <>)), "\n\n"; EOF

Not sure why they were left out of the final tarballs. The file belong under the test directory.

Change History (4)

comment:1 by Randy McMurchy, 13 years ago

Milestone: future6.7

Updated milestone to 6.7

comment:2 by Wayne Blaszczyk, 13 years ago

Owner: changed from blfs-book@… to Wayne Blaszczyk
Status: newassigned

comment:3 by Wayne Blaszczyk, 13 years ago

Resolution: fixed
Status: assignedclosed

done.

comment:4 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.