]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Recent discussion made me review these changes.
authorJim Jagielski <jim@apache.org>
Wed, 20 Aug 2003 12:10:11 +0000 (12:10 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 20 Aug 2003 12:10:11 +0000 (12:10 +0000)
I like the concept, but think the existing patches aren't as
cleanly defined as need be. If people would like, I can
work out a patch that describes what I mean in better detail.

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

STATUS

diff --git a/STATUS b/STATUS
index b723029f073038f88468f08febb4b5305dff96e1..f34af85ce3dd6b19d829891cfa53e0b290849ab0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/08/19 16:06:20 $]
+Last modified at [$Date: 2003/08/20 12:10:11 $]
 
 Release:
 
@@ -201,6 +201,14 @@ PATCHES TO PORT FROM 2.1
         os/unix/unixd.c 1.58
         os/unix/unixd.h 1.38
         +1: trawick, jerenkrantz
+         0: jim (it seems to me that the locking mech itself
+                 should have the required flags to determine whether
+                 uid/gid and chown is required, rather than placing
+                 that knowledge in unixd.c (kind of what is done for
+                 the SSL stuff already with ChownMutexFile). Thus
+                 unixd would simply check those out and do what is
+                 required rather than having internal APR knowledge
+                 it shouldn't).
 
     * Backport wildcard ExpiresByType from 2.0.46
       +1: ken, stoddard