> Can someone help me locate the #()*)@ Patch program? I realize I'm a
> newbie, and niavely thought that if the install program installes the
> patch-install script located in /usr/src/Linux/scripts, that it would also
> install the related patch program, presumably in /usr/bin.
Are you sure the two things are related? The /usr/bin/patch program is
generally used to apply the contents of a diff file to one of the files that
were compared to create it (this is from memory so there's probably some subtle
things here I'm not getting right). Are you sure the patch-install script is
the script used to patch the kernel? Which operation are you looking to do?
> I've did an install 3 times now, with varying options selected, the latest
> being the "Automated" choice which should have done most everything. After
> each installation, I've issued a find . -name patch* from the / directory,
> only to find everything BUT the patch program itself.
As you've suggested, patch should be in /usr/bin and you should find it with
whereis patch. Can you do "man patch" and get the docfile?
Cheers --- Larry