On Fri, 2005-04-29 at 18:02 +0100, David Woodhouse wrote:
On Wed, 2005-04-27 at 18:32 -0500, Timothy R. Chavez wrote:
> I'm still having a bit of trouble getting the initial ramdisk stuff
> working (and no time to really fiddle with it). I'll try to work
> through it tommorow and post a patch against audit.24 then.
Hint #1. Install patchutils, use 'interdiff' to get an incremental patch
between your U2 and U3 versions. Add an 'exit 1' just after the
application of %patch20024 (or whichever the auditfs one is) in the
specfile, run 'make prep' or 'rpm -bp', then apply your incremental
patch after it stops, and finally recreate the full diff against all the
backup files <xxx>.p20024:
for a in `find linux-2.6.9 -name \*.p20024` ; do
diff -up $a `echo $a | sed s/.p20024//` ; done >
linux-2.6.9-auditfs7u3.patch
Hint #2. Don't bother. It's already building... :)
Thanks for going through the trouble...
-tim