From 3e6538dda238812e1a8f49affb37ff39e1f2bd73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 24 Apr 2006 19:03:18 +0000 Subject: [PATCH] - one more chunk. i have no idea why i can't have it in same file header Changed files: bugzilla-pld.patch -> 1.2 --- bugzilla-pld.patch | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bugzilla-pld.patch b/bugzilla-pld.patch index 5edae3f..8b40b69 100644 --- a/bugzilla-pld.patch +++ b/bugzilla-pld.patch @@ -29,8 +29,8 @@ $item =~ m#/([^/]+)\.pm$#; my $module = $1; next if ($module eq 'Common'); ---- bugzilla-2.18rc2/checksetup.pl 2004-09-14 18:05:38.062918336 +0200 -+++ bugzilla-2.22/checksetup.pl 2006-04-24 21:50:03.587496933 +0300 +--- bugzilla-2.22/checksetup.pl 2006-04-24 21:50:03.587496933 +0300 ++++ bugzilla-2.22/checksetup.pl 2006-04-24 21:54:33.173506209 +0300 @@ -596,7 +596,7 @@ my $webservergroup_default; @@ -122,3 +122,14 @@ } GetVersionTable(); +--- bugzilla-2.22/checksetup.pl~ 2006-04-24 21:51:31.889465205 +0300 ++++ bugzilla-2.22/checksetup.pl 2006-04-24 21:54:33.173506209 +0300 +@@ -659,7 +659,7 @@ + # blocks.) + # If this is set to 1, Bugzilla will create these files if they don't exist. + # If this is set to 0, Bugzilla will not create these files. +-$create_htaccess = 1; ++$create_htaccess = 0; + END + + my $webservergroup_default; -- 2.43.0