Maverick wrote:
Hi i am quite new to openbsd. I have download the patchs from the openbsd
website and extract it.
I run the command to fix the first bug
patch 001_sendmail.patch
However it taking more then 15 mins and still staying there. Is there any
thing wrong with what i have been doing? What should i do to apply the patch
for openbsd 3.9
Patch is waiting for input from stdin.
You should use it like:
$ cd /usr/src
$ patch -p0 < /path/to/001_sendmail.patch
This was documented in the FAQ.
http://www.openbsd.org/faq/faq10.html#Patches
OpenBSD FAQ is actively maintained to be a one-stop-resource for the
beginners. Tremendous effort goes into it.
You should use it pragmatically...