Patch-o-matic

Alain Toussaint nailed@videotron.ca
Wed, 4 Jul 2001 03:07:07 -0400


> In this mailing I'm often listening about "patch-o-matic", where new
> modules can be founded. What is that? Where to look for?

patch-o-matic is some patches included in netfilter (the userspace 
tarball) to patch a kernel,to patch up your kernel,you unpack a fresh 
tarball of the kernel and netfilter,you go in the netfilter source tree 
and you then run:

make KERNEL_DIR=<path to your freshly unpacked kernel sources> 
patch-o-matic

there will be several questions asked by the script (which patch you 
want to apply).

Alain Toussaint