5 Jan
2008
5 Jan
'08
1:32 a.m.
Aaron Griffin schrieb:
Well, wow, thanks a lot. This is great work. Do you happen to have a test case for me to test? Or should I just mount something with ACLs and compare to a package build without ACLs?
Any package that installs manpages to /usr/share/man will be fine (fakeroot, ntfs-3g). Or just use cp -a (or just cp -p) inside a PKGBUILD. It seemed fine here for the fakeroot built (I built fakeroot using the new fakeroot) and in my test case (cp -a a directory inside a fakeroot and permissions will be f*cked with the old version). If you feel like reading code you may tell me why cp -a copied files fine, but not directories. BTW, tmpfs uses ACLs by default.