[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Case sensitivity is actually important.
commit 0fb6b6c020c9bd2739073e23dc0fddfe796fa38f
Author: Arturo Filastò <art@xxxxxxxxx>
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',
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits