|
From: <ste...@bt...> - 2010-11-19 21:07:41
|
Works great, thanks. Steve -----Original Message----- From: Alan Buxey [mailto:A.L...@lb...] Sent: Friday, November 19, 2010 3:49 PM To: Drzaszcz,SA,Steven,JSG4 R Cc: net...@li... Subject: Re: [Netdisco] Simple Question: How to Install Patch Files Hi, > A simple question... Under the “develop” section on sourceforge, I see a > number of enhancements I’d like to add to my netdisco vmware install, in > patch files. How do I apply patch files on the server? J if these are diff patches, then you simply download them, copy the patch to your netdisco directory and then patch -p0 < patchfile_name (depending on the PATH requirement, you may need to change the 0 to a 1 or 2) I'd recommend backing up the current directory before application of a patch eg cd /usr/local cp -R netdisco netdisco.backup_`date +%d%m%Y` alan |