This file is indexed.

/usr/share/radiance/meta/line.plt is in radiance-materials 4R1+20120125-1.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
#	This file defines a standard line plot,
#	where a curve is represented by lines
#	connecting each point.
#

include = standard.plt		# standard definitions

lthick = 2	# line thickness

#
# Curve defaults:
#

Athick = lthick			# line thickness for A
Alintype = 1			# line type for A
Asymsize = 0			# symbol radius for A
Acolor = 4			# color for A

Bthick = lthick
Blintype = 2
Bsymsize = 0
Bcolor = 2

Cthick = lthick
Clintype = 3
Csymsize = 0
Ccolor = 1

Dthick = lthick
Dlintype = 4
Dsymsize = 0
Dcolor = 3

Ethick = lthick
Elintype = 1
Esymsize = 0
Ecolor = 2

Fthick = lthick
Flintype = 2
Fsymsize = 0
Fcolor = 4

Gthick = lthick
Glintype = 3
Gsymsize = 0
Gcolor = 3

Hthick = lthick
Hlintype = 4
Hsymsize = 0
Hcolor = 1