-
Notifications
You must be signed in to change notification settings - Fork 0
/
anpa.ctl
131 lines (118 loc) · 2.24 KB
/
anpa.ctl
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#
#
# ANPA control file
#
#
SID1 KKSF-
SID2 KKSF-
DEFACT /bin/cat %s >> /usr/local/etc/anpa/AP/anpa.default
BULLETIN /bin/cat %s >> /usr/local/etc/anpa/AP/AP ; /usr/local/bin/print %s ; /usr/sbin/sendmail eng-page < %s
# 'URGENT' is not implemented yet...
# URGENT /bin/cat %s >> /usr/local/etc/anpa/AP/AP ; /usr/local/bin/print %s ; /usr/sbin/sendmail eng-page < %s
# DEFACT /bin/cat %s >> /dev/null
TABLE A
START 0000
STOP 2359
SLD v
SEL 0ca-p 0ca-n 0ca-k
CAT pfnimsgv
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
# ACTION /usr/sbin/sendmail <mailaddr> < %s
TABLE B
START 0000
STOP 2359
SLD v
SEL 0ca-h
CAT p
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE C
START 0000
STOP 2359
SLD v
SEL 0ca-h 0ca-d 0bwcv 0p10v 0wacv
CAT s
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE D
START 0000
STOP 2359
SLD v
SEL 0ca-d
CAT jpfm
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE E
START 0000
STOP 2359
SLD v
SEL 1al--
CAT hpfsbcel
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE F
START 0000
STOP 2359
SLD v
SEL 1nt--
CAT awpidfsvb
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
# Weather definitions...
TABLE G
START 0000
STOP 2359
SLD v
SEL 2canf 2ca-f 2canm 2ca-m 2canl 2ca-l 2canr 2ca-r 2cang 2ca-g 2cant 2ca-t 2cano 2ca-o 2casg 2nwhp 2nwg-
CAT o
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
# Utilities...
TABLE H
START 0000
STOP 2359
SLD v
SEL c9501 02-09 6test 1alpr AC864 ac864 kksf- 0cas? 0can? 0cav? 0cag? 0ca-b 0ca-a 0bwcb 0p10b 0wacb 0ca-s 1ntp- 1als-
CAT ?
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE I
START 0000
STOP 2359
SLD v
SEL 1ski? 1alrt 1rad- 1rwe-
CAT ?
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
TABLE J
START 0000
STOP 2359
SLD v
SEL 1al-- 0ca-n 1np-- 1nt--
CAT v
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
# Selector Description
# 1alb- AP-EBS BULLETIN TEST
TABLE K
START 0000
STOP 2359
SLD v
SEL 1alb-
CAT v
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP ; /usr/local/bin/print %s ; /usr/sbin/sendmail eng-page < %s
ENDTABLE
# Selector Description
# 0ca-- On The Net
TABLE L
START 0000
STOP 2359
SLD k
SEL 0ca--
CAT n
ACTION /bin/cat %s >> /usr/local/etc/anpa/AP/AP
ENDTABLE
#
# End of anpa.ctl file...
#