Add all Debian changes from 3.0.19-2 to 3.0.24-1
[privoxy.git] / debian / patches / 17_502_no_such_domain.dpatch
diff --git a/debian/patches/17_502_no_such_domain.dpatch b/debian/patches/17_502_no_such_domain.dpatch
deleted file mode 100755 (executable)
index ee7f454..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 17_502_no_such_domain.dpatch by Roland Rosenfeld <roland@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Changes the 404 HTTP status code of the "No such Domain" template
-## DP: to 502 Bad Gateway, which seems to be more correct according to 
-## DP: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' privoxy~/templates/no-such-domain privoxy/templates/no-such-domain
---- privoxy~/templates/no-such-domain
-+++ privoxy/templates/no-such-domain
-@@ -79,7 +79,7 @@
- <html>
- <head>
--  <title>404 - No such Domain (Privoxy@@my-hostname@)</title>
-+  <title>502 - Bad Gateway (Privoxy@@my-hostname@)</title>
-   <meta http-equiv="Content-Style-Type" content="text/css">
-   <meta http-equiv="Content-Script-Type" content="text/javascript">
-   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-@@ -95,7 +95,7 @@
-   <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%">
-     <tr>
-       <td class="status">
--        404
-+        502
-       </td>
-       <td class="title" style="width: 100%">