Am Sonntag, 29. Oktober 2006 23:13 schrieben Sie:
> 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
>
> Thanks you very much.
        
>
> Best regard


$ head 001_sendmail.patch
Apply by doing:
cd /usr/src
        patch -p0 < 001_sendmail.patch

And then rebuild and install sendmail:
        cd gnu/usr.sbin/sendmail
        make obj
        make depend
        make
        make install


see
 http://openbsd.org/faq/faq10.html#Patches

it4s all in the faq...

greetings
thomas

Reply via email to