svn commit: samba-web r777 - in trunk: . download patches

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


Author: jerry
Date: 2005-08-25 20:21:05 +0000 (Thu, 25 Aug 2005)
New Revision: 777

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

Log:
linking in patch page
Modified:
   trunk/download/index.html
   trunk/header_columns.html
   trunk/patches/index.html


Changeset:
Modified: trunk/download/index.html
===================================================================
--- trunk/download/index.html	2005-08-25 20:13:06 UTC (rev 776)
+++ trunk/download/index.html	2005-08-25 20:21:05 UTC (rev 777)
@@ -23,7 +23,9 @@
 gpg: Good signature from "Samba Distribution Verification Key‹samba-bugs@samba.org›
 </pre>
 
-<p>For information on Samba security releases, please see our <a href="/samba/history/security.html">security page</a>.</p>
+<p>It is recommended that you also review the <a href="/samba/patches/">list of 
+   patches</a> for current releases.  >For information on Samba security releases, 
+   please see our <a href="/samba/history/security.html">security page</a>.</p>
 
 
 <br />

Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2005-08-25 20:13:06 UTC (rev 776)
+++ trunk/header_columns.html	2005-08-25 20:21:05 UTC (rev 777)
@@ -132,6 +132,7 @@
     <li><a href="/samba/ftp/samba-3.0.20.tar.gz">Samba 3.0.20 (gzipped)</a></li>
     <li><a href="/samba/history/samba-3.0.20.html">Release Notes</a></li>
     <li><a href="/samba/ftp/stable/samba-3.0.20.tar.asc">Signature</a></li>
+    <li><a href="/samba/patches/">Patches</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/patches/index.html
===================================================================
--- trunk/patches/index.html	2005-08-25 20:13:06 UTC (rev 776)
+++ trunk/patches/index.html	2005-08-25 20:21:05 UTC (rev 777)
@@ -13,7 +13,7 @@
 <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; &lt;path to downloaded patchfile&gt;
+$ patch -p0 &lt; &quot;downloaded_patch_file&quot;
 $ cd source
 ....build Samba as normal....
 </pre>



More information about the samba-cvs mailing list