From: Elan Ruusamäe Date: Mon, 24 Apr 2006 19:03:18 +0000 (+0000) Subject: - one more chunk. i have no idea why i can't have it in same file header X-Git-Tag: bugzilla-2_22_2-0_1~12 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbugzilla.git;a=commitdiff_plain;h=3e6538dda238812e1a8f49affb37ff39e1f2bd73 - one more chunk. i have no idea why i can't have it in same file header Changed files: bugzilla-pld.patch -> 1.2 --- 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;