just to be clear ('cause I think you may be getting the patch step
wrong). try something like this:$ tar xfj linux-2.4.20.tar.bz2 $ cp -rl linux-2.4.20 linux-2.4.21 $ cd linux-2.4.21 $ bzcat ../patch-2.4.21.bz | patch -p1 $ cd .. $ cp -rl linux-2.4.21 linux-2.4.21-ben2 $ cd linux-2.4.21-ben2 $ bzcat ../patch-2.4.21-ben2.bz | patch -p1 This will leave you with 3 directories (linux-2.4.0, linux-2.4.21 and linux-2.4.21-ben2). You can remove the old ones if you want. On Thu, 2003-08-14 at 06:45, gm c wrote: > I have a g3pb with deb 3.0. I downloaded kernel 2.4.20. Configured a pmac > kernel. I downloaded patch 2.4.21. When patch p0 < patch-2.4.21 is finished > my make file says it is 2.4.20. I dont have config.in.rej but I do have > defconfig.rej. It list a couple of items with a + or - to the left but I > dont know where to change y or n to get no *.rej file. i.e How to It to > patch successfully.? > > I would also like to know how to go about changing some config items in a > benh kernel to suit my needs.--something that is a module (m) I might want > in (y) or some thing that is off (n) I might want as (m)???? can this be > done??? > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus >

