summaryrefslogtreecommitdiff
path: root/debian/patches/002_script-name.diff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-10-23 14:11:22 +0200
committerJulien Valroff <julien@kirya.net>2011-03-13 18:30:14 +0100
commit6ae50dc1afce089ecf5595fdd13a088afe2886ca (patch)
tree3d3feb4f9c122b6542cb0ce8cc5750a19582a9e0 /debian/patches/002_script-name.diff
parent44962f21cbc5c9de2482c61b7b1cce1b81812eaa (diff)
Imported Debian patch 1.14-1.4squeeze1debian/1.14-1.4squeeze1
Diffstat (limited to 'debian/patches/002_script-name.diff')
-rw-r--r--debian/patches/002_script-name.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/002_script-name.diff b/debian/patches/002_script-name.diff
deleted file mode 100644
index 81e5169..0000000
--- a/debian/patches/002_script-name.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Allows mailgrap to show graph is the script is renamed
-Author: Julien Valroff <julien@debian.org>
-Fowrarded: no
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=434486
-
---- a/mailgraph.cgi
-+++ b/mailgraph.cgi
-@@ -11,7 +11,7 @@
- my $VERSION = "1.14";
-
- my $host = (POSIX::uname())[1];
--my $scriptname = 'mailgraph.cgi';
-+my $scriptname = $ENV{"SCRIPT_NAME"};
- my $xpoints = 540;
- my $points_per_sample = 3;
- my $ypoints = 160;