]> granicus.if.org Git - apache/commitdiff
Axe unnecessary trailing comma from server-status user output.
authorRainer Jung <rjung@apache.org>
Mon, 13 Aug 2012 11:26:45 +0000 (11:26 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 13 Aug 2012 11:26:45 +0000 (11:26 +0000)
Backport of r1369904 from trunk.

Submitted by: trawick
Reviewed by: rjung, humbedooh
Backported by: rjung

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372369 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/generators/mod_status.c

diff --git a/STATUS b/STATUS
index e1a5e0c0bbf862e30312d6a777fe0ea5a98a1f10..a80697bc61b7dc0c727d4c330145161048eceae7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,11 +88,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-* Axe unnecessary trailing comma from server-status user output.
-     trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1369904
-     2.4.x patch: trunk patch works
-     +1: rjung, trawick, humbedooh
-
    * mpm_winnt: Tweak a message added in r750567 so that the accept thread
      logs the physical address it listens on instead of hostname|*.
      trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364138
index ced19edbb97f8ac888f15af3c3bdae8fe5bc2d5c..50bcb27297bd7fec96233ce39a7a9502b7c7fc2d 100644 (file)
@@ -582,7 +582,7 @@ static int status_handler(request_rec *r)
                  "\"<b><code>L</code></b>\" Logging, \n"
                  "\"<b><code>G</code></b>\" Gracefully finishing,<br /> \n"
                  "\"<b><code>I</code></b>\" Idle cleanup of worker, \n"
-                 "\"<b><code>.</code></b>\" Open slot with no current process,<br />\n"
+                 "\"<b><code>.</code></b>\" Open slot with no current process<br />\n"
                  "<p />\n", r);
         if (!ap_extended_status) {
             int j;