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

lmuelle at samba.org lmuelle at samba.org
Mon Aug 29 19:43:10 GMT 2005


Author: lmuelle
Date: 2005-08-29 19:43:10 +0000 (Mon, 29 Aug 2005)
New Revision: 790

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

Log:
Move quilt link to the position where we mention it first.

Modified:
   trunk/patches/index.html


Changeset:
Modified: trunk/patches/index.html
===================================================================
--- trunk/patches/index.html	2005-08-29 19:37:15 UTC (rev 789)
+++ trunk/patches/index.html	2005-08-29 19:43:10 UTC (rev 790)
@@ -17,13 +17,14 @@
 $ cd source
 </pre>
 
-<p>Or use the quilt tool to apply all patches to a known series.</p>
+<p>Or use the <a href="http://savannah.nongnu.org/projects/quilt">quilt</a>
+tool to apply all patches to a known series.</p>
 
 <pre>$ tar zxvf samba-3.0.x.tar.gz
 $ cd samba-3.0.x
 $ wget http://www.samba.org/samba/patches/fetch-patches
 $ sh ./fetch-patches
-$ <a href="http://savannah.nongnu.org/projects/quilt">quilt</a> push -a
+$ quilt push -a
 $ cd source
 </pre>
 



More information about the samba-cvs mailing list