]> git.pld-linux.org Git - packages/bugzilla.git/blob - bugzilla-httpd_user.patch
- webapps framework
[packages/bugzilla.git] / bugzilla-httpd_user.patch
1 --- bugzilla-2.18rc2/checksetup.pl~     2004-09-14 18:01:13.091200160 +0200
2 +++ bugzilla-2.18rc2/checksetup.pl      2004-09-14 18:05:38.062918336 +0200
3 @@ -596,7 +596,7 @@
4  
5  my $webservergroup_default;
6  if ($^O !~ /MSWin32/i) {
7 -    $webservergroup_default = 'apache';
8 +    $webservergroup_default = 'http';
9  } else {
10      $webservergroup_default = '';
11  }
This page took 0.096917 seconds and 3 git commands to generate.