# The name of each file, pointing at its default permissions and
# default contents.
my %create_files = (
+ "__lbheartbeat__" => {perms => CGI_READ, contents => 'httpd OK'},
+
"$datadir/extensions/additional" => {perms => CGI_READ, contents => ''},
# We create this file so that it always has the right owner
my $files = $args->{files};
my $create_files = $args->{create_files};
my $extensions_dir = bz_locations()->{extensionsdir};
- $create_files->{__lbheartbeat__} = {
- perms => Bugzilla::Install::Filesystem::WS_SERVE,
- overwrite => 1, # the original value for this was wrong, overwrite it
- contents => 'httpd OK',
- };
-
# version.json needs to have a source attribute pointing to
# our repository. We already have this information in the (static)