]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- duplicates.cgi path fix
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Apr 2006 20:09:32 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla-pld.patch -> 1.4

bugzilla-pld.patch

index 04c3eaad4ff3b5c20a851120bea53ef6d74b167c..54605f26ed225539581e0a741cc50c9f3b11df30 100644 (file)
      }
  }
  
---- a/collectstats.pl~ 2004-11-28 19:12:51.000000000 +0200
-+++ a/collectstats.pl  2005-01-21 08:57:30.975582527 +0200
+--- a/collectstats.pl  2005-01-21 08:57:30.975582527 +0200
++++ a/collectstats.pl  2006-04-24 23:04:25.847159729 +0300
 @@ -48,7 +48,7 @@
  if (chdir("graphs")) {
      unlink <./*.gif>;
  }
  
  GetVersionTable();
+@@ -96,8 +96,8 @@
+     trick_taint($perl);
+     # Generate a static RDF file containing the default view of the duplicates data.
+-    open(CGI, "$perl -T duplicates.cgi |")
+-        || die "can't fork duplicates.cgi: $!";
++    open(CGI, "$perl -T htdocs/duplicates.cgi |")
++        || die "can't fork htdocs/duplicates.cgi: $!";
+     open(RDF, ">$datadir/duplicates.tmp")
+         || die "can't write to $datadir/duplicates.tmp: $!";
+     my $headers_done = 0;
 --- ./checksetup.pl    2006-04-24 22:03:58.576110738 +0300
 +++ ./checksetup.pl    2006-04-24 22:09:50.783963305 +0300
 @@ -659,7 +659,7 @@
This page took 0.078306 seconds and 4 git commands to generate.