This file is indexed.

/usr/share/doc/tclgeoip/README is in tclgeoip 0.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
tclgeoip
--------

A Tcl extension for geographic or organisational lookup of IP addresses,
and hostnames, by implementing bindings to the GeoIP C API.
You can use this extension to query Maxmind GeoIP databases.

Building and installation:

1)Make sure tcl and geoip are present in your environment.
2)./configure 
	You may need to specify --with-tclconfig to point to your tclConfig.sh.
	If you installed GeoIP to a non standard location, use CPPFLAGS 
3)make
4)make install
5)make test
	to test your instllation

After installation, man geoip for documentation.

Report bugs to djihed@gmail.com

If you use this extension, I'll be glad to hear about it. Thanks.

Djihed Afifi
djihed@gmail.com