]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- for new version
authormaho <maho@pld-linux.org>
Tue, 14 Sep 2004 17:41:25 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla-httpd_user.patch -> 1.2

bugzilla-httpd_user.patch

index 3b8179d7698b9f2fc508d51ad2dc0f77e3a589e9..fcc269b008d41e832c9bd358c88c35d94442219c 100644 (file)
@@ -1,11 +1,11 @@
---- bugzilla/checksetup.pl.orig        Wed Mar  5 22:49:57 2003
-+++ bugzilla/checksetup.pl     Wed Mar  5 22:51:17 2003
-@@ -395,7 +395,7 @@
- # and you cannot set this up any other way. YOU HAVE BEEN WARNED.
- # If you set this to anything besides "", you will need to run checksetup.pl
- # as root, or as a user who is a member of the specified group.
--$webservergroup = "nobody";
-+$webservergroup = "http";
- ');
+--- bugzilla-2.18rc2/checksetup.pl~    2004-09-14 18:01:13.091200160 +0200
++++ bugzilla-2.18rc2/checksetup.pl     2004-09-14 18:05:38.062918336 +0200
+@@ -596,7 +596,7 @@
  
+ my $webservergroup_default;
+ if ($^O !~ /MSWin32/i) {
+-    $webservergroup_default = 'apache';
++    $webservergroup_default = 'http';
+ } else {
+     $webservergroup_default = '';
+ }
This page took 0.034573 seconds and 4 git commands to generate.