This file is indexed.

/usr/share/perl5/KronaTools/scripts/taxonomy.make is in radiant 2.7+dfsg-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
TAX=\
	citations.dmp \
	delnodes.dmp \
	division.dmp \
	gc.prt \
	gencode.dmp \
	merged.dmp \
	names.dmp \
	nodes.dmp \
	readme.txt

taxonomy.tab : names.dmp
	@echo "Extracting taxonomy..."
	@$(KTPATH)/scripts/extractTaxonomy.pl .

names.dmp : $(wildcard taxdump.tar taxdump.tar.gz)
	@tar -xmf $<

.PHONY clean :
clean :
	@rm -f taxdump.tar
	@rm -f taxdump.tar.gz
	@rm -f $(TAX)