]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- up to 2.22.2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Apr 2007 06:00:20 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla-pld.patch -> 1.5

bugzilla-pld.patch

index 54605f26ed225539581e0a741cc50c9f3b11df30..ccade41ea92830f233224f870ad1980a95b10988 100644 (file)
@@ -1,14 +1,14 @@
---- bugzilla-2.22/Bugzilla/Config.pm   2006-04-23 05:45:09.000000000 +0300
-+++ ./Config.pm        2006-04-24 02:50:00.901038343 +0300
-@@ -52,7 +52,7 @@
+--- bugzilla-2.22/Bugzilla/Config.pm   2006-04-24 02:50:00.901038343 +0300
++++ bugzilla-2.22.2/Bugzilla/Config.pm 2007-04-04 08:59:05.403817641 +0300
+@@ -53,7 +53,7 @@
  # some point.
  
  # constant paths
 -our $libpath = '.';
 +our $libpath = '/usr/share/bugzilla';
- our $templatedir = "$libpath/template";
  
- # variable paths
+ # importxml.pl, when run by a mail daemon, sets the bugzilla path explicitly.
+ # This then mucks it up, so if we are coming from importxml.pl, set $libpath
 @@ -64,8 +64,8 @@
      $localconfig = "$libpath/localconfig.$project";
      $datadir = "$libpath/data/$project";
This page took 0.070681 seconds and 4 git commands to generate.