Hallo:
I've a problem applying a patch in RHEL 3.3.
In RHEL there is a problema with ACL as can be read in:
https://bugzilla.redhat.com/show_bug.cgi?id=131066
I've downloaded the patch from "Attachments". I try to apply the patch, but I receive this error:
usr/src # patch -p0 < aclPatch.txt
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -uNr acl-2.2.3.org/libacl/acl_get_file.c acl-2.2.3/libacl/acl_get_file.c
|--- acl-2.2.3.org/libacl/acl_get_file.c 2002-09-05 08:19:54.000000000 +0900
|+++ acl-2.2.3/libacl/acl_get_file.c 2004-08-25 12:49:58.000000000 +0900
--------------------------
File to patch:
========================================================
It seem that can't find acl_get_file.c, no?
- Where can I download the src file?
- Or what's the problem?
Thanks