SUMMARY: How to apply patches ?

From: Ken McKinlay (KMcKinla@rohcg.on.ca)
Date: Thu Feb 29 1996 - 09:33:55 CST


Many thanks to those who responded to my plea. Mike Kail was able to provide a full and working solution. The key is
get the patch program from prep.ai.mit.edu/pub/gnu/patch*. The commands from Mike are:

 ftp prep.ai.mit.edu
 cd /pub/gnu
 prompt
 bin
 mget patch*

 gunzip -c patch*.tar.gz | tar -xvf -
 cd patch*
 ./configure
 make
 make install

 patch -pX < patchfile

Thanks to
 Mike Kail
 Tim Evans
 Terey Gorby

>>>>>>>>>>>>>>>>>>>>>>>
>I am a relatively new sun system manager and have been able to do most things but for the life of me I can't figure
>how to apply the patches for software such as BIND and sendmail. Could someone point me in the right direction ?



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:54 CDT