#3130: attr and acl: missing sort-getfattr-output and sort-getfacl-output files
----------------------+-----------------------------------------------------
Reporter: wblaszcz | Owner: blfs-b...@…
Type: defect | Status: new
Priority: normal | Milestone: future
Component: BOOK | Version: SVN
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
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.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3130>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page