Re: problem applying openssl patch...

2001-07-31 Thread Alson van der Meulen
On Tue, Jul 31, 2001 at 10:37:31AM -0400, Daniel Frazier wrote: > the patch isn't patching for me. cd /usr/src; patch -p ~/openssl.patch > just hangs. as far as I can tell it didn't touch any source files. > truss patch -p ~/openssl.patch gives me this... how about patch -p < ~/openssl.patch? th

Re: problem applying openssl patch...

2001-07-31 Thread Daniel Frazier
Daniel Frazier wrote: > the patch isn't patching for me. cd /usr/src; patch -p ~/openssl.patch > just hangs. as far as I can tell it didn't touch any source files. > truss patch -p ~/openssl.patch gives me this... > nevermind me... as soon as I read my post I saw my error... --