This file is indexed.

/usr/share/qgis/grass/modules/v.in.ascii.qgm is in qgis-plugin-grass-common 2.0.1-2build2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import text file" module="v.in.ascii">
	<file key="input" label="Text file"/>
	<option key="output"/>
	<option key="format"/>
        <option key="fs" label="Separator (| , \t etc.)" />
	<option key="skip" label="Number of rows to be skipped"/>
	<option key="x" label="Which column for the X coordinate? The first is 1"/>
        <option key="y" label="Which column for the Y coordinate?"/>
        <option key="z" label="Which column for the Z coordinate? If 0, z coordinate is not used"/>
	<option key="cat" advanced="yes" />
	<flag key="t" advanced="yes" />
        <flag key="b" advanced="yes" />
        <flag key="r" advanced="yes" />
</qgisgrassmodule>