Click to See Complete Forum and Search --> : lids installation??


lollipop
03-13-2001, 12:17 PM
I'm using linux 2.4.2 and i downloaded lids2.4.1 to patch my kernel for more secure system. when i tried to patch there was nothing happen unlike when i patch the kernel
hmm what i gotta do to make it work

/usr/src/linux# patch -p1 /usr/src/lids-1.0.5-2.4.1/lids-1.0.5-2.4.1.patch

nothing happened at all ! :(

Infested Flar
03-13-2001, 01:44 PM
Originally posted by lollipop:

/usr/src/linux# patch -p1 /usr/src/lids-1.0.5-2.4.1/lids-1.0.5-2.4.1.patch

nothing happened at all ! :(


maybe u missed the <



/usr/src/linux# patch -p1 < /usr/src/lids-1.0.5-2.4.1/lids-1.0.5-2.4.1.patch

-flar-

lollipop
03-22-2001, 06:51 AM
Thanks a lot