Posted: Thu Jun 01, 2006 3:50 pm
If you go to the ZM web dir and type 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.
Code: Select all
patch -p0 <patch file>
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.