]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- fix perms in cached template directory
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Jun 2007 21:18:41 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla-pld.patch -> 1.9

bugzilla-pld.patch

index acc4256fd905c3f2b696cc2257361e4f92d37618..7944f4de7f7526b4f1ae3a22ebfd17169a4b4ae2 100644 (file)
      );
  
      # 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,
           '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,
This page took 0.044439 seconds and 4 git commands to generate.