diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/110_mailgraph.cgi.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/110_mailgraph.cgi.patch b/debian/patches/110_mailgraph.cgi.patch deleted file mode 100644 index a1d77f4..0000000 --- a/debian/patches/110_mailgraph.cgi.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: patch mailgraph.cgi for valid code - move the changes from debina/rules into this patch - set to /css/mailgraph.css -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2015-11-06 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/mailgraph.cgi -=================================================================== ---- trunk.orig/mailgraph.cgi -+++ trunk/mailgraph.cgi -@@ -196,7 +196,8 @@ sub print_html() - <title>Mail statistics for $host</title> - <meta http-equiv="Refresh" content="300" /> - <meta http-equiv="Pragma" content="no-cache" /> --<link rel="stylesheet" href="mailgraph.css" type="text/css" /> -+<link rel="stylesheet" href="/css/mailgraph.css" type="text/css" /> -+</style> - </head> - <body> - HEADER diff --git a/debian/patches/series b/debian/patches/series index 84357cf..e990548 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,4 +6,3 @@ 102_clamav-milter.diff 103_postfix-long-queue-IDs.diff 105_postscreen.diff -110_mailgraph.cgi.patch |