[tor-commits] [ooni-probe/master] Case sensitivity is actually important.
art at torproject.org
art at torproject.org
Sun Jan 5 23:55:47 UTC 2014
commit 0fb6b6c020c9bd2739073e23dc0fddfe796fa38f
Author: Arturo Filastò <art at fuffa.org>
Date: Mon Jan 6 00:51:51 2014 +0100
Case sensitivity is actually important.
---
data/ooniprobe.conf.sample | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample
index 8a4e0f7..412923a 100644
--- a/data/ooniprobe.conf.sample
+++ b/data/ooniprobe.conf.sample
@@ -21,7 +21,7 @@ reports:
pcap: null
collector: 'httpo://nkvphnp3p6agi5qq.onion'
advanced:
- geoip_data_dir: /usr/share/geoip
+ geoip_data_dir: /usr/share/GeoIP
debug: false
# enable if auto detection fails
#tor_binary: /usr/sbin/tor
diff --git a/setup.py b/setup.py
index f761f30..bd9ebcf 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ if hasattr(sys, 'real_prefix'):
)]
else:
data_files = [(
- '/usr/share/geoip/',
+ '/usr/share/GeoIP/',
[
'data/GeoIP.dat',
'data/GeoIPASNum.dat',
More information about the tor-commits
mailing list