Re: 2.4.29 patch problem

Andreas Gruenbacher <[email protected]> Thu, 03 Feb 2005 12:17:16 +0100
Newsgroups gmane.linux.file-systems.acl.devel
Organization SUSE Labs
Message-ID <[email protected]>
On Wed, 2005-02-02 at 23:48, John Logsdon wrote:
> Is there a magic trick that I have missed?

Try this (and replace patches with wherever the patches are):

for p in $(cat patches/series); do \
	patch -p1 < patches/$p || break; \
done

Concatenating the split patches into one also works, but you must get
the patch order right, too. So this probably would do as well:

cat $(cat series) > all-in-one-patch.diff

Regards,
-- 
Andreas Gruenbacher <[email protected]>
SUSE Labs, SUSE LINUX GMBH

_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel