This file is indexed.

/usr/share/metview/etc/OverlayControlRules is in metview-data 5.0.0~beta.1-1build1.

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
%if OVERLAY_MODE <> CHECK_SETTINGS %then
        %unset OVERLAY_DATE
        %unset OVERLAY_TIME
        %unset OVERLAY_LEVEL
        %unset OVERLAY_AREA

!The above parameters are obsoletes. They are kept for
!backwards compatibility
! ***** Date
%if MATCH_DATE <> YES %then
	%unset MATCH_DATE
	%warning "Parameter MATCH_DATE is obsolete"

%if MATCH_DATE = YES %then
	%unset MATCH_DATE

! ***** Time
%if MATCH_TIME <> YES %then
	%unset MATCH_TIME
	%warning "Parameter MATCH_TIME is obsolete"

%if MATCH_TIME = YES %then
	%unset MATCH_TIME

! ***** Level
%if MATCH_LEVEL <> NO %then
	%unset MATCH_LEVEL
	%warning "Parameter MATCH_LEVEL is obsolete"

%if MATCH_LEVEL = NO %then
	%unset MATCH_LEVEL

! ***** Area
%if MATCH_AREA <> NO %then
	%unset MATCH_AREA
	%warning "Parameter MATCH_AREA is obsolete"

%if MATCH_AREA = NO %then
	%unset MATCH_AREA

! ***** Vertical Axis
%if MATCH_VERTICAL_AXIS <> YES %then
	%unset MATCH_VERTICAL_AXIS
	%warning "Parameter MATCH_VERTICAL_AXIS is obsolete"

%if MATCH_VERTICAL_AXIS = YES %then
	%unset MATCH_VERTICAL_AXIS