You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/25 15:06:21 UTC

svn commit: r1827721 - /httpd/site/trunk/content/dev/patches.mdtext

Author: jailletc36
Date: Sun Mar 25 15:06:21 2018
New Revision: 1827721

URL: http://svn.apache.org/viewvc?rev=1827721&view=rev
Log:
Small tweaks:

s/2.0/2.4/
s/issues/bz/

Modified:
    httpd/site/trunk/content/dev/patches.mdtext

Modified: httpd/site/trunk/content/dev/patches.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/patches.mdtext?rev=1827721&r1=1827720&r2=1827721&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/patches.mdtext (original)
+++ httpd/site/trunk/content/dev/patches.mdtext Sun Mar 25 15:06:21 2018
@@ -88,18 +88,18 @@ management of original and modified file
 
 1. <BLOCKQUOTE><CODE>cd /sources</CODE></BLOCKQUOTE>
 
-1. <BLOCKQUOTE><CODE>tar xvzf httpd-2.0.x.tar.gz</CODE></BLOCKQUOTE>
+1. <BLOCKQUOTE><CODE>tar xvzf httpd-2.4.x.tar.gz</CODE></BLOCKQUOTE>
 
-1. <BLOCKQUOTE><CODE>cp -ax httpd-2.0.x httpd-2.0.x.new</CODE></BLOCKQUOTE>
+1. <BLOCKQUOTE><CODE>cp -ax httpd-2.4.x httpd-2.4.x.new</CODE></BLOCKQUOTE>
 
-1. edit files in httpd-2.0.x.new and build/test
+1. edit files in httpd-2.4.x.new and build/test
 
 1. <BLOCKQUOTE><CODE>cd /sources</CODE></BLOCKQUOTE>
 
-1. <BLOCKQUOTE><CODE>diff -ru httpd-2.0.x httpd-2.0.x.new
-&gt;my.unified.diff.patch</CODE></BLOCKQUOTE>
+1. <BLOCKQUOTE><CODE>diff -ru httpd-2.4.x httpd-2.4.x.new
+&gt; my_unified_diff.patch</CODE></BLOCKQUOTE>
 
-If your source tree was checked out of subversion,<BLOCKQUOTE><CODE>svn
+If your source tree was checked out of subversion: <BLOCKQUOTE><CODE>svn
 diff</CODE></BLOCKQUOTE>will create the patch in the correct format.
 
 # Submitting your Patch #
@@ -110,7 +110,7 @@ to easily track the patches. And without
 too many of them have been ignored.
 
 Patches must now be submitted through the bug database, at
-[http://issues.apache.org/bugzilla/](http://issues.apache.org/bugzilla/).
+[http://bz.apache.org/bugzilla/](http://bz.apache.org/bugzilla/).
 You'll need to create a Bugzilla account there if you don't already have
 one. Submit the patch by first entering a new bug report. Be sure to
 specify APR for the product if the patch is for a file in srclib/apr or