RSS

(root)/bugzilla/4.0 : 5304 : Bugzilla/Install/Filesystem.pm

To get this branch, use:
bzr branch /bugzilla/4.0

« back to all changes in this revision

Viewing changes to Bugzilla/Install/Filesystem.pm

mkanat%bugzilla.org
2007-10-19 04:46:10
Revision ID: cvs-1:mkanatbugzilla.org-20071019114610-33dgtz2p2zfawdch
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

Show diffs side-by-side

added added

removed removed

62
62
    my $webdotdir     = bz_locations()->{'webdotdir'};
63
63
    my $templatedir   = bz_locations()->{'templatedir'};
64
64
    my $libdir        = bz_locations()->{'libpath'};
 
65
    my $extlib        = bz_locations()->{'ext_libpath'};
65
66
    my $skinsdir      = bz_locations()->{'skinsdir'};
66
67
 
67
68
    my $ws_group      = Bugzilla->localconfig->{'webservergroup'};
152
153
                                     dirs => $ws_dir_readable },
153
154
         "$libdir/Bugzilla"    => { files => $ws_readable,
154
155
                                     dirs => $ws_dir_readable },
 
156
         $extlib               => { files => $ws_readable,
 
157
                                     dirs => $ws_dir_readable },
155
158
         $templatedir          => { files => $ws_readable,
156
159
                                     dirs => $ws_dir_readable },
157
160
         images                => { files => $ws_readable,
251
254
                                          contents => $ht_default_deny },
252
255
        "$libdir/Bugzilla/.htaccess" => { perms    => $ws_readable,
253
256
                                          contents => $ht_default_deny },
 
257
        "$extlib/.htaccess"          => { perms    => $ws_readable,
 
258
                                          contents => $ht_default_deny },
254
259
        "$templatedir/.htaccess"     => { perms    => $ws_readable,
255
260
                                          contents => $ht_default_deny },
256
261
 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches