Thread: Patch 007
View Single Post
  #1   (View Single Post)  
Old 7th June 2014
hitest's Avatar
hitest hitest is offline
Real Name: George Nielsen
VPN Cryptographer
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 374
Question Patch 007

Greetings Folks,

I have applied patch 007 and am now attempting to rebuild and install sendmail. Can anyone please tell me the correct pathway to use to rebuild and install sendmail? The command cd gnu/usr.sbin/sendmail does not work. Thanks for any and all replies.

http://ftp.openbsd.org/pub/OpenBSD/p...mail.patch.sig

Code:
Apply patch using:

    signify -Vep /etc/signify/openbsd-55-base.pub -x 007_sendmail.patch.sig \
	-m - | (cd /usr/src && patch -p0)

And then rebuild and install sendmail:
	cd gnu/usr.sbin/sendmail
	make obj
	make depend
	make
	make install
__________________
hitest
Reply With Quote