Description: Fix path to Debian format in ziproxy.conf
Author: Marcos Talau <talau@users.sourceforge.net>

Index: ziproxy-3.1.3/etc/ziproxy/ziproxy.conf
===================================================================
--- ziproxy-3.1.3.orig/etc/ziproxy/ziproxy.conf
+++ ziproxy-3.1.3/etc/ziproxy/ziproxy.conf
@@ -742,21 +742,21 @@
 ## Note: The internal defaults give more precise error messages.
 ##
 ## 400 - Bad request (malformed URL, or unknown URL type)
-# CustomError400="/var/ziproxy/error/400.html"
+# CustomError400="/usr/share/ziproxy/error/400.html"
 ## 403 - Forbidden
-# CustomError403="/var/ziproxy/error/403.html"
+# CustomError403="/usr/share/ziproxy/error/403.html"
 ## 404 - Unknown host (Ziproxy will not issue 'page not found' errors itself)
-# CustomError404="/var/ziproxy/error/404.html"
+# CustomError404="/usr/share/ziproxy/error/404.html"
 ## 407 - Proxy Authentication Required
-# CustomError407="/var/ziproxy/error/407.html"
+# CustomError407="/usr/share/ziproxy/error/407.html"
 ## 408 - Request timed out
-# CustomError408="/var/ziproxy/error/408.html"
+# CustomError408="/usr/share/ziproxy/error/408.html"
 ## 409 - Conflict
-# CustomError409="/var/ziproxy/error/409.html"
+# CustomError409="/usr/share/ziproxy/error/409.html"
 ## 500 - Internal error (or empty response from server)
-# CustomError500="/var/ziproxy/error/500.html"
+# CustomError500="/usr/share/ziproxy/error/500.html"
 ## 503 - Connection refused (or service unavailable)
-# CustomError503="/var/ziproxy/error/503.html"
+# CustomError503="/usr/share/ziproxy/error/503.html"
 
 
 
