Description: Fix location query of arno-fwfilter
 Query URL needed an update and default setting prevented enabling the querying.
Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613631#5
Bug-Debian: http://bugs.debian.org/613631
Author: Tony Evans <tony@darkstorm.co.uk>, Michael Hanke <mih@debian.org>
--- a/bin/arno-fwfilter
+++ b/bin/arno-fwfilter
@@ -44,7 +44,7 @@
 # Default values for the options:
 #################################
 RESOLVE_NAMES=1         # Enable this option if you want to resolve IP adresses to names
-SHOW_LOCATION=0         # Enable this option if you want to (try to) obtain the IP's geographical location (can be very slow!)
+SHOW_LOCATION=1         # Enable this option if you want to (try to) obtain the IP's geographical location (can be very slow!)
 USE_ANSI_COLORS=1       # Enable this option to use ANSI colors (increases readability)
 USE_HTML=0              # Enable this if you want the output to be (colored) html formatted (for emails etc.)
 USE_1ROW=0              # Enable this if you want want to put all information on a single line
