View | Details | Raw Unified | Return to bug 158779
Collapse All | Expand All

(-)ourmon/Makefile (-3 / +9 lines)
Lines 6-14 Link Here
6
6
7
PORTNAME=	ourmon
7
PORTNAME=	ourmon
8
PORTVERSION=	2.8.1
8
PORTVERSION=	2.8.1
9
PORTREVISION=	4
9
PORTREVISION=	5
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}281
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}281
12
DISTNAME=	ourmon281
13
DISTNAME=	ourmon281
13
14
14
MAINTAINER=	manos@cs.pdx.edu
15
MAINTAINER=	manos@cs.pdx.edu
Lines 19-28 Link Here
19
RUN_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool
20
RUN_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool
20
21
21
WRKSRC=			${WRKDIR}/mrourmon
22
WRKSRC=			${WRKDIR}/mrourmon
22
USE_APACHE=		1.3
23
USE_APACHE=		1.3+
23
USE_PERL5=		yes
24
USE_PERL5=		yes
24
NO_BUILD=		yes
25
NO_BUILD=		yes
25
NO_INSTALL_MANPAGES=	yes
26
NO_INSTALL_MANPAGES=	yes
27
IS_INTERACTIVE=		yes
26
28
27
SUB_FILES=	pkg-message
29
SUB_FILES=	pkg-message
28
30
Lines 36-43 Link Here
36
	@${ECHO_MSG} "interactive steps, use the created by port instead."
38
	@${ECHO_MSG} "interactive steps, use the created by port instead."
37
	@${ECHO_MSG} "==================================================="
39
	@${ECHO_MSG} "==================================================="
38
40
41
post-patch:
42
	@${REINPLACE_CMD} -e 's|%%WWWDIR%%|${WWWDIR}|g' ${WRKSRC}/configure.pl
43
39
do-install:
44
do-install:
40
	@cd ${WRKSRC} && ${PERL5} configure.pl ${PREFIX}
45
	@cd ${WRKSRC} && ${PERL5} configure.pl ${PREFIX}
46
	@${FIND} ${WRKSRC} \( -name '*.orig' -o -name '*.bak' -o -name '*.o' \) -delete
41
	@${CP} -R ${WRKSRC} ${PREFIX}
47
	@${CP} -R ${WRKSRC} ${PREFIX}
42
48
43
post-install:
49
post-install:
(-)ourmon/pkg-deinstall (+11 lines)
Added Link Here
1
#!/bin/sh
2
3
PATH=/bin:/usr/bin:/usr/sbin
4
CRONTAB=/etc/crontab
5
6
if [ "$2" = "DEINSTALL" ]; then
7
    # delete entries in crontab
8
    sed -i "" -e '/# == ourmon port cron start/,/# == ourmon port cron end/{' \
9
        -e 'd' \
10
        -e '}' ${CRONTAB}
11
fi
(-)ourmon/pkg-plist (-243 / +532 lines)
Lines 1-286 Link Here
1
mrourmon/src/web.code/bard/bar99.png
1
mrourmon/ACKS
2
mrourmon/src/web.code/bard/bar57.png
2
mrourmon/CHANGES
3
mrourmon/src/web.code/bard/bar52.png
3
mrourmon/INSTALL
4
mrourmon/src/web.code/bard/bar30.png
4
mrourmon/README
5
mrourmon/README.bsd
6
mrourmon/README.linux
7
mrourmon/VERSION
8
mrourmon/bin/batchip.sh
9
mrourmon/bin/batchipall.sh
10
mrourmon/bin/daily.pl
11
mrourmon/bin/irc.pl
12
mrourmon/bin/mklogdir.sh
13
mrourmon/bin/monbackup.pl
14
mrourmon/bin/ombatchip.pl
15
mrourmon/bin/ombatchipsrc.pl
16
mrourmon/bin/ombatchsyn.pl
17
mrourmon/bin/omupdate.pl
18
mrourmon/bin/omupdate.sh
19
mrourmon/bin/ourmon
20
mrourmon/bin/tcpworm.pl
21
mrourmon/bin/wormtolog.pl
22
mrourmon/configure.pl
23
mrourmon/etc/README
24
mrourmon/etc/cbpfexamples.conf
25
mrourmon/etc/crontab.sample
26
mrourmon/etc/ourmon.conf
27
mrourmon/etc/secmin.conf
28
@rmtry mrourmon/logs/irc/irc_today
29
@rmtry mrourmon/logs/mon.lite/mon_today
30
@rmtry mrourmon/logs/p2preport/p2preport_today
31
@rmtry mrourmon/logs/portreport/portreport_today
32
@rmtry mrourmon/logs/rawemail/rawemail_today
33
@rmtry mrourmon/logs/rawirc/rawirc_today
34
@rmtry mrourmon/logs/rawp2p/rawp2p_today
35
@rmtry mrourmon/logs/rawpotdump/rawpotdump_today
36
@rmtry mrourmon/logs/rawsyndump/rawsyndump_today
37
@rmtry mrourmon/logs/topn_today
38
@rmtry mrourmon/logs/tworm/tworm_today
39
@rmtry mrourmon/logs/udpreport/udpreport_today
40
mrourmon/makeclean.sh
41
mrourmon/scripts/README
42
mrourmon/scripts/checkmon.sh
43
mrourmon/scripts/monupdate.sh
44
mrourmon/scripts/runourmon.pl
45
mrourmon/src/README
46
mrourmon/src/ircfr/Makefile.bsd
47
mrourmon/src/ircfr/Makefile.linux
48
mrourmon/src/ircfr/README
49
mrourmon/src/ircfr/config.h
50
mrourmon/src/ircfr/copyright.h
51
mrourmon/src/ircfr/filter.c
52
mrourmon/src/ircfr/filter.h
53
mrourmon/src/ircfr/interfaces.c
54
mrourmon/src/ircfr/ipanalyze.c
55
mrourmon/src/ircfr/ircfr.c
56
mrourmon/src/ircfr/ircfr.h
57
mrourmon/src/ircfr/ircfr.sh
58
mrourmon/src/ircfr/ircscan.c
59
mrourmon/src/ircfr/ircscan.h
60
mrourmon/src/ircfr/machdep.c
61
mrourmon/src/ircfr/util.c
62
mrourmon/src/ourmon/Makefile.bsd
63
mrourmon/src/ourmon/Makefile.linux
64
mrourmon/src/ourmon/Makefile.mac
65
mrourmon/src/ourmon/Makefile.mmap
66
mrourmon/src/ourmon/Makefile.mmap.linux
67
mrourmon/src/ourmon/Makefile.solaris
68
mrourmon/src/ourmon/barthash.c
69
mrourmon/src/ourmon/bytecodes.h
70
mrourmon/src/ourmon/config.h
71
mrourmon/src/ourmon/copyright.h
72
mrourmon/src/ourmon/cprogram.c
73
mrourmon/src/ourmon/cprogram.h
74
mrourmon/src/ourmon/ehash.c
75
mrourmon/src/ourmon/filter.c
76
mrourmon/src/ourmon/filter.h
77
mrourmon/src/ourmon/hashblist.c
78
mrourmon/src/ourmon/hashblist.h
79
mrourmon/src/ourmon/hashdns.c
80
mrourmon/src/ourmon/hashdns.h
81
mrourmon/src/ourmon/hashicmp.c
82
mrourmon/src/ourmon/hashicmp.h
83
mrourmon/src/ourmon/hashport.c
84
mrourmon/src/ourmon/hashport.h
85
mrourmon/src/ourmon/hashscan.c
86
mrourmon/src/ourmon/hashscan.h
87
mrourmon/src/ourmon/hashsort.c
88
mrourmon/src/ourmon/hashsort.h
89
mrourmon/src/ourmon/hashsyn.c
90
mrourmon/src/ourmon/hashsyn.h
91
mrourmon/src/ourmon/hwflags.h
92
mrourmon/src/ourmon/interfaces.c
93
mrourmon/src/ourmon/ipanalyze.c
94
mrourmon/src/ourmon/ircscan.c
95
mrourmon/src/ourmon/ircscan.h
96
mrourmon/src/ourmon/machdep.c
97
mrourmon/src/ourmon/monconfig.c
98
mrourmon/src/ourmon/nonipanalyze.c
99
@rmtry mrourmon/src/ourmon/ourmon
100
mrourmon/src/ourmon/ourmon.c
101
mrourmon/src/ourmon/ourmon.conf
102
mrourmon/src/ourmon/ourmon.h
103
mrourmon/src/ourmon/ourmon.sh
104
mrourmon/src/ourmon/ourpcap.c
105
mrourmon/src/ourmon/ourpcap.h
106
mrourmon/src/ourmon/patmatch.c
107
mrourmon/src/ourmon/patmatch.h
108
mrourmon/src/ourmon/pktlinux.c
109
mrourmon/src/ourmon/signal.c
110
mrourmon/src/ourmon/spinlock.c
111
mrourmon/src/ourmon/spinlock.h
112
mrourmon/src/ourmon/stats.h
113
mrourmon/src/ourmon/stringstore.c
114
mrourmon/src/ourmon/stringstore.h
115
mrourmon/src/ourmon/sync.c
116
mrourmon/src/ourmon/sync.h
117
mrourmon/src/ourmon/thread.c
118
mrourmon/src/ourmon/thread.h
119
mrourmon/src/ourmon/trigger.c
120
mrourmon/src/ourmon/trigger.h
121
mrourmon/src/ourmon/util.c
122
mrourmon/src/scripts/README
123
mrourmon/src/scripts/getssbots.sh
124
mrourmon/src/scripts/sizecheck.pl
125
mrourmon/src/scripts/stirc.pl
126
mrourmon/src/scripts/stoo.pl
127
mrourmon/src/web.code/Makefile
128
mrourmon/src/web.code/README
129
mrourmon/src/web.code/bard/bar1.png
130
mrourmon/src/web.code/bard/bar10.png
5
mrourmon/src/web.code/bard/bar100.png
131
mrourmon/src/web.code/bard/bar100.png
6
mrourmon/src/web.code/bard/bar26.png
7
mrourmon/src/web.code/bard/bar55.png
8
mrourmon/src/web.code/bard/bar27.png
9
mrourmon/src/web.code/bard/bar56.png
10
mrourmon/src/web.code/bard/bar79.png
11
mrourmon/src/web.code/bard/bar87.png
12
mrourmon/src/web.code/bard/bar76.png
13
mrourmon/src/web.code/bard/bar41.png
14
mrourmon/src/web.code/bard/bar11.png
132
mrourmon/src/web.code/bard/bar11.png
15
mrourmon/src/web.code/bard/bar81.png
16
mrourmon/src/web.code/bard/bar44.png
17
mrourmon/src/web.code/bard/bar50.png
18
mrourmon/src/web.code/bard/bar16.png
19
mrourmon/src/web.code/bard/bar29.png
20
mrourmon/src/web.code/bard/bar94.png
21
mrourmon/src/web.code/bard/bar77.png
22
mrourmon/src/web.code/bard/bar8.png
23
mrourmon/src/web.code/bard/bar51.png
24
mrourmon/src/web.code/bard/bar28.png
25
mrourmon/src/web.code/bard/bar83.png
26
mrourmon/src/web.code/bard/bar36.png
27
mrourmon/src/web.code/bard/bar86.png
28
mrourmon/src/web.code/bard/bar21.png
29
mrourmon/src/web.code/bard/bar46.png
30
mrourmon/src/web.code/bard/bar48.png
31
mrourmon/src/web.code/bard/bar20.png
32
mrourmon/src/web.code/bard/bar15.png
33
mrourmon/src/web.code/bard/bar89.png
34
mrourmon/src/web.code/bard/bar6.png
35
mrourmon/src/web.code/bard/bar72.png
36
mrourmon/src/web.code/bard/bar74.png
37
mrourmon/src/web.code/bard/bar34.png
38
mrourmon/src/web.code/bard/bar69.png
39
mrourmon/src/web.code/bard/bar17.png
40
mrourmon/src/web.code/bard/bar12.png
133
mrourmon/src/web.code/bard/bar12.png
41
mrourmon/src/web.code/bard/bar84.png
42
mrourmon/src/web.code/bard/bar23.png
43
mrourmon/src/web.code/bard/bar92.png
44
mrourmon/src/web.code/bard/bar88.png
45
mrourmon/src/web.code/bard/bar13.png
134
mrourmon/src/web.code/bard/bar13.png
46
mrourmon/src/web.code/bard/bar59.png
135
mrourmon/src/web.code/bard/bar14.png
47
mrourmon/src/web.code/bard/bar78.png
136
mrourmon/src/web.code/bard/bar15.png
48
mrourmon/src/web.code/bard/bar3.png
137
mrourmon/src/web.code/bard/bar16.png
49
mrourmon/src/web.code/bard/bar45.png
138
mrourmon/src/web.code/bard/bar17.png
50
mrourmon/src/web.code/bard/bar25.png
139
mrourmon/src/web.code/bard/bar18.png
140
mrourmon/src/web.code/bard/bar19.png
141
mrourmon/src/web.code/bard/bar2.png
142
mrourmon/src/web.code/bard/bar20.png
143
mrourmon/src/web.code/bard/bar21.png
51
mrourmon/src/web.code/bard/bar22.png
144
mrourmon/src/web.code/bard/bar22.png
52
mrourmon/src/web.code/bard/bar96.png
145
mrourmon/src/web.code/bard/bar23.png
53
mrourmon/src/web.code/bard/bar24.png
146
mrourmon/src/web.code/bard/bar24.png
54
mrourmon/src/web.code/bard/bar62.png
147
mrourmon/src/web.code/bard/bar25.png
55
mrourmon/src/web.code/bard/bar95.png
148
mrourmon/src/web.code/bard/bar26.png
56
mrourmon/src/web.code/bard/bar71.png
149
mrourmon/src/web.code/bard/bar27.png
57
mrourmon/src/web.code/bard/bar9.png
150
mrourmon/src/web.code/bard/bar28.png
58
mrourmon/src/web.code/bard/bar40.png
151
mrourmon/src/web.code/bard/bar29.png
59
mrourmon/src/web.code/bard/bar90.png
152
mrourmon/src/web.code/bard/bar3.png
153
mrourmon/src/web.code/bard/bar30.png
154
mrourmon/src/web.code/bard/bar31.png
155
mrourmon/src/web.code/bard/bar32.png
60
mrourmon/src/web.code/bard/bar33.png
156
mrourmon/src/web.code/bard/bar33.png
157
mrourmon/src/web.code/bard/bar34.png
158
mrourmon/src/web.code/bard/bar35.png
159
mrourmon/src/web.code/bard/bar36.png
160
mrourmon/src/web.code/bard/bar37.png
161
mrourmon/src/web.code/bard/bar38.png
162
mrourmon/src/web.code/bard/bar39.png
163
mrourmon/src/web.code/bard/bar4.png
164
mrourmon/src/web.code/bard/bar40.png
165
mrourmon/src/web.code/bard/bar41.png
61
mrourmon/src/web.code/bard/bar42.png
166
mrourmon/src/web.code/bard/bar42.png
62
mrourmon/src/web.code/bard/bar61.png
167
mrourmon/src/web.code/bard/bar43.png
63
mrourmon/src/web.code/bard/bar66.png
168
mrourmon/src/web.code/bard/bar44.png
64
mrourmon/src/web.code/bard/bar97.png
169
mrourmon/src/web.code/bard/bar45.png
170
mrourmon/src/web.code/bard/bar46.png
171
mrourmon/src/web.code/bard/bar47.png
172
mrourmon/src/web.code/bard/bar48.png
173
mrourmon/src/web.code/bard/bar49.png
174
mrourmon/src/web.code/bard/bar5.png
175
mrourmon/src/web.code/bard/bar50.png
176
mrourmon/src/web.code/bard/bar51.png
177
mrourmon/src/web.code/bard/bar52.png
178
mrourmon/src/web.code/bard/bar53.png
179
mrourmon/src/web.code/bard/bar54.png
180
mrourmon/src/web.code/bard/bar55.png
181
mrourmon/src/web.code/bard/bar56.png
182
mrourmon/src/web.code/bard/bar57.png
65
mrourmon/src/web.code/bard/bar58.png
183
mrourmon/src/web.code/bard/bar58.png
66
mrourmon/src/web.code/bard/bar80.png
184
mrourmon/src/web.code/bard/bar59.png
67
mrourmon/src/web.code/bard/bar93.png
185
mrourmon/src/web.code/bard/bar6.png
68
mrourmon/src/web.code/bard/bar2.png
186
mrourmon/src/web.code/bard/bar60.png
187
mrourmon/src/web.code/bard/bar61.png
188
mrourmon/src/web.code/bard/bar62.png
189
mrourmon/src/web.code/bard/bar63.png
69
mrourmon/src/web.code/bard/bar64.png
190
mrourmon/src/web.code/bard/bar64.png
70
mrourmon/src/web.code/bard/bar65.png
191
mrourmon/src/web.code/bard/bar65.png
71
mrourmon/src/web.code/bard/bar53.png
192
mrourmon/src/web.code/bard/bar66.png
193
mrourmon/src/web.code/bard/bar67.png
72
mrourmon/src/web.code/bard/bar68.png
194
mrourmon/src/web.code/bard/bar68.png
73
mrourmon/src/web.code/bard/bar39.png
195
mrourmon/src/web.code/bard/bar69.png
74
mrourmon/src/web.code/bard/bar14.png
196
mrourmon/src/web.code/bard/bar7.png
75
mrourmon/src/web.code/bard/bar18.png
197
mrourmon/src/web.code/bard/bar70.png
198
mrourmon/src/web.code/bard/bar71.png
199
mrourmon/src/web.code/bard/bar72.png
200
mrourmon/src/web.code/bard/bar73.png
201
mrourmon/src/web.code/bard/bar74.png
76
mrourmon/src/web.code/bard/bar75.png
202
mrourmon/src/web.code/bard/bar75.png
77
mrourmon/src/web.code/bard/bar67.png
203
mrourmon/src/web.code/bard/bar76.png
78
mrourmon/src/web.code/bard/bar1.png
204
mrourmon/src/web.code/bard/bar77.png
79
mrourmon/src/web.code/bard/bar60.png
205
mrourmon/src/web.code/bard/bar78.png
80
mrourmon/src/web.code/bard/bar10.png
206
mrourmon/src/web.code/bard/bar79.png
81
mrourmon/src/web.code/bard/bar49.png
207
mrourmon/src/web.code/bard/bar8.png
82
mrourmon/src/web.code/bard/bar85.png
208
mrourmon/src/web.code/bard/bar80.png
83
mrourmon/src/web.code/bard/bar47.png
209
mrourmon/src/web.code/bard/bar81.png
84
mrourmon/src/web.code/bard/bar37.png
85
mrourmon/src/web.code/bard/bar82.png
210
mrourmon/src/web.code/bard/bar82.png
86
mrourmon/src/web.code/bard/bar4.png
211
mrourmon/src/web.code/bard/bar83.png
87
mrourmon/src/web.code/bard/bar63.png
212
mrourmon/src/web.code/bard/bar84.png
88
mrourmon/src/web.code/bard/bar32.png
213
mrourmon/src/web.code/bard/bar85.png
89
mrourmon/src/web.code/bard/bar31.png
214
mrourmon/src/web.code/bard/bar86.png
90
mrourmon/src/web.code/bard/bar5.png
215
mrourmon/src/web.code/bard/bar87.png
91
mrourmon/src/web.code/bard/bar70.png
216
mrourmon/src/web.code/bard/bar88.png
92
mrourmon/src/web.code/bard/bar43.png
217
mrourmon/src/web.code/bard/bar89.png
218
mrourmon/src/web.code/bard/bar9.png
219
mrourmon/src/web.code/bard/bar90.png
93
mrourmon/src/web.code/bard/bar91.png
220
mrourmon/src/web.code/bard/bar91.png
94
mrourmon/src/web.code/bard/bar7.png
221
mrourmon/src/web.code/bard/bar92.png
95
mrourmon/src/web.code/bard/bar35.png
222
mrourmon/src/web.code/bard/bar93.png
96
mrourmon/src/web.code/bard/bar73.png
223
mrourmon/src/web.code/bard/bar94.png
97
mrourmon/src/web.code/bard/bar38.png
224
mrourmon/src/web.code/bard/bar95.png
98
mrourmon/src/web.code/bard/bar19.png
225
mrourmon/src/web.code/bard/bar96.png
99
mrourmon/src/web.code/bard/bar54.png
226
mrourmon/src/web.code/bard/bar97.png
100
mrourmon/src/web.code/bard/bar98.png
227
mrourmon/src/web.code/bard/bar98.png
101
mrourmon/src/web.code/omupdate.pl
228
mrourmon/src/web.code/bard/bar99.png
229
mrourmon/src/web.code/batchip.sh
230
mrourmon/src/web.code/batchipall.sh
231
mrourmon/src/web.code/daily.pl
232
mrourmon/src/web.code/drawbar.c
102
mrourmon/src/web.code/drawtopn.c
233
mrourmon/src/web.code/drawtopn.c
103
mrourmon/src/web.code/ombatchsyn.pl
234
mrourmon/src/web.code/irc.pl
104
mrourmon/src/web.code/omupdate.sh
105
mrourmon/src/web.code/wormtolog.pl
106
mrourmon/src/web.code/makebar.pl
235
mrourmon/src/web.code/makebar.pl
107
mrourmon/src/web.code/README
236
mrourmon/src/web.code/mklogdir.sh
108
mrourmon/src/web.code/monbackup.pl
237
mrourmon/src/web.code/monbackup.pl
109
mrourmon/src/web.code/ombatchip.pl
238
mrourmon/src/web.code/ombatchip.pl
110
mrourmon/src/web.code/topn_udp.png
239
mrourmon/src/web.code/ombatchipsrc.pl
111
mrourmon/src/web.code/drawbar.c
240
mrourmon/src/web.code/ombatchsyn.pl
241
mrourmon/src/web.code/omupdate.pl
242
mrourmon/src/web.code/omupdate.sh
112
mrourmon/src/web.code/tcpworm.pl
243
mrourmon/src/web.code/tcpworm.pl
113
mrourmon/src/web.code/testdraw.sh
244
mrourmon/src/web.code/testdraw.sh
114
mrourmon/src/web.code/ombatchipsrc.pl
245
mrourmon/src/web.code/topn_udp.png
115
mrourmon/src/web.code/udptest.sh
246
mrourmon/src/web.code/udptest.sh
116
mrourmon/src/web.code/irc.pl
247
mrourmon/src/web.code/wormtolog.pl
117
mrourmon/src/web.code/batchip.sh
248
mrourmon/src/web.html/README
118
mrourmon/src/web.code/Makefile
249
mrourmon/src/web.html/bpf-emailsyns.html
119
mrourmon/src/web.code/batchipall.sh
120
mrourmon/src/web.code/mklogdir.sh
121
mrourmon/src/web.code/daily.pl
122
mrourmon/src/web.html/info.topipa.html
123
mrourmon/src/web.html/ourarch.png
124
mrourmon/src/web.html/pss2.radar.stop.html
125
mrourmon/src/web.html/neg.radar.stop.html
126
mrourmon/src/web.html/indexstatic.html
127
mrourmon/src/web.html/pss.radar.html
128
mrourmon/src/web.html/bpf-errors.html
250
mrourmon/src/web.html/bpf-errors.html
251
mrourmon/src/web.html/bpf-p2p.html
252
mrourmon/src/web.html/bpf-ports.html
253
mrourmon/src/web.html/bpf-protopkts.html
254
mrourmon/src/web.html/bpf-subnets1.html
255
mrourmon/src/web.html/bpf-tcpcontrol.html
256
mrourmon/src/web.html/bpf-unreach.html
129
mrourmon/src/web.html/bpf-vpns.html
257
mrourmon/src/web.html/bpf-vpns.html
130
mrourmon/src/web.html/flow.html
258
mrourmon/src/web.html/cast.html
131
mrourmon/src/web.html/dnsstats.html
259
mrourmon/src/web.html/dnsstats.html
132
mrourmon/src/web.html/pkts.html
260
mrourmon/src/web.html/flow.html
133
mrourmon/src/web.html/scans.radar.stop.html
134
mrourmon/src/web.html/topnstat.html
135
mrourmon/src/web.html/tworm.html
136
mrourmon/src/web.html/tcp3.html
137
mrourmon/src/web.html/l2proto.html
138
mrourmon/src/web.html/irc.html
139
mrourmon/src/web.html/pss.radar.stop.html
140
mrourmon/src/web.html/bpf-emailsyns.html
141
mrourmon/src/web.html/netww.html
142
mrourmon/src/web.html/icmperror.html
143
mrourmon/src/web.html/pss2.radar.html
144
mrourmon/src/web.html/README
145
mrourmon/src/web.html/scans.radar.html
146
mrourmon/src/web.html/ipproto.html
147
mrourmon/src/web.html/bpf-ports.html
148
mrourmon/src/web.html/icmpcodes.txt
261
mrourmon/src/web.html/icmpcodes.txt
149
mrourmon/src/web.html/neg.radar.html
262
mrourmon/src/web.html/icmperror.html
150
mrourmon/src/web.html/ipscan.html
151
mrourmon/src/web.html/udpscan.html
152
mrourmon/src/web.html/bpf-unreach.html
153
mrourmon/src/web.html/bpf-p2p.html
154
mrourmon/src/web.html/index.html
263
mrourmon/src/web.html/index.html
155
mrourmon/src/web.html/size.html
264
mrourmon/src/web.html/indexstatic.html
156
mrourmon/src/web.html/bpf-subnets1.html
157
mrourmon/src/web.html/cast.html
158
mrourmon/src/web.html/bpf-tcpcontrol.html
159
mrourmon/src/web.html/ipportscan.html
160
mrourmon/src/web.html/tcpsyn.html
161
mrourmon/src/web.html/info.html
265
mrourmon/src/web.html/info.html
266
mrourmon/src/web.html/info.topipa.html
267
mrourmon/src/web.html/ipportscan.html
268
mrourmon/src/web.html/ipproto.html
269
mrourmon/src/web.html/iprange1.html
270
mrourmon/src/web.html/ipscan.html
271
mrourmon/src/web.html/irc.html
162
mrourmon/src/web.html/l2pni.radar.html
272
mrourmon/src/web.html/l2pni.radar.html
273
mrourmon/src/web.html/l2pni.radar.stop.html
274
mrourmon/src/web.html/l2proto.html
275
mrourmon/src/web.html/neg.radar.html
276
mrourmon/src/web.html/neg.radar.stop.html
277
mrourmon/src/web.html/netww.html
278
mrourmon/src/web.html/ourarch.png
279
mrourmon/src/web.html/pkts.html
280
mrourmon/src/web.html/pss.radar.html
281
mrourmon/src/web.html/pss.radar.stop.html
282
mrourmon/src/web.html/pss2.radar.html
283
mrourmon/src/web.html/pss2.radar.stop.html
163
mrourmon/src/web.html/radar.html
284
mrourmon/src/web.html/radar.html
164
mrourmon/src/web.html/realhtml.txt
165
mrourmon/src/web.html/radar.stop.html
285
mrourmon/src/web.html/radar.stop.html
166
mrourmon/src/web.html/bpf-protopkts.html
167
mrourmon/src/web.html/l2pni.radar.stop.html
168
mrourmon/src/web.html/udpweight.html
169
mrourmon/src/web.html/udperror.html
170
mrourmon/src/web.html/iprange1.html
171
mrourmon/src/web.html/radarlist.txt
286
mrourmon/src/web.html/radarlist.txt
172
mrourmon/src/ourmon/hashblist.h
287
mrourmon/src/web.html/realhtml.txt
173
mrourmon/src/ourmon/copyright.h
288
mrourmon/src/web.html/scans.radar.html
174
mrourmon/src/ourmon/signal.c
289
mrourmon/src/web.html/scans.radar.stop.html
175
mrourmon/src/ourmon/ircscan.h
290
mrourmon/src/web.html/size.html
176
mrourmon/src/ourmon/hashscan.c
291
mrourmon/src/web.html/tcp3.html
177
mrourmon/src/ourmon/spinlock.h
292
mrourmon/src/web.html/tcpsyn.html
178
mrourmon/src/ourmon/barthash.c
293
mrourmon/src/web.html/topnstat.html
179
mrourmon/src/ourmon/thread.h
294
mrourmon/src/web.html/tworm.html
180
mrourmon/src/ourmon/ourpcap.c
295
mrourmon/src/web.html/udperror.html
181
mrourmon/src/ourmon/hashicmp.h
296
mrourmon/src/web.html/udpscan.html
182
mrourmon/src/ourmon/hashsyn.c
297
mrourmon/src/web.html/udpweight.html
183
mrourmon/src/ourmon/Makefile.mmap.linux
184
mrourmon/src/ourmon/sync.c
185
mrourmon/src/ourmon/ehash.c
186
mrourmon/src/ourmon/ipanalyze.c
187
mrourmon/src/ourmon/patmatch.c
188
mrourmon/src/ourmon/cprogram.h
189
mrourmon/src/ourmon/hashblist.c
190
mrourmon/src/ourmon/hashdns.c
191
mrourmon/src/ourmon/stringstore.c
192
mrourmon/src/ourmon/hashsyn.h
193
mrourmon/src/ourmon/bytecodes.h
194
mrourmon/src/ourmon/spinlock.c
195
mrourmon/src/ourmon/trigger.c
196
mrourmon/src/ourmon/Makefile.linux
197
mrourmon/src/ourmon/filter.h
198
mrourmon/src/ourmon/thread.c
199
mrourmon/src/ourmon/hashsort.c
200
mrourmon/src/ourmon/Makefile.solaris
201
mrourmon/src/ourmon/util.c
202
mrourmon/src/ourmon/filter.c
203
mrourmon/src/ourmon/hashport.c
204
mrourmon/src/ourmon/hashicmp.c
205
mrourmon/src/ourmon/stats.h
206
mrourmon/src/ourmon/stringstore.h
207
mrourmon/src/ourmon/cprogram.c
208
mrourmon/src/ourmon/machdep.c
209
mrourmon/src/ourmon/pktlinux.c
210
mrourmon/src/ourmon/Makefile.mac
211
mrourmon/src/ourmon/ircscan.c
212
mrourmon/src/ourmon/nonipanalyze.c
213
mrourmon/src/ourmon/hwflags.h
214
mrourmon/src/ourmon/hashport.h
215
mrourmon/src/ourmon/interfaces.c
216
mrourmon/src/ourmon/trigger.h
217
mrourmon/src/ourmon/hashscan.h
218
mrourmon/src/ourmon/ourmon.c
219
mrourmon/src/ourmon/sync.h
220
mrourmon/src/ourmon/Makefile.mmap
221
mrourmon/src/ourmon/ourmon.h
222
mrourmon/src/ourmon/ourpcap.h
223
mrourmon/src/ourmon/hashdns.h
224
mrourmon/src/ourmon/patmatch.h
225
mrourmon/src/ourmon/monconfig.c
226
mrourmon/src/ourmon/hashsort.h
227
mrourmon/src/ourmon/ourmon.conf
228
mrourmon/src/ourmon/config.h
229
mrourmon/src/ourmon/Makefile.bsd
230
mrourmon/src/ourmon/ourmon.sh
231
mrourmon/src/scripts/stirc.pl
232
mrourmon/src/scripts/getssbots.sh
233
mrourmon/src/scripts/README
234
mrourmon/src/scripts/stoo.pl
235
mrourmon/src/scripts/sizecheck.pl
236
mrourmon/src/ircfr/ircfr.h
237
mrourmon/src/ircfr/Makefile.bsd
238
mrourmon/src/ircfr/copyright.h
239
mrourmon/src/ircfr/ircfr.c
240
mrourmon/src/ircfr/ircscan.h
241
mrourmon/src/ircfr/ipanalyze.c
242
mrourmon/src/ircfr/README
243
mrourmon/src/ircfr/Makefile.linux
244
mrourmon/src/ircfr/filter.h
245
mrourmon/src/ircfr/util.c
246
mrourmon/src/ircfr/filter.c
247
mrourmon/src/ircfr/machdep.c
248
mrourmon/src/ircfr/ircfr.sh
249
mrourmon/src/ircfr/ircscan.c
250
mrourmon/src/ircfr/interfaces.c
251
mrourmon/src/ircfr/config.h
252
mrourmon/src/README
253
mrourmon/etc/cbpfexamples.conf
254
mrourmon/etc/README
255
mrourmon/etc/ourmon.conf
256
mrourmon/etc/secmin.conf
257
mrourmon/etc/crontab.sample
258
mrourmon/scripts/checkmon.sh
259
mrourmon/scripts/monupdate.sh
260
mrourmon/scripts/README
261
mrourmon/scripts/runourmon.pl
262
mrourmon/README.bsd
263
mrourmon/INSTALL
264
mrourmon/ACKS
265
mrourmon/uninstall.txt
266
mrourmon/README
267
mrourmon/CHANGES
268
mrourmon/VERSION
269
mrourmon/README.linux
270
mrourmon/makeclean.sh
271
mrourmon/configure.pl
272
mrourmon/ubuntudep.sh
298
mrourmon/ubuntudep.sh
299
mrourmon/uninstall.txt
300
mrourmon/web.pages
301
%%WWWDIR%%/INSTALL.txt
302
%%WWWDIR%%/README
303
%%WWWDIR%%/bard/bar1.png
304
%%WWWDIR%%/bard/bar10.png
305
%%WWWDIR%%/bard/bar100.png
306
%%WWWDIR%%/bard/bar11.png
307
%%WWWDIR%%/bard/bar12.png
308
%%WWWDIR%%/bard/bar13.png
309
%%WWWDIR%%/bard/bar14.png
310
%%WWWDIR%%/bard/bar15.png
311
%%WWWDIR%%/bard/bar16.png
312
%%WWWDIR%%/bard/bar17.png
313
%%WWWDIR%%/bard/bar18.png
314
%%WWWDIR%%/bard/bar19.png
315
%%WWWDIR%%/bard/bar2.png
316
%%WWWDIR%%/bard/bar20.png
317
%%WWWDIR%%/bard/bar21.png
318
%%WWWDIR%%/bard/bar22.png
319
%%WWWDIR%%/bard/bar23.png
320
%%WWWDIR%%/bard/bar24.png
321
%%WWWDIR%%/bard/bar25.png
322
%%WWWDIR%%/bard/bar26.png
323
%%WWWDIR%%/bard/bar27.png
324
%%WWWDIR%%/bard/bar28.png
325
%%WWWDIR%%/bard/bar29.png
326
%%WWWDIR%%/bard/bar3.png
327
%%WWWDIR%%/bard/bar30.png
328
%%WWWDIR%%/bard/bar31.png
329
%%WWWDIR%%/bard/bar32.png
330
%%WWWDIR%%/bard/bar33.png
331
%%WWWDIR%%/bard/bar34.png
332
%%WWWDIR%%/bard/bar35.png
333
%%WWWDIR%%/bard/bar36.png
334
%%WWWDIR%%/bard/bar37.png
335
%%WWWDIR%%/bard/bar38.png
336
%%WWWDIR%%/bard/bar39.png
337
%%WWWDIR%%/bard/bar4.png
338
%%WWWDIR%%/bard/bar40.png
339
%%WWWDIR%%/bard/bar41.png
340
%%WWWDIR%%/bard/bar42.png
341
%%WWWDIR%%/bard/bar43.png
342
%%WWWDIR%%/bard/bar44.png
343
%%WWWDIR%%/bard/bar45.png
344
%%WWWDIR%%/bard/bar46.png
345
%%WWWDIR%%/bard/bar47.png
346
%%WWWDIR%%/bard/bar48.png
347
%%WWWDIR%%/bard/bar49.png
348
%%WWWDIR%%/bard/bar5.png
349
%%WWWDIR%%/bard/bar50.png
350
%%WWWDIR%%/bard/bar51.png
351
%%WWWDIR%%/bard/bar52.png
352
%%WWWDIR%%/bard/bar53.png
353
%%WWWDIR%%/bard/bar54.png
354
%%WWWDIR%%/bard/bar55.png
355
%%WWWDIR%%/bard/bar56.png
356
%%WWWDIR%%/bard/bar57.png
357
%%WWWDIR%%/bard/bar58.png
358
%%WWWDIR%%/bard/bar59.png
359
%%WWWDIR%%/bard/bar6.png
360
%%WWWDIR%%/bard/bar60.png
361
%%WWWDIR%%/bard/bar61.png
362
%%WWWDIR%%/bard/bar62.png
363
%%WWWDIR%%/bard/bar63.png
364
%%WWWDIR%%/bard/bar64.png
365
%%WWWDIR%%/bard/bar65.png
366
%%WWWDIR%%/bard/bar66.png
367
%%WWWDIR%%/bard/bar67.png
368
%%WWWDIR%%/bard/bar68.png
369
%%WWWDIR%%/bard/bar69.png
370
%%WWWDIR%%/bard/bar7.png
371
%%WWWDIR%%/bard/bar70.png
372
%%WWWDIR%%/bard/bar71.png
373
%%WWWDIR%%/bard/bar72.png
374
%%WWWDIR%%/bard/bar73.png
375
%%WWWDIR%%/bard/bar74.png
376
%%WWWDIR%%/bard/bar75.png
377
%%WWWDIR%%/bard/bar76.png
378
%%WWWDIR%%/bard/bar77.png
379
%%WWWDIR%%/bard/bar78.png
380
%%WWWDIR%%/bard/bar79.png
381
%%WWWDIR%%/bard/bar8.png
382
%%WWWDIR%%/bard/bar80.png
383
%%WWWDIR%%/bard/bar81.png
384
%%WWWDIR%%/bard/bar82.png
385
%%WWWDIR%%/bard/bar83.png
386
%%WWWDIR%%/bard/bar84.png
387
%%WWWDIR%%/bard/bar85.png
388
%%WWWDIR%%/bard/bar86.png
389
%%WWWDIR%%/bard/bar87.png
390
%%WWWDIR%%/bard/bar88.png
391
%%WWWDIR%%/bard/bar89.png
392
%%WWWDIR%%/bard/bar9.png
393
%%WWWDIR%%/bard/bar90.png
394
%%WWWDIR%%/bard/bar91.png
395
%%WWWDIR%%/bard/bar92.png
396
%%WWWDIR%%/bard/bar93.png
397
%%WWWDIR%%/bard/bar94.png
398
%%WWWDIR%%/bard/bar95.png
399
%%WWWDIR%%/bard/bar96.png
400
%%WWWDIR%%/bard/bar97.png
401
%%WWWDIR%%/bard/bar98.png
402
%%WWWDIR%%/bard/bar99.png
403
%%WWWDIR%%/bpf-emailsyns.html
404
%%WWWDIR%%/bpf-errors.html
405
%%WWWDIR%%/bpf-p2p.html
406
%%WWWDIR%%/bpf-ports.html
407
%%WWWDIR%%/bpf-protopkts.html
408
%%WWWDIR%%/bpf-subnets1.html
409
%%WWWDIR%%/bpf-tcpcontrol.html
410
%%WWWDIR%%/bpf-unreach.html
411
%%WWWDIR%%/bpf-vpns.html
412
%%WWWDIR%%/cast.html
413
%%WWWDIR%%/dnsstats.html
414
%%WWWDIR%%/flow.html
415
%%WWWDIR%%/icmpcodes.txt
416
%%WWWDIR%%/icmperror.html
417
%%WWWDIR%%/index.html
418
%%WWWDIR%%/indexstatic.html
419
%%WWWDIR%%/info.html
420
%%WWWDIR%%/info.topipa.html
421
%%WWWDIR%%/ipportscan.html
422
%%WWWDIR%%/ipproto.html
423
%%WWWDIR%%/iprange1.html
424
%%WWWDIR%%/ipscan.html
425
%%WWWDIR%%/irc.html
426
%%WWWDIR%%/l2pni.radar.html
427
%%WWWDIR%%/l2pni.radar.stop.html
428
%%WWWDIR%%/l2proto.html
429
%%WWWDIR%%/neg.radar.html
430
%%WWWDIR%%/neg.radar.stop.html
431
%%WWWDIR%%/netww.html
432
%%WWWDIR%%/ourarch.png
433
@rmtry %%WWWDIR%%/ourmon
434
%%WWWDIR%%/pkts.html
435
%%WWWDIR%%/pss.radar.html
436
%%WWWDIR%%/pss.radar.stop.html
437
%%WWWDIR%%/pss2.radar.html
438
%%WWWDIR%%/pss2.radar.stop.html
439
%%WWWDIR%%/radar.html
440
%%WWWDIR%%/radar.stop.html
441
%%WWWDIR%%/radarlist.txt
442
%%WWWDIR%%/realhtml.txt
443
%%WWWDIR%%/scans.radar.html
444
%%WWWDIR%%/scans.radar.stop.html
445
%%WWWDIR%%/size.html
446
%%WWWDIR%%/tcp3.html
447
%%WWWDIR%%/tcpsyn.html
448
%%WWWDIR%%/topnstat.html
449
%%WWWDIR%%/tworm.html
450
%%WWWDIR%%/udperror.html
451
%%WWWDIR%%/udpscan.html
452
%%WWWDIR%%/udpweight.html
453
@dirrmtry %%WWWDIR%%/bard
454
@dirrmtry %%WWWDIR%%
455
@dirrmtry mrourmon/tmp
456
@dirrmtry mrourmon/src/web.html
273
@dirrmtry mrourmon/src/web.code/bard
457
@dirrmtry mrourmon/src/web.code/bard
274
@dirrmtry mrourmon/src/web.code
458
@dirrmtry mrourmon/src/web.code
275
@dirrmtry mrourmon/src/web.html
276
@dirrmtry mrourmon/src/ourmon
277
@dirrmtry mrourmon/src/scripts
459
@dirrmtry mrourmon/src/scripts
460
@dirrmtry mrourmon/src/ourmon
278
@dirrmtry mrourmon/src/ircfr
461
@dirrmtry mrourmon/src/ircfr
279
@dirrmtry mrourmon/src
462
@dirrmtry mrourmon/src
280
@dirrmtry mrourmon/bin
281
@dirrmtry mrourmon/etc
282
@dirrmtry mrourmon/scripts
463
@dirrmtry mrourmon/scripts
283
@dirrmtry mrourmon/tmp
284
@dirrmtry mrourmon/rrddata
464
@dirrmtry mrourmon/rrddata
465
@dirrmtry mrourmon/logs/udpreport/Wed
466
@dirrmtry mrourmon/logs/udpreport/Tue
467
@dirrmtry mrourmon/logs/udpreport/Thu
468
@dirrmtry mrourmon/logs/udpreport/Sun
469
@dirrmtry mrourmon/logs/udpreport/So
470
@dirrmtry mrourmon/logs/udpreport/Sat
471
@dirrmtry mrourmon/logs/udpreport/Mon
472
@dirrmtry mrourmon/logs/udpreport/Fri
473
@dirrmtry mrourmon/logs/udpreport
474
@dirrmtry mrourmon/logs/tworm/Wed
475
@dirrmtry mrourmon/logs/tworm/Tue
476
@dirrmtry mrourmon/logs/tworm/Thu
477
@dirrmtry mrourmon/logs/tworm/Sun
478
@dirrmtry mrourmon/logs/tworm/So
479
@dirrmtry mrourmon/logs/tworm/Sat
480
@dirrmtry mrourmon/logs/tworm/Mon
481
@dirrmtry mrourmon/logs/tworm/Fri
482
@dirrmtry mrourmon/logs/tworm
483
@dirrmtry mrourmon/logs/rawsyndump/Wed
484
@dirrmtry mrourmon/logs/rawsyndump/Tue
485
@dirrmtry mrourmon/logs/rawsyndump/Thu
486
@dirrmtry mrourmon/logs/rawsyndump/Sun
487
@dirrmtry mrourmon/logs/rawsyndump/So
488
@dirrmtry mrourmon/logs/rawsyndump/Sat
489
@dirrmtry mrourmon/logs/rawsyndump/Mon
490
@dirrmtry mrourmon/logs/rawsyndump/Fri
491
@dirrmtry mrourmon/logs/rawsyndump
492
@dirrmtry mrourmon/logs/rawpotdump/Wed
493
@dirrmtry mrourmon/logs/rawpotdump/Tue
494
@dirrmtry mrourmon/logs/rawpotdump/Thu
495
@dirrmtry mrourmon/logs/rawpotdump/Sun
496
@dirrmtry mrourmon/logs/rawpotdump/So
497
@dirrmtry mrourmon/logs/rawpotdump/Sat
498
@dirrmtry mrourmon/logs/rawpotdump/Mon
499
@dirrmtry mrourmon/logs/rawpotdump/Fri
500
@dirrmtry mrourmon/logs/rawpotdump
501
@dirrmtry mrourmon/logs/rawp2p/Wed
502
@dirrmtry mrourmon/logs/rawp2p/Tue
503
@dirrmtry mrourmon/logs/rawp2p/Thu
504
@dirrmtry mrourmon/logs/rawp2p/Sun
505
@dirrmtry mrourmon/logs/rawp2p/So
506
@dirrmtry mrourmon/logs/rawp2p/Sat
507
@dirrmtry mrourmon/logs/rawp2p/Mon
508
@dirrmtry mrourmon/logs/rawp2p/Fri
509
@dirrmtry mrourmon/logs/rawp2p
510
@dirrmtry mrourmon/logs/rawirc/Wed
511
@dirrmtry mrourmon/logs/rawirc/Tue
512
@dirrmtry mrourmon/logs/rawirc/Thu
513
@dirrmtry mrourmon/logs/rawirc/Sun
514
@dirrmtry mrourmon/logs/rawirc/So
515
@dirrmtry mrourmon/logs/rawirc/Sat
516
@dirrmtry mrourmon/logs/rawirc/Mon
517
@dirrmtry mrourmon/logs/rawirc/Fri
518
@dirrmtry mrourmon/logs/rawirc
519
@dirrmtry mrourmon/logs/rawemail/Wed
520
@dirrmtry mrourmon/logs/rawemail/Tue
521
@dirrmtry mrourmon/logs/rawemail/Thu
522
@dirrmtry mrourmon/logs/rawemail/Sun
523
@dirrmtry mrourmon/logs/rawemail/So
524
@dirrmtry mrourmon/logs/rawemail/Sat
525
@dirrmtry mrourmon/logs/rawemail/Mon
526
@dirrmtry mrourmon/logs/rawemail/Fri
527
@dirrmtry mrourmon/logs/rawemail
528
@dirrmtry mrourmon/logs/portreport/Wed
529
@dirrmtry mrourmon/logs/portreport/Tue
530
@dirrmtry mrourmon/logs/portreport/Thu
531
@dirrmtry mrourmon/logs/portreport/Sun
532
@dirrmtry mrourmon/logs/portreport/So
533
@dirrmtry mrourmon/logs/portreport/Sat
534
@dirrmtry mrourmon/logs/portreport/Mon
535
@dirrmtry mrourmon/logs/portreport/Fri
536
@dirrmtry mrourmon/logs/portreport
537
@dirrmtry mrourmon/logs/p2preport/Wed
538
@dirrmtry mrourmon/logs/p2preport/Tue
539
@dirrmtry mrourmon/logs/p2preport/Thu
540
@dirrmtry mrourmon/logs/p2preport/Sun
541
@dirrmtry mrourmon/logs/p2preport/So
542
@dirrmtry mrourmon/logs/p2preport/Sat
543
@dirrmtry mrourmon/logs/p2preport/Mon
544
@dirrmtry mrourmon/logs/p2preport/Fri
545
@dirrmtry mrourmon/logs/p2preport
546
@dirrmtry mrourmon/logs/mon.lite/Wed
547
@dirrmtry mrourmon/logs/mon.lite/Tue
548
@dirrmtry mrourmon/logs/mon.lite/Thu
549
@dirrmtry mrourmon/logs/mon.lite/Sun
550
@dirrmtry mrourmon/logs/mon.lite/So
551
@dirrmtry mrourmon/logs/mon.lite/Sat
552
@dirrmtry mrourmon/logs/mon.lite/Mon
553
@dirrmtry mrourmon/logs/mon.lite/Fri
554
@dirrmtry mrourmon/logs/mon.lite
555
@dirrmtry mrourmon/logs/irc/Wed
556
@dirrmtry mrourmon/logs/irc/Tue
557
@dirrmtry mrourmon/logs/irc/Thu
558
@dirrmtry mrourmon/logs/irc/Sun
559
@dirrmtry mrourmon/logs/irc/So
560
@dirrmtry mrourmon/logs/irc/Sat
561
@dirrmtry mrourmon/logs/irc/Mon
562
@dirrmtry mrourmon/logs/irc/Fri
563
@dirrmtry mrourmon/logs/irc
564
@dirrmtry mrourmon/logs/Wed
565
@dirrmtry mrourmon/logs/Tue
566
@dirrmtry mrourmon/logs/Thu
567
@dirrmtry mrourmon/logs/Sun
568
@dirrmtry mrourmon/logs/So
569
@dirrmtry mrourmon/logs/Sat
570
@dirrmtry mrourmon/logs/Mon
571
@dirrmtry mrourmon/logs/Fri
285
@dirrmtry mrourmon/logs
572
@dirrmtry mrourmon/logs
573
@dirrmtry mrourmon/etc
574
@dirrmtry mrourmon/bin
286
@dirrmtry mrourmon
575
@dirrmtry mrourmon
(-)ourmon/files/patch-configure.pl (+88 lines)
Added Link Here
1
--- ./configure.pl.orig	2008-03-15 18:55:10.000000000 +0100
2
+++ ./configure.pl	2011-07-10 23:43:06.000000000 +0200
3
@@ -110,9 +110,9 @@
4
 $netmask = "127.0.0.1/32";
5
 
6
 # default absolute web paths, may be wrong
7
-$webpath = "/usr/local/apache/htdocs/ourmon";
8
+$webpath = "%%WWWDIR%%";
9
 if ($systype eq "FreeBSD") {
10
-	$webpath = "/usr/local/www/data/ourmon";
11
+	$webpath = "%%WWWDIR%%";
12
 	# guess the bsd interface whilst we are at it
13
 	$interface = guess_bsd_if();
14
 	$fbsd6 = 0;
15
@@ -324,10 +324,11 @@
16
 	# make sure everything in bin is executable
17
 	system("chmod +x bin/*");
18
 
19
+# XXX skip if installed from port
20
 	#3 create startup script for ourmon
21
 	$YES_CORRECT="y";
22
-	print "\nDo you want to install the ourmon startup script in the ourmon bin? [y] ";
23
-	$line = <STDIN>;
24
+#	print "\nDo you want to install the ourmon startup script in the ourmon bin? [y] ";
25
+	$line = "n";
26
 	unless ($line =~ /^\n/) {
27
 	  	chomp($YES_CORRECT = $line);  
28
 	}
29
@@ -441,21 +442,21 @@
30
 
31
 	# WEBDIR
32
 	print "We need a local web directory for generated web output.\n";
33
-	print "hint: the webpath given here is a guess: give the CORRECT base web directory with /ourmon at the end\n";
34
-	print "enter absolute web server web path directory: [$webpath] ";
35
-	$line = <STDIN>;
36
-	unless ($line =~ /^\n/) {
37
-	  	chomp($webpath = $line);  
38
-	}
39
+#	print "hint: the webpath given here is a guess: give the CORRECT base web directory with /ourmon at the end\n";
40
+#	print "enter absolute web server web path directory: [$webpath] ";
41
+#	$line = <STDIN>;
42
+#	unless ($line =~ /^\n/) {
43
+#	  	chomp($webpath = $line);  
44
+#	}
45
 	print "your output web path is: $webpath\n";
46
 
47
-	print "\nDo you want to create the web directory for ourmon?";
48
-	print "\nHINT: good idea if it doesn't exist. [y] ";
49
+#	print "\nDo you want to create the web directory for ourmon?";
50
+#	print "\nHINT: good idea if it doesn't exist. [y] ";
51
 	$YES_CORRECT = "y";
52
-	$line = <STDIN>;
53
-	unless ($line =~ /^\n/) {
54
-	  	chomp($YES_CORRECT = $line);  
55
-	}
56
+#	$line = <STDIN>;
57
+#	unless ($line =~ /^\n/) {
58
+#	  	chomp($YES_CORRECT = $line);  
59
+#	}
60
 	if (lc($YES_CORRECT) eq "y") {
61
 		system("mkdir $webpath");
62
 	}
63
@@ -781,18 +782,19 @@
64
 	my $dstring = $binpath . "daily.pl " . $logpath;
65
   	open(HANDLE, ">$file") || die "Cannot open $file";
66
 
67
-	print HANDLE "############## ourmon crontab entries ###############\n";
68
+    print HANDLE "# == ourmon port cron start (do not remove this anchor line) ==\n";
69
 	$batchip_file = $binpath . $batchip_file;
70
 	$batchipall_file = $binpath . $batchipall_file;
71
-	my $basic = "*/1	*	*	*	*	root	$omupdatepath\n";
72
+	my $basic = "*/1	*	*	*	*	root	env -u LC_TIME LC_TIME=en_US $omupdatepath\n";
73
 	print HANDLE "# run ourmon back-end omupdate.pl etc. per minute\n";
74
- 	print HANDLE "$basic";
75
+ 	print HANDLE "#$basic";
76
 	print HANDLE "# batchip.sh - hourly log summary\n";
77
-	print HANDLE "0	*	*	*	*	root	$batchip_file\n";
78
+	print HANDLE "#0	*	*	*	*	root	env -u LC_TIME LC_TIME=en_US $batchip_file\n";
79
 	print HANDLE "# batchipall.sh - roll over daily summary logs at almost midnight\n";
80
-	print HANDLE "50	23	*	*	*	root	$batchipall_file\n";
81
+	print HANDLE "#50	23	*	*	*	root	env -u LC_TIME LC_TIME=en_US $batchipall_file\n";
82
 	print HANDLE "# daily.pl - re init next day logs at midnight\n";
83
-	print HANDLE "0	0	*	*	*	root	$dstring\n";
84
+	print HANDLE "#0	0	*	*	*	root	env -u LC_TIME LC_TIME=en_US $dstring\n";
85
+    print HANDLE "# == ourmon port cron end (do not remove this anchor line) ==\n";
86
 	close HANDLE;
87
 	# concat to /etc/crontab if desired
88
 	if ($install eq "y") {

Return to bug 158779