svn commit: samba-web r776 - in trunk/patches: .

jerry at samba.org jerry at samba.org
Thu Aug 25 20:13:06 GMT 2005


Author: jerry
Date: 2005-08-25 20:13:06 +0000 (Thu, 25 Aug 2005)
New Revision: 776

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=776

Log:
fix a typo
Modified:
   trunk/patches/index.html


Changeset:
Modified: trunk/patches/index.html
===================================================================
--- trunk/patches/index.html	2005-08-25 20:10:31 UTC (rev 775)
+++ trunk/patches/index.html	2005-08-25 20:13:06 UTC (rev 776)
@@ -13,14 +13,14 @@
 <p>Follow these instructions for applying patches:</p>
 <pre>$ tar zxvf samba-3.0.x.tar.gz
 $ cd samba-3.0.x
-$ patch -p0 &lt; &ltpath to downloaded patchfile&gt;
+$ patch -p0 &lt; &lt;path to downloaded patchfile&gt;
 $ cd source
 ....build Samba as normal....
 </pre>
 
 <p>Please note that in some cases it will be necessary to regenerate
    the configure script by executing autogen.sh located in the 
-   source/ directory.  In all cases, it is best to do a full build 
+   source/ directory.  In all cases, it is best to do a clean build 
    after applying any patches.</p>
 
 



More information about the samba-cvs mailing list