summaryrefslogtreecommitdiff
path: root/debian/patches/102_mailgraph.cgi.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/102_mailgraph.cgi.diff')
-rw-r--r--debian/patches/102_mailgraph.cgi.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/102_mailgraph.cgi.diff b/debian/patches/102_mailgraph.cgi.diff
deleted file mode 100644
index 4409c58..0000000
--- a/debian/patches/102_mailgraph.cgi.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /bin/sh -e
-if [ $# -ne 1 ]; then
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
-fi
-case "$1" in
- -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
- -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1;;
-esac
-
-exit 0
-
-@DPATCH@
-diff -Nur mailgraph-1.12.orig/mailgraph.cgi mailgraph-1.12/mailgraph.cgi
---- mailgraph-1.12.orig/mailgraph.cgi 2005-10-16 19:17:00.000000000 +0200
-+++ mailgraph-1.12/mailgraph.cgi 2005-11-13 13:43:32.000000000 +0100
-@@ -15,9 +15,9 @@
- my $points_per_sample = 3;
- my $ypoints = 160;
- my $ypoints_err = 96;
--my $rrd = 'mailgraph.rrd'; # path to where the RRD database is
--my $rrd_virus = 'mailgraph_virus.rrd'; # path to where the Virus RRD database is
--my $tmp_dir = '/tmp/mailgraph'; # temporary directory where to store the images
-+my $rrd = '/var/lib/mailgraph/mailgraph.rrd'; # path to where the RRD database is
-+my $rrd_virus = '/var/lib/mailgraph/mailgraph_virus.rrd'; # path to where the Virus RRD database is
-+my $tmp_dir = '/var/lib/mailgraph'; # temporary directory where to store the images
-
- my @graphs = (
- { title => 'Day Graphs', seconds => 3600*24, },