SOURCES: bugzilla-pld.patch - fix perms in cached template directory

glen glen at pld-linux.org
Thu Jun 21 23:18:46 CEST 2007


Author: glen                         Date: Thu Jun 21 21:18:46 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix perms in cached template directory

---- Files affected:
SOURCES:
   bugzilla-pld.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/bugzilla-pld.patch
diff -u SOURCES/bugzilla-pld.patch:1.8 SOURCES/bugzilla-pld.patch:1.9
--- SOURCES/bugzilla-pld.patch:1.8	Thu Jun 21 23:09:17 2007
+++ SOURCES/bugzilla-pld.patch	Thu Jun 21 23:18:41 2007
@@ -88,12 +88,7 @@
      );
  
      # This sets the permissions for each item inside each of these 
-@@ -133,34 +116,16 @@
-     # the webserver.
-     my %recurse_dirs = (
-         # Writeable directories
--        "$datadir/template" => { files => $ws_readable, 
--                                  dirs => $ws_dir_full_control },
+@@ -138,29 +121,13 @@
           $attachdir         => { files => $ws_writeable,
                                    dirs => $ws_dir_writeable },
           $webdotdir         => { files => $ws_writeable,
@@ -123,7 +118,7 @@
           'docs/html'           => { files => $ws_readable,
                                       dirs => $ws_dir_readable },
           'docs/pdf'            => { files => $ws_readable,
-@@ -186,7 +151,7 @@
+@@ -186,7 +153,7 @@
          "$datadir/duplicates"   => $ws_dir_readable,
          $attachdir              => $ws_dir_writeable,
          $extensionsdir          => $ws_dir_readable,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/bugzilla-pld.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list