]> git.pld-linux.org Git - packages/bugzilla.git/commitdiff
- fix for chdir over symlink (graphs/)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 21 Jan 2005 10:29:45 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bugzilla-chdir.patch -> 1.1

bugzilla-chdir.patch [new file with mode: 0644]

diff --git a/bugzilla-chdir.patch b/bugzilla-chdir.patch
new file mode 100644 (file)
index 0000000..6af14a4
--- /dev/null
@@ -0,0 +1,11 @@
+--- collectstats.pl~   2004-11-28 19:12:51.000000000 +0200
++++ collectstats.pl    2005-01-21 08:57:30.975582527 +0200
+@@ -48,7 +48,7 @@
+ if (chdir("graphs")) {
+     unlink <./*.gif>;
+     unlink <./*.png>;
+-    chdir("..");
++    chdir("/usr/share/bugzilla");
+ }
+ GetVersionTable();
This page took 0.073271 seconds and 4 git commands to generate.