Page 2 of 2

Posted: Thu Jun 01, 2006 3:50 pm
by zoneminder
If you go to the ZM web dir and type

Code: Select all

patch -p0 <patch file>
it should work.

If you want to it manually then lines without a + or - at the front are just so you find where to do the changes (called context). Add lines with a + and delete any with a -, though there are none to delete in the above patch. Lines with *** or --- etc are just indicating which file to patch etc.